Home
last modified time | relevance | path

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

/PHP-7.0/ext/oci8/
H A Doci8_lob.c403 ub4 lob_length; in php_oci_lob_write() local
407 if (php_oci_lob_get_length(descriptor, &lob_length)) { in php_oci_lob_write()
799 ub4 lob_length; in php_oci_lob_truncate() local
802 if (php_oci_lob_get_length(descriptor, &lob_length)) { in php_oci_lob_truncate()
806 if (lob_length <= 0) { in php_oci_lob_truncate()
815 if (new_lob_length > lob_length) { in php_oci_lob_truncate()
841 ub4 lob_length; in php_oci_lob_erase() local
846 if (php_oci_lob_get_length(descriptor, &lob_length)) { in php_oci_lob_erase()
855 length = lob_length; in php_oci_lob_erase()
H A Doci8_interface.c418 ub4 lob_length; in PHP_FUNCTION() local
433 if (!php_oci_lob_get_length(descriptor, &lob_length)) { in PHP_FUNCTION()
434 if (lob_length == descriptor->lob_current_position) { in PHP_FUNCTION()
499 ub4 lob_length; in PHP_FUNCTION() local
519 if (php_oci_lob_get_length(descriptor, &lob_length)) { in PHP_FUNCTION()
554 ub4 lob_length; in PHP_FUNCTION() local
569 if (php_oci_lob_get_length(descriptor, &lob_length)) { in PHP_FUNCTION()
572 RETURN_LONG(lob_length); in PHP_FUNCTION()
944 ub4 lob_length; in PHP_FUNCTION() local
982 if (php_oci_lob_get_length(descriptor, &lob_length)) { in PHP_FUNCTION()
[all …]
H A Doci8.c2439 ub4 lob_length; in php_oci_column_to_zval() local
2474 lob_fetch_status = php_oci_lob_read(descriptor, -1, 0, &lob_buffer, &lob_length); in php_oci_column_to_zval()
2482 if (lob_length > 0) { in php_oci_column_to_zval()
2483 ZVAL_STRINGL(value, lob_buffer, lob_length); in php_oci_column_to_zval()

Completed in 21 milliseconds