Home
last modified time | relevance | path

Searched refs:OCI_DTYPE_FILE (Results 1 – 6 of 6) sorted by relevance

/PHP-8.2/ext/oci8/
H A Doci8_lob.c54 case OCI_DTYPE_FILE: in php_oci_lob_create()
91 if (descriptor->type == OCI_DTYPE_LOB || descriptor->type == OCI_DTYPE_FILE) { in php_oci_lob_create()
126 if (descriptor->type == OCI_DTYPE_FILE) { in php_oci_lob_get_length()
145 if (descriptor->type == OCI_DTYPE_FILE) { in php_oci_lob_get_length()
212 if (descriptor->type == OCI_DTYPE_FILE) { in php_oci_lob_calculate_buffer()
285 if (descriptor->type == OCI_DTYPE_FILE) { in php_oci_lob_read()
375 if (descriptor->type == OCI_DTYPE_FILE) { in php_oci_lob_read()
686 …if ((descriptor->type == OCI_DTYPE_FILE || descriptor->type == OCI_DTYPE_LOB) && descriptor->buffe… in php_oci_lob_free()
H A Doci8_arginfo.h863 REGISTER_LONG_CONSTANT("OCI_DTYPE_FILE", OCI_DTYPE_FILE, CONST_PERSISTENT); in register_oci8_symbols()
866 REGISTER_LONG_CONSTANT("OCI_D_FILE", OCI_DTYPE_FILE, CONST_PERSISTENT); in register_oci8_symbols()
H A Doci8.stub.php306 const OCI_DTYPE_FILE = UNKNOWN; define
H A Doci8_statement.c460 dtype = OCI_DTYPE_FILE; in php_oci_define_callback()
H A Doci8.c604 …OCI_LOB_BUFFER_USED && (descriptor->type == OCI_DTYPE_LOB || descriptor->type == OCI_DTYPE_FILE)) { in php_oci_descriptor_flush_hash_dtor()
/PHP-8.2/ext/oci8/tests/
H A Dlob_028.phpt20 $d = oci_new_descriptor($c, OCI_DTYPE_FILE);

Completed in 39 milliseconds