Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libnisdb/
H A Dldap_op.c280 char **ofc; in createLdapRequest() local
283 ofc = makeFilterComp(filter, &nofc); in createLdapRequest()
285 if (filter != 0 && ofc == 0) { in createLdapRequest()
296 nofc, ofc, 0, 0, 0, 0); in createLdapRequest()
300 nofc, ofc, 0, 0, 0, 0); in createLdapRequest()
302 freeFilterComp(ofc, nofc); in createLdapRequest()