total_read 243 main/rfc1867.c int bytes_to_read, total_read = 0, actual_read = 0; total_read 266 main/rfc1867.c total_read += actual_read; total_read 273 main/rfc1867.c return total_read; total_read 168 sapi/aolserver/aolserver.c uint total_read = 0; total_read 172 sapi/aolserver/aolserver.c total_read = Ns_ConnRead(NSG(conn), buf, max_read); total_read 174 sapi/aolserver/aolserver.c if(total_read == NS_ERROR) { total_read 175 sapi/aolserver/aolserver.c total_read = -1; total_read 177 sapi/aolserver/aolserver.c NSG(data_avail) -= total_read; total_read 180 sapi/aolserver/aolserver.c return total_read; total_read 400 sapi/caudium/caudium.c uint total_read = 0; total_read 414 sapi/caudium/caudium.c (total_read = Pike_sp[-1].u.string->len)); total_read 415 sapi/caudium/caudium.c buf[total_read] = '\0'; total_read 417 sapi/caudium/caudium.c total_read = 0; total_read 419 sapi/caudium/caudium.c return total_read; total_read 425 sapi/caudium/caudium.c uint total_read = 0; total_read 426 sapi/caudium/caudium.c THREAD_SAFE_RUN(total_read = php_caudium_low_read_post(buf, count_bytes), "read post"); total_read 427 sapi/caudium/caudium.c return total_read; total_read 200 sapi/continuity/capi.c unsigned int max_read, total_read = 0; total_read 211 sapi/continuity/capi.c total_read = httpFread(rc->t, buffer, max_read); total_read 213 sapi/continuity/capi.c if (total_read < 0) total_read 214 sapi/continuity/capi.c total_read = -1; total_read 216 sapi/continuity/capi.c rc->read_post_bytes = total_read; total_read 218 sapi/continuity/capi.c return total_read; total_read 332 sapi/isapi/php5isapi.c DWORD total_read=0; total_read 337 sapi/isapi/php5isapi.c total_read += read_from_buf; total_read 351 sapi/isapi/php5isapi.c total_read += cbRead; total_read 353 sapi/isapi/php5isapi.c return total_read; total_read 217 sapi/pi3web/pi3web_sapi.c DWORD total_read=0; total_read 222 sapi/pi3web/pi3web_sapi.c total_read += read_from_buf; total_read 236 sapi/pi3web/pi3web_sapi.c total_read += cbRead; total_read 241 sapi/pi3web/pi3web_sapi.c return total_read; total_read 392 sapi/roxen/roxen.c uint total_read = 0; total_read 408 sapi/roxen/roxen.c (total_read = Pike_sp[-1].u.string->len)); total_read 409 sapi/roxen/roxen.c buf[total_read] = '\0'; total_read 411 sapi/roxen/roxen.c total_read = 0; total_read 413 sapi/roxen/roxen.c return total_read; total_read 419 sapi/roxen/roxen.c uint total_read = 0; total_read 420 sapi/roxen/roxen.c THREAD_SAFE_RUN(total_read = php_roxen_low_read_post(buf, count_bytes), "read post"); total_read 421 sapi/roxen/roxen.c return total_read;