Functions for Dealing with Filters
Returns
This function returns the new filter constructed from the other two filters.
Description
Filters of the type
generally consist of one or more other filters. For example:
(&(ou=Accounting)(l=Sunnyvale))
(|(ou=Accounting)(l=Sunnyvale))
(!(l=Sunnyvale))
Each of these examples contain one or more
Call the
LDAP_FILTER_AND
Memory Concerns
The
f1
resulting filter will have references pointing to these two filters.
See Also
slapi_filter_join()
argument set to
slapi_filter_list_first()
Applies only to filters of the types
LDAP_FILTER_LE
the specified filter.
Syntax
#include "slapi-plugin.h"
Slapi_Filter *slapi_filter_list_first( Slapi_Filter *f );
Parameters
This function takes the following parameter:
f
370
Netscape Directory Server Plug-in Programmer's Guide • October 2004
LDAP_FILTER_AND
slapi_filter_join()
,
LDAP_FILTER_OR
and
filters are neither copied nor freed during the join process, but the
f2
uses
.
1
, and
LDAP_FILTER_APPROX
Filter of which you want to get the first component.
,
LDAP_FILTER_OR
LDAP_FILTER_EQUALITY
function to create a new filter of the type
, or
LDAP_FILTER_NOT
slapi_filter_join_ex()
LDAP_FILTER_EQUALITY
. Gets the first filter that makes up
, and
LDAP_FILTER_NOT
filters.
.
with
recurse_always
,
LDAP_FILTER_GE
,
Need help?
Do you have a question about the NETSCAPE DIRECTORY SERVER 7.0 - PLUG-IN and is the answer not in the manual?
Questions and answers