Searched refs:ofc (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/lib/libnisdb/ |
H A D | ldap_op.c | 280 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()
|