Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libnisdb/
H A Dldap_attr.h47 char **makeFilterComp(char *filter, int *numComps);
H A Dldap_attr.c256 makeFilterComp(char *filter, int *numComps) { in makeFilterComp() function
H A Dldap_map.c1383 if (filter != 0 && (fc = makeFilterComp(filter, &nfc)) != 0 && in attrVal()
1597 if (filter == 0 || (fc = makeFilterComp(filter, &nfc)) == 0 || in objFromLDAP()
H A Dldap_ruleval.c896 fc = makeFilterComp(filter, &nfc); in addObjectClasses()
H A Dldap_op.c282 ofc = makeFilterComp(filter, &nofc); in createLdapRequest()