Home
last modified time | relevance | path

Searched refs:valwords (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dgetfilter.c398 char *prefix, char *suffix, char *attr, char *value, char **valwords ) in ldap_create_filter() argument
413 if ( valwords == NULL ) { in ldap_create_filter()
416 for ( wordcount = 0; valwords[ wordcount ] != NULL; ++wordcount ) { in ldap_create_filter()
457 f = filter_add_value( f, flimit, valwords[ i ], in ldap_create_filter()
467 valwords[ wordnum ], escape_all ); in ldap_create_filter()
504 char *prefix, char *suffix, char *attr, char *value, char **valwords ) in ldap_build_filter() argument
507 value, valwords ); in ldap_build_filter()
/illumos-gate/usr/src/head/
H A Dldap.h1282 char *value, char **valwords);
1405 char *value, char **valwords);