Lines Matching defs:ufn
14 * ufn.c
97 * &res, acancelproc, along, "ufn first",
98 * "ufn intermediate", "ufn last" );
116 * look up ufn components from most to least significant.
122 * below which we will search for the final component of the ufn.
278 ldap_ufn_search_ct( LDAP *ld, char *ufn, char **attrs, int attrsonly,
298 /* call ldap_explode_dn() to break the ufn into its components */
299 if ( (ufncomp = ldap_explode_dn( ufn, 0 )) == NULL ) {
388 ldap_ufn_search_c( LDAP *ld, char *ufn, char **attrs, int attrsonly,
391 return( ldap_ufn_search_ct( ld, ufn, attrs, attrsonly, res, cancelproc,
392 cancelparm, "ufn first", "ufn intermediate", "ufn last" ) );
399 ldap_ufn_search_s( LDAP *ld, char *ufn, char **attrs, int attrsonly,
406 return( ldap_ufn_search_ct( ld, ufn, attrs, attrsonly, res,
409 "ufn first", "ufn intermediate", "ufn last" ) );
541 * ldap_ufn_setfilter - set the filter config file used in ufn searching