Home
last modified time | relevance | path

Searched refs:lud_filter (Results 1 – 6 of 6) sorted by relevance

/titanic_41/usr/src/lib/libldap5/sources/ldap/common/
H A Durl.c134 if ( (*ludpp)->lud_filter == NULL ) { in ldap_url_parse()
135 (*ludpp)->lud_filter = "(objectclass=*)"; in ldap_url_parse()
159 if ((*ludpp)->lud_filter == NULL) { in ldap_url_parse_nodn()
160 (*ludpp)->lud_filter = "(objectclass=*)"; in ldap_url_parse_nodn()
222 ludp->lud_filter = NULL; in nsldapi_url_parse()
297 ludp->lud_filter = p; in nsldapi_url_parse()
303 if (( p = strchr( ludp->lud_filter, '?' )) in nsldapi_url_parse()
308 if ( *ludp->lud_filter == '\0' ) { in nsldapi_url_parse()
309 ludp->lud_filter = NULL; in nsldapi_url_parse()
311 nsldapi_hex_unescape( ludp->lud_filter ); in nsldapi_url_parse()
[all …]
H A Drequest.c1145 ( ludp->lud_scope != -1 || ludp->lud_filter != NULL )) { in re_encode_request()
/titanic_41/usr/src/cmd/ldap/common/
H A Dldaptest.c827 printf( "\tfilter: <%s>\n", ludp->lud_filter ? ludp->lud_filter : "NONE"); in main()
/titanic_41/usr/src/lib/libsldap/common/
H A Dns_common.c1483 else if (ludp->lud_filter) in __s_api_addRefInfo()
1484 ref->refFilter = strdup(ludp->lud_filter); in __s_api_addRefInfo()
/titanic_41/usr/src/cmd/sendmail/libsm/
H A Dldap.c1263 rl->lr_ludp->lud_filter,
/titanic_41/usr/src/head/
H A Dldap.h767 char *lud_filter; member