Lines Matching defs:cldap_result
65 static int cldap_result( LDAP *ld, int msgid, LDAPMessage **res,
71 static int cldap_result();
300 ret = cldap_result( ld, msgid, res, &cri, base );
342 cldap_result( LDAP *ld, int msgid, LDAPMessage **res,
362 Debug( LDAP_DEBUG_TRACE, catgets(slapdcat, 1, 117, "cldap_result tries %1$d timeout %2$d\n"),
372 catgets(slapdcat, 1, 118, "cldap_result waiting up to %d seconds for a response\n"),
383 catgets(slapdcat, 1, 120, "cldap_result timed out\n"), 0, 0, 0 );
413 catgets(slapdcat, 1, 121, "cldap_result: ber_scanf returned LBER_ERROR (%d)\n"),
418 catgets(slapdcat, 1, 122, "cldap_result: looking for msgid %1$d; got %2$d\n"),
437 catgets(slapdcat, 1, 123, "cldap_result got result (%d)\n"), ret, 0, 0 );
461 Debug( LDAP_DEBUG_TRACE, catgets(slapdcat, 1, 124, "cldap_result abandoning id %1$d (to %2$s)\n"),