Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/openldap/dist/contrib/ldaptcl/
H A DneoXldap.c311 int tclResult = TCL_OK; local
334 tclResult = TCL_OK;
348 tclResult = LDAP_ProcessOneSearchResult (interp,
353 if (tclResult != TCL_OK) {
354 if (tclResult == TCL_CONTINUE) {
355 tclResult = TCL_OK;
356 } else if (tclResult == TCL_BREAK) {
357 tclResult = TCL_OK;
360 } else if (tclResult == TCL_ERROR) {
385 return tclResult;
[all …]