Home
last modified time | relevance | path

Searched refs:OCI_DTYPE_LOB (Results 1 – 13 of 13) sorted by relevance

/PHP-8.2/ext/oci8/tests/
H A Dlob_037.phpt25 $blob = oci_new_descriptor($c,OCI_DTYPE_LOB);
42 $blob = oci_new_descriptor($c,OCI_DTYPE_LOB);
H A Dlob_041.phpt28 $desc = oci_new_descriptor($c, OCI_DTYPE_LOB);
39 $desc = oci_new_descriptor($c, OCI_DTYPE_LOB);
H A Dlob_036.phpt24 $blob = oci_new_descriptor($c,OCI_DTYPE_LOB);
H A Dlob_039.phpt26 $clob = oci_new_descriptor($c,OCI_DTYPE_LOB);
H A Dlob_038.phpt26 $clob = oci_new_descriptor($c,OCI_DTYPE_LOB);
74 $blob = oci_new_descriptor($c,OCI_DTYPE_LOB);
H A Dlob_028.phpt26 $d = oci_new_descriptor($c, OCI_DTYPE_LOB);
/PHP-8.2/ext/pdo_oci/
H A Doci_statement.c109 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 Doci8_lob.c55 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 Doci8.stub.php311 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 Doci8_arginfo.h864 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 Doci8_interface.c975 zend_long type = OCI_DTYPE_LOB; in PHP_FUNCTION()
H A Doci8_statement.c464 dtype = OCI_DTYPE_LOB; in php_oci_define_callback()
H A Doci8.c604 …criptor->buffering == PHP_OCI_LOB_BUFFER_USED && (descriptor->type == OCI_DTYPE_LOB || descriptor-… in php_oci_descriptor_flush_hash_dtor()

Completed in 48 milliseconds