bytes_read        251 ext/oci8/oci8_lob.c 	oraub8 bytes_read, offset = 0;
bytes_read        333 ext/oci8/oci8_lob.c 		bytes_read = 0;
bytes_read        336 ext/oci8/oci8_lob.c 		bytes_read = requested_len;
bytes_read        348 ext/oci8/oci8_lob.c 			(oraub8 *)&bytes_read,							/* IN/OUT bytes toread/read */
bytes_read        366 ext/oci8/oci8_lob.c 		offset = descriptor->lob_current_position + bytes_read;
bytes_read        595 sapi/nsapi/nsapi.c 	uint bytes_read = 0;
bytes_read        616 sapi/nsapi/nsapi.c 		bytes_read += length;
bytes_read        625 sapi/nsapi/nsapi.c 	while (content_length > 0 && bytes_read < count_bytes) {
bytes_read        626 sapi/nsapi/nsapi.c 		int bytes_to_read = count_bytes - bytes_read;
bytes_read        638 sapi/nsapi/nsapi.c 		bytes_read += length;
bytes_read        643 sapi/nsapi/nsapi.c 	if ( bytes_read > 0 ) {
bytes_read        644 sapi/nsapi/nsapi.c 		rc->read_post_bytes += bytes_read;
bytes_read        646 sapi/nsapi/nsapi.c 	return bytes_read;