Searched refs:hadref (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/bsd/openldap/dist/libraries/libldap/ |
H A D | result.c | 463 int rc, refer_cnt, hadref, simple_request, err; in try_read1msg() local 663 hadref = simple_request = 0; in try_read1msg() 686 1, &lr->lr_res_error, &hadref ); in try_read1msg() 751 0, &lr->lr_res_error, &hadref ); in try_read1msg() 784 &lr->lr_res_error, -1, &hadref ); in try_read1msg() 796 if ( !hadref || lr->lr_res_error == NULL ) { in try_read1msg() 834 simple_request = ( hadref ? 0 : 1 ); in try_read1msg()
|