Home
last modified time | relevance | path

Searched refs:makeFilterComp (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libnisdb/
H A Dldap_attr.h45 char **makeFilterComp(char *filter, int *numComps);
H A Dldap_attr.c255 makeFilterComp(char *filter, int *numComps) { in makeFilterComp() function
H A Dldap_map.c1376 if (filter != 0 && (fc = makeFilterComp(filter, &nfc)) != 0 && in attrVal()
1587 if (filter == 0 || (fc = makeFilterComp(filter, &nfc)) == 0 || in objFromLDAP()
H A Dldap_ruleval.c890 fc = makeFilterComp(filter, &nfc); in addObjectClasses()
H A Dldap_op.c283 ofc = makeFilterComp(filter, &nofc); in createLdapRequest()