mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-13 07:43:50 -05:00
Add slapi_x_filter_append(), as a replacement for slapi_filter_join() that
can create compound filters containing multiple filters. Have proposed API to Sun DS team; until then it should likely be marked LDAP_DEVEL (if SLAPI is not entirely marked as such already).
This commit is contained in:
parent
83cb1037a4
commit
8c880563ba
1 changed files with 2 additions and 0 deletions
|
|
@ -194,6 +194,8 @@ int slapi_filter_get_attribute_type( Slapi_Filter *f, char **type );
|
|||
int slapi_filter_get_subfilt( Slapi_Filter *f, char **type, char **initial,
|
||||
char ***any, char **final );
|
||||
Slapi_Filter *slapi_filter_join( int ftype, Slapi_Filter *f1, Slapi_Filter *f2);
|
||||
int slapi_x_filter_append( int choice, Slapi_Filter **pContainingFilter,
|
||||
Slapi_Filter **pNextFilter, Slapi_Filter *filterToAppend );
|
||||
int slapi_filter_test( Slapi_PBlock *pb, Slapi_Entry *e, Slapi_Filter *f,
|
||||
int verify_access );
|
||||
int slapi_filter_test_simple( Slapi_Entry *e, Slapi_Filter *f );
|
||||
|
|
|
|||
Loading…
Reference in a new issue