Lines Matching defs:res
596 int res = 0;
603 ((res = ap_get_client_block(r, (char*)buf_data + read,
605 read += res;
609 if (res < 0) {
612 return (res >= 0);
633 int res;
717 res = ap_scan_script_header_err_strs_ex(cid->r, NULL,
721 res = ap_scan_script_header_err_strs_ex(cid->r, NULL,
726 if (res) {
729 cid->r->status = res;
1187 int res = 0;
1202 ((res = ap_get_client_block(r, (char*)buf_data + read,
1204 read += res;
1216 if (res >= 0) {
1225 return (res >= 0);
1416 int res;
1504 res = ap_setup_client_block(r, REQUEST_CHUNKED_ERROR);
1505 if (res) {
1506 return res;
1530 ((res = ap_get_client_block(r, (char*)cid->ecb->lpbData + read,
1532 read += res;
1535 if (res < 0) {
1542 if (res == 0)