lob_length       2561 ext/oci8/oci8.c 	ub4 lob_length;
lob_length       2596 ext/oci8/oci8.c 			lob_fetch_status = php_oci_lob_read(descriptor, -1, 0, &lob_buffer, &lob_length);
lob_length       2604 ext/oci8/oci8.c 				if (lob_length > 0) {
lob_length       2605 ext/oci8/oci8.c 					ZVAL_STRINGL(value, lob_buffer, lob_length);
lob_length        373 ext/oci8/oci8_interface.c 	ub4 lob_length;
lob_length        388 ext/oci8/oci8_interface.c 	if (!php_oci_lob_get_length(descriptor, &lob_length)) {
lob_length        389 ext/oci8/oci8_interface.c 		if (lob_length == descriptor->lob_current_position) {
lob_length        454 ext/oci8/oci8_interface.c 	ub4 lob_length;
lob_length        474 ext/oci8/oci8_interface.c 	if (php_oci_lob_get_length(descriptor, &lob_length)) {
lob_length        509 ext/oci8/oci8_interface.c 	ub4 lob_length;
lob_length        524 ext/oci8/oci8_interface.c 	if (php_oci_lob_get_length(descriptor, &lob_length)) {
lob_length        527 ext/oci8/oci8_interface.c 	RETURN_LONG(lob_length);
lob_length        899 ext/oci8/oci8_interface.c 	ub4 lob_length;
lob_length        953 ext/oci8/oci8_interface.c 	if (php_oci_lob_get_length(descriptor, &lob_length)) {
lob_length        962 ext/oci8/oci8_interface.c 		length = lob_length - descriptor->lob_current_position;
lob_length        965 ext/oci8/oci8_interface.c 	if (lob_length == 0) {
lob_length        407 ext/oci8/oci8_lob.c 	ub4 lob_length;
lob_length        411 ext/oci8/oci8_lob.c 	if (php_oci_lob_get_length(descriptor, &lob_length)) {
lob_length        808 ext/oci8/oci8_lob.c 	ub4 lob_length;
lob_length        811 ext/oci8/oci8_lob.c 	if (php_oci_lob_get_length(descriptor, &lob_length)) {
lob_length        815 ext/oci8/oci8_lob.c 	if (lob_length <= 0) {
lob_length        824 ext/oci8/oci8_lob.c 	if (new_lob_length > lob_length) {
lob_length        850 ext/oci8/oci8_lob.c 	ub4 lob_length;
lob_length        855 ext/oci8/oci8_lob.c 	if (php_oci_lob_get_length(descriptor, &lob_length)) {
lob_length        864 ext/oci8/oci8_lob.c 		length = lob_length;