Searched refs:filterComp (Results 1 – 4 of 4) sorted by relevance
57 buildLdapSearch(char *base, int scope, int numFilterComps, char **filterComp, in buildLdapSearch() argument73 if (filterComp != 0 && numFilterComps > 0) { in buildLdapSearch()74 ls->filterComp = am(myself, numFilterComps * in buildLdapSearch()75 sizeof (ls->filterComp[0])); in buildLdapSearch()76 if (ls->filterComp == 0) { in buildLdapSearch()81 ls->filterComp[i] = sdup(myself, T, filterComp[i]); in buildLdapSearch()82 if (ls->filterComp[i] == 0 && filterComp[i] != 0) in buildLdapSearch()88 ls->filterComp); in buildLdapSearch()93 ls->filterComp = 0; in buildLdapSearch()138 if (ls->filterComp != 0) { in freeLdapSearch()[all …]
80 char **filterComp; member
54 int numFilterComps, char **filterComp,
250 ls.filterComp = 0; in storeLDAP()