Home
last modified time | relevance | path

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

/PHP-5.5/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-5.5/ext/oci8/
H A Dphp_oci8_int.h77 #define PHP_OCI_LOB_BUFFER_SIZE 1048576l /* 1Mb seems to be the most reasonable buffer size for LO… macro
H A Doci8_lob.c240 int buffer_size = PHP_OCI_LOB_BUFFER_SIZE; in php_oci_lob_read()
H A Doci8_interface.c971 block_length = PHP_OCI_LOB_BUFFER_SIZE;

Completed in 17 milliseconds