Searched refs:OCI_DTYPE_LOB (Results 1 – 13 of 13) sorted by relevance
/PHP-8.2/ext/oci8/tests/ |
H A D | lob_037.phpt | 25 $blob = oci_new_descriptor($c,OCI_DTYPE_LOB); 42 $blob = oci_new_descriptor($c,OCI_DTYPE_LOB);
|
H A D | lob_041.phpt | 28 $desc = oci_new_descriptor($c, OCI_DTYPE_LOB); 39 $desc = oci_new_descriptor($c, OCI_DTYPE_LOB);
|
H A D | lob_036.phpt | 24 $blob = oci_new_descriptor($c,OCI_DTYPE_LOB);
|
H A D | lob_039.phpt | 26 $clob = oci_new_descriptor($c,OCI_DTYPE_LOB);
|
H A D | lob_038.phpt | 26 $clob = oci_new_descriptor($c,OCI_DTYPE_LOB); 74 $blob = oci_new_descriptor($c,OCI_DTYPE_LOB);
|
H A D | lob_028.phpt | 26 $d = oci_new_descriptor($c, OCI_DTYPE_LOB);
|
/PHP-8.2/ext/pdo_oci/ |
H A D | oci_statement.c | 109 OCIDescriptorFree(S->cols[i].data, OCI_DTYPE_LOB); in oci_stmt_dtor() 301 OCIDescriptorFree(P->thing, OCI_DTYPE_LOB); in oci_stmt_param_hook() 361 STMT_CALL(OCIDescriptorAlloc, (S->H->env, &P->thing, OCI_DTYPE_LOB, 0, NULL)); in oci_stmt_param_hook() 362 STMT_CALL(OCIAttrSet, (P->thing, OCI_DTYPE_LOB, &empty, 0, OCI_ATTR_LOBEMPTY, S->err)); in oci_stmt_param_hook() 442 OCIDescriptorFree(P->thing, OCI_DTYPE_LOB); in oci_stmt_param_hook() 563 … STMT_CALL(OCIDescriptorAlloc, (S->H->env, (dvoid**)&S->cols[colno].data, OCI_DTYPE_LOB, 0, NULL)); in oci_stmt_describe()
|
/PHP-8.2/ext/oci8/ |
H A D | oci8_lob.c | 55 case OCI_DTYPE_LOB: in php_oci_lob_create() 91 if (descriptor->type == OCI_DTYPE_LOB || descriptor->type == OCI_DTYPE_FILE) { in php_oci_lob_create() 686 …if ((descriptor->type == OCI_DTYPE_FILE || descriptor->type == OCI_DTYPE_LOB) && descriptor->buffe… in php_oci_lob_free() 690 if (descriptor->type == OCI_DTYPE_LOB) { in php_oci_lob_free()
|
H A D | oci8.stub.php | 311 const OCI_DTYPE_LOB = UNKNOWN; define 499 function oci_new_descriptor($connection, int $type = OCI_DTYPE_LOB): ?OCILob {} 506 function ocinewdescriptor($connection, int $type = OCI_DTYPE_LOB): ?OCILob {}
|
H A D | oci8_arginfo.h | 864 REGISTER_LONG_CONSTANT("OCI_DTYPE_LOB", OCI_DTYPE_LOB, CONST_PERSISTENT); in register_oci8_symbols() 867 REGISTER_LONG_CONSTANT("OCI_D_LOB", OCI_DTYPE_LOB, CONST_PERSISTENT); in register_oci8_symbols()
|
H A D | oci8_interface.c | 975 zend_long type = OCI_DTYPE_LOB; in PHP_FUNCTION()
|
H A D | oci8_statement.c | 464 dtype = OCI_DTYPE_LOB; in php_oci_define_callback()
|
H A D | oci8.c | 604 …criptor->buffering == PHP_OCI_LOB_BUFFER_USED && (descriptor->type == OCI_DTYPE_LOB || descriptor-… in php_oci_descriptor_flush_hash_dtor()
|
Completed in 29 milliseconds