Searched refs:num_requests (Results 1 – 4 of 4) sorted by relevance
600 adh->num_requests = 0; in open_conn()795 new->num_requests = 0; in adutils_add_ds()1326 if (adh->dead || adh->num_requests == 0) { in get_adobject_batch()1338 if (rc == LDAP_RES_SEARCH_RESULT && adh->num_requests > 0) in get_adobject_batch()1339 adh->num_requests--; in get_adobject_batch()1341 num = adh->num_requests; in get_adobject_batch()1379 num = adh->num_requests; in get_adobject_batch()1421 num = adh->num_requests; in get_adobject_batch()1618 state->qadh->num_requests > state->qadh->max_requests) { in adutils_lookup_batch_add()1636 state->qadh->num_requests++; in adutils_lookup_batch_add()[all …]
125 uint32_t num_requests; member
67 u_int num_requests; member242 do_init(int fd_in, int fd_out, u_int transfer_buflen, u_int num_requests) in do_init() argument285 ret->num_requests = num_requests; in do_init()945 } else if (max_req <= conn->num_requests) { in do_download()1119 id - ackid >= conn->num_requests) { in do_upload()
80 size_t num_requests = 16; variable1329 conn = do_init(fd_in, fd_out, copy_buffer_len, num_requests); in interactive_loop()1606 num_requests = strtol(optarg, &cp, 10); in main()1607 if (num_requests == 0 || *cp != '\0') in main()