Home
last modified time | relevance | path

Searched refs:filterComp (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/lib/libnisdb/
H A Dldap_op.c56 buildLdapSearch(char *base, int scope, int numFilterComps, char **filterComp, in buildLdapSearch() argument
72 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 …]
H A Dldap_structs.h82 char **filterComp; member
H A Dldap_op.h56 int numFilterComps, char **filterComp,
H A Dldap_ldap.c253 ls.filterComp = 0; in storeLDAP()