Searched refs:lud_filter (Results 1 – 6 of 6) sorted by relevance
134 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 …]
1145 ( ludp->lud_scope != -1 || ludp->lud_filter != NULL )) { in re_encode_request()
827 printf( "\tfilter: <%s>\n", ludp->lud_filter ? ludp->lud_filter : "NONE"); in main()
1483 else if (ludp->lud_filter) in __s_api_addRefInfo()1484 ref->refFilter = strdup(ludp->lud_filter); in __s_api_addRefInfo()
1263 rl->lr_ludp->lud_filter,
767 char *lud_filter; member