Lines Matching defs:result
156 LDAPMessage *result;
168 if ( ldap_result( ld, msgid, 1, (struct timeval *) 0, &result ) == -1 )
171 return( ldap_result2error( ld, result, 1 ) );
185 LDAPMessage *result;
214 * for our bind result to return from the server.
232 * do everything under the protection of the result lock to
250 * Wait for the bind result. Code inside result.c:read1msg()
254 &result ) == -1 ) {
259 rc = ldap_result2error( ld, result, 1 );