version 1.40, 2004/11/26 09:10:29
|
version 1.40.2.3, 2006/01/03 22:16:16
|
Line 1
|
Line 1
|
/* str2filter.c - parse an RFC 2554 string filter */ |
/* str2filter.c - parse an RFC 2554 string filter */ |
/* $OpenLDAP: pkg/ldap/servers/slapd/str2filter.c,v 1.39 2004/09/26 20:58:48 ando Exp $ */ |
/* $OpenLDAP: pkg/ldap/servers/slapd/str2filter.c,v 1.40.2.2 2005/08/09 21:04:00 kurt Exp $ */ |
/* This work is part of OpenLDAP Software <http://www.openldap.org/>. |
/* This work is part of OpenLDAP Software <http://www.openldap.org/>. |
* |
* |
* Copyright 1998-2004 The OpenLDAP Foundation. |
* Copyright 1998-2006 The OpenLDAP Foundation. |
* All rights reserved. |
* All rights reserved. |
* |
* |
* Redistribution and use in source and binary forms, with or without |
* Redistribution and use in source and binary forms, with or without |
Line 34
|
Line 34
|
|
|
#include "slap.h" |
#include "slap.h" |
|
|
#if 0 /* unused */ |
|
static char *find_matching_paren( const char *s ); |
|
#endif /* unused */ |
|
static Filter *str2list( const char *str, long unsigned int ftype); |
|
static Filter *str2simple( const char *str); |
|
static int str2subvals( const char *val, Filter *f); |
|
|
|
Filter * |
Filter * |
str2filter_x( Operation *op, const char *str ) |
str2filter_x( Operation *op, const char *str ) |