Searched defs:retoid (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/ldap/common/
H A Dldapmodify.c271 char *retoid; local
277 NULL, &retoid, &retdata)) != 0) {
284 if (retoid)
285 ldap_memfree(retoid);
362 char *retoid; local
368 NULL, &retoid, &retdata)) != 0) {
376 if (retoid)
377 ldap_memfree(retoid);

Completed in 60 milliseconds