Home
last modified time | relevance | path

Searched refs:lob_length (Results 1 – 3 of 3) sorted by relevance

/PHP-8.2/ext/oci8/
H A Doci8_lob.c401 ub4 lob_length; in php_oci_lob_write() local
405 if (php_oci_lob_get_length(descriptor, &lob_length)) { in php_oci_lob_write()
797 ub4 lob_length; in php_oci_lob_truncate() local
800 if (php_oci_lob_get_length(descriptor, &lob_length)) { in php_oci_lob_truncate()
804 if (lob_length <= 0) { in php_oci_lob_truncate()
813 if (new_lob_length > lob_length) { in php_oci_lob_truncate()
839 ub4 lob_length; in php_oci_lob_erase() local
844 if (php_oci_lob_get_length(descriptor, &lob_length)) { in php_oci_lob_erase()
853 length = lob_length; in php_oci_lob_erase()
H A Doci8_interface.c385 ub4 lob_length; in PHP_FUNCTION() local
398 if (!php_oci_lob_get_length(descriptor, &lob_length)) { in PHP_FUNCTION()
399 if (lob_length == descriptor->lob_current_position) { in PHP_FUNCTION()
457 ub4 lob_length; in PHP_FUNCTION() local
470 if (php_oci_lob_get_length(descriptor, &lob_length)) { in PHP_FUNCTION()
504 ub4 lob_length; in PHP_FUNCTION() local
517 if (php_oci_lob_get_length(descriptor, &lob_length)) { in PHP_FUNCTION()
520 RETURN_LONG(lob_length); in PHP_FUNCTION()
829 ub4 lob_length; in PHP_FUNCTION() local
856 if (php_oci_lob_get_length(descriptor, &lob_length)) { in PHP_FUNCTION()
[all …]
H A Doci8.c1541 ub4 lob_length; in php_oci_column_to_zval() local
1576 lob_fetch_status = php_oci_lob_read(descriptor, -1, 0, &lob_buffer, &lob_length); in php_oci_column_to_zval()
1584 if (lob_length > 0) { in php_oci_column_to_zval()
1585 ZVAL_STRINGL(value, lob_buffer, lob_length); in php_oci_column_to_zval()

Completed in 20 milliseconds