total_read_bytes 127 sapi/apache/mod_php5.c int total_read_bytes=0, read_bytes; total_read_bytes 138 sapi/apache/mod_php5.c return total_read_bytes; total_read_bytes 142 sapi/apache/mod_php5.c while (total_read_bytes<count_bytes) { total_read_bytes 144 sapi/apache/mod_php5.c read_bytes = get_client_block(r, buffer+total_read_bytes, count_bytes-total_read_bytes); total_read_bytes 149 sapi/apache/mod_php5.c total_read_bytes += read_bytes; total_read_bytes 152 sapi/apache/mod_php5.c return total_read_bytes; total_read_bytes 272 sapi/apache_hooks/mod_php5.c uint total_read_bytes=0, read_bytes; total_read_bytes 283 sapi/apache_hooks/mod_php5.c return total_read_bytes; total_read_bytes 287 sapi/apache_hooks/mod_php5.c while (total_read_bytes<count_bytes) { total_read_bytes 289 sapi/apache_hooks/mod_php5.c read_bytes = get_client_block(r, buffer+total_read_bytes, count_bytes-total_read_bytes); total_read_bytes 294 sapi/apache_hooks/mod_php5.c total_read_bytes += read_bytes; total_read_bytes 297 sapi/apache_hooks/mod_php5.c return total_read_bytes;