Home
last modified time | relevance | path

Searched refs:bytes_read (Results 1 – 2 of 2) sorted by relevance

/PHP-5.5/ext/oci8/
H A Doci8_lob.c244 oraub8 bytes_read, offset = 0; in php_oci_lob_read() local
248 int bytes_read, offset = 0; in php_oci_lob_read() local
330 bytes_read = 0; in php_oci_lob_read()
333 bytes_read = requested_len; in php_oci_lob_read()
345 (oraub8 *)&bytes_read, /* IN/OUT bytes toread/read */ in php_oci_lob_read()
363 offset = descriptor->lob_current_position + bytes_read; in php_oci_lob_read()
368 bytes_read = requested_len; in php_oci_lob_read()
378 &bytes_read, /* IN/OUT bytes toread/read */ in php_oci_lob_read()
390 offset = descriptor->lob_current_position + bytes_read; in php_oci_lob_read()
/PHP-5.5/sapi/nsapi/
H A Dnsapi.c595 uint bytes_read = 0; in sapi_nsapi_read_post() local
616 bytes_read += length; in sapi_nsapi_read_post()
625 while (content_length > 0 && bytes_read < count_bytes) { in sapi_nsapi_read_post()
626 int bytes_to_read = count_bytes - bytes_read; in sapi_nsapi_read_post()
638 bytes_read += length; in sapi_nsapi_read_post()
643 if ( bytes_read > 0 ) { in sapi_nsapi_read_post()
644 rc->read_post_bytes += bytes_read; in sapi_nsapi_read_post()
646 return bytes_read; in sapi_nsapi_read_post()

Completed in 15 milliseconds