Home
last modified time | relevance | path

Searched refs:PHP_OCI_LOB_BUFFER_SIZE (Results 1 – 4 of 4) sorted by relevance

/PHP-8.2/ext/oci8/tests/
H A Dlob_030.phpt2 Test piecewise fetch of CLOBs equal to, and larger than PHP_OCI_LOB_BUFFER_SIZE
50 echo "Test 3: A CLOB of 1048576 bytes (== size of PHP_OCI_LOB_BUFFER_SIZE at time of test creation)…
72 Test 3: A CLOB of 1048576 bytes (== size of PHP_OCI_LOB_BUFFER_SIZE at time of test creation)
/PHP-8.2/ext/oci8/
H A Dphp_oci8_int.h81 #define PHP_OCI_LOB_BUFFER_SIZE 1048576l /* 1Mb seems to be the most reasonable buffer size for LO… macro
H A Doci8_lob.c241 int buffer_size = PHP_OCI_LOB_BUFFER_SIZE; in php_oci_lob_read()
H A Doci8_interface.c883 block_length = PHP_OCI_LOB_BUFFER_SIZE; in PHP_FUNCTION()

Completed in 17 milliseconds