OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:resultCode
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/bsd/openldap/dist/contrib/ldaptcl/
neoXldap.c
308
int
resultCode
;
336
resultCode
= ldap_result (ldap, msgid, all, timeout_p, &resultMessage);
337
if (
resultCode
!= LDAP_RES_SEARCH_RESULT &&
338
resultCode
!= LDAP_RES_SEARCH_ENTRY)
374
if (
resultCode
== LDAP_RES_SEARCH_RESULT || all)
383
if (
resultCode
== LDAP_RES_SEARCH_ENTRY)
387
if (
resultCode
== -1) {
Completed in 87 milliseconds
Indexes created Fri Sep 25 00:27:33 UTC 2026