Searched refs:filterComp (Results 1 – 4 of 4) sorted by relevance
56 buildLdapSearch(char *base, int scope, int numFilterComps, char **filterComp, in buildLdapSearch() argument72 if (filterComp != 0 && numFilterComps > 0) { in buildLdapSearch()73 ls->filterComp = am(myself, numFilterComps * in buildLdapSearch()74 sizeof (ls->filterComp[0])); in buildLdapSearch()75 if (ls->filterComp == 0) { in buildLdapSearch()80 ls->filterComp[i] = sdup(myself, T, filterComp[i]); in buildLdapSearch()81 if (ls->filterComp[i] == 0 && filterComp[i] != 0) in buildLdapSearch()87 ls->filterComp); in buildLdapSearch()92 ls->filterComp = 0; in buildLdapSearch()137 if (ls->filterComp != 0) { in freeLdapSearch()[all …]
82 char **filterComp; member
56 int numFilterComps, char **filterComp,
253 ls.filterComp = 0; in storeLDAP()