Lines Matching refs:all

44 static int check_response_queue( LDAP *ld, int msgid, int all,
48 static int wait4msg( LDAP *ld, int msgid, int all, int unlock_permitted,
50 static int read1msg( LDAP *ld, int msgid, int all, Sockbuf *sb, LDAPConn *lc,
62 static int unlink_msg( LDAP *ld, int msgid, int all );
84 int all, in ldap_result() argument
99 rc = nsldapi_result_nolock(ld, msgid, all, 1, timeout, result); in ldap_result()
108 nsldapi_result_nolock( LDAP *ld, int msgid, int all, int unlock_permitted, in nsldapi_result_nolock() argument
114 "nsldapi_result_nolock (msgid=%d, all=%d)\n", msgid, all, 0 ); in nsldapi_result_nolock()
128 if ( check_response_queue( ld, msgid, all, 1, result ) != 0 ) { in nsldapi_result_nolock()
132 rc = wait4msg( ld, msgid, all, unlock_permitted, timeout, in nsldapi_result_nolock()
142 (all || NSLDAPI_IS_SEARCH_RESULT( rc )), *result ); in nsldapi_result_nolock()
160 check_response_queue( LDAP *ld, int msgid, int all, int do_abandon_check, in check_response_queue() argument
167 "=> check_response_queue (msgid=%d, all=%d)\n", msgid, all, 0 ); in check_response_queue()
192 if ( all == 0 in check_response_queue()
230 if ( all == 0 ) { in check_response_queue()
254 if ( all == 0 ) { in check_response_queue()
269 wait4msg( LDAP *ld, int msgid, int all, int unlock_permitted, argument
296 rc = (ld->ld_cache_result)( ld, msgid, all, timeout, result );
359 rc = read1msg( ld, msgid, all, lc->lconn_sb,
410 rc = read1msg( ld, msgid, all,
451 check_response_queue( ld, msgid, all, 0, result ) != 0 ) {
491 read1msg( LDAP *ld, int msgid, int all, Sockbuf *sb, LDAPConn *lc,
724 } else if ( all == 0
859 if ( all == 0 && l->lm_chain != NULL ) {
1394 unlink_msg( LDAP *ld, int msgid, int all )
1409 if ( all == 0
1428 if ( all == 0 )
1459 if ( all == 0 )