Searched refs:ofc (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/lib/libnisdb/ |
H A D | ldap_op.c | 279 char **ofc; in createLdapRequest() local 282 ofc = makeFilterComp(filter, &nofc); in createLdapRequest() 284 if (filter != 0 && ofc == 0) { in createLdapRequest() 295 nofc, ofc, 0, 0, 0, 0); in createLdapRequest() 299 nofc, ofc, 0, 0, 0, 0); in createLdapRequest() 301 freeFilterComp(ofc, nofc); in createLdapRequest()
|