Lines Matching defs:ufn
34 * ufn.c
79 * &res, acancelproc, along, "ufn first",
80 * "ufn intermediate", "ufn last" );
108 * look up ufn components from most to least significant.
114 * below which we will search for the final component of the ufn.
255 ldap_ufn_search_ct( LDAP *ld, char *ufn, char **attrs, int attrsonly,
270 /* call ldap_explode_dn() to break the ufn into its components */
271 if ( (ufncomp = ldap_explode_dn( ufn, 0 )) == NULL ) {
349 ldap_ufn_search_c( LDAP *ld, char *ufn, char **attrs, int attrsonly,
352 return( ldap_ufn_search_ct( ld, ufn, attrs, attrsonly, res, cancelproc,
353 cancelparm, "ufn first", "ufn intermediate", "ufn last" ) );
361 ldap_ufn_search_s( LDAP *ld, char *ufn, char **attrs, int attrsonly,
368 return( ldap_ufn_search_ct( ld, ufn, attrs, attrsonly, res,
371 "ufn first", "ufn intermediate", "ufn last" ) );
503 * ldap_ufn_setfilter - set the filter config file used in ufn searching