Searched refs:num_req (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/Heimdal-398.1.2/kcm/
H A Dconnect.c83 static int num_req = 0; local
84 if (num_req++ > max_num_requests)
/macosx-10.10.1/OpenSSH-189/openssh/
H A Dsftp-client.c999 u_int handle_len, mode, type, id, buflen, num_req, max_req; local
1065 write_error = read_error = write_errno = num_req = offset = 0;
1072 while (num_req > 0 || max_req > 0) {
1081 if (num_req == 0) /* If we haven't started yet... */
1087 while (num_req < max_req) {
1091 num_req, max_req);
1097 num_req++;
1125 num_req--;
1148 num_req--;
1155 req->len - 1, num_req);
[all...]
/macosx-10.10.1/vim-55/runtime/autoload/
H A Dphpcomplete.vim1097 \ 'array_rand(': 'array input [, int num_req] | mixed',

Completed in 127 milliseconds