Home
last modified time | relevance | path

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

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

Completed in 20 milliseconds