Searched refs:total_read (Results 1 - 7 of 7) sorted by relevance
| /PHP_5_5/main/ |
| H A D | rfc1867.c | 237 int bytes_to_read, total_read = 0, actual_read = 0; local 260 total_read += actual_read; 267 return total_read;
|
| /PHP_5_5/sapi/aolserver/ |
| H A D | aolserver.c | 168 uint total_read = 0; local 172 total_read = Ns_ConnRead(NSG(conn), buf, max_read); 174 if(total_read == NS_ERROR) { 175 total_read = -1; 177 NSG(data_avail) -= total_read; 180 return total_read;
|
| /PHP_5_5/sapi/caudium/ |
| H A D | caudium.c | 400 uint total_read = 0; local 414 (total_read = Pike_sp[-1].u.string->len)); 415 buf[total_read] = '\0'; 417 total_read = 0; 419 return total_read; 425 uint total_read = 0; local 426 THREAD_SAFE_RUN(total_read = php_caudium_low_read_post(buf, count_bytes), "read post"); 427 return total_read;
|
| /PHP_5_5/sapi/continuity/ |
| H A D | capi.c | 200 unsigned int max_read, total_read = 0; local 211 total_read = httpFread(rc->t, buffer, max_read); 213 if (total_read < 0) 214 total_read = -1; 216 rc->read_post_bytes = total_read; 218 return total_read;
|
| /PHP_5_5/sapi/isapi/ |
| H A D | php5isapi.c | 332 DWORD total_read=0; local 337 total_read += read_from_buf; 351 total_read += cbRead; 353 return total_read;
|
| /PHP_5_5/sapi/pi3web/ |
| H A D | pi3web_sapi.c | 217 DWORD total_read=0; local 222 total_read += read_from_buf; 236 total_read += cbRead; 240 /* SG(read_post_bytes) += total_read; */ 241 return total_read;
|
| /PHP_5_5/sapi/roxen/ |
| H A D | roxen.c | 392 uint total_read = 0; local 408 (total_read = Pike_sp[-1].u.string->len)); 409 buf[total_read] = '\0'; 411 total_read = 0; 413 return total_read; 419 uint total_read = 0; local 420 THREAD_SAFE_RUN(total_read = php_roxen_low_read_post(buf, count_bytes), "read post"); 421 return total_read;
|
Completed in 112 milliseconds