Home
last modified time | relevance | path

Searched refs:PHP_OCI_CALL (Results 1 – 5 of 5) sorted by relevance

/PHP-8.0/ext/oci8/
H A Doci8.c214 PHP_OCI_CALL(OCIConnectionPoolDestroy, (cpoolh, OCI_G(err), OCI_DEFAULT)); in PHP_INI_END()
215 PHP_OCI_CALL(OCIHandleFree, (cpoolh, OCI_HTYPE_CPOOL)); in PHP_INI_END()
1452 PHP_OCI_CALL(OCIHandleFree, ((dvoid *) connection->err, (ub4) OCI_HTYPE_ERROR)); in php_oci_connection_close()
1465 PHP_OCI_CALL(OCIServerDetach, (connection->server, OCI_G(err), OCI_DEFAULT)); in php_oci_connection_close()
1477 PHP_OCI_CALL(OCIHandleFree, ((dvoid *) connection->env, OCI_HTYPE_ENV)); in php_oci_connection_close()
1580 PHP_OCI_CALL(OCISessionRelease, (connection->svc, connection->err, NULL, in php_oci_connection_release()
2103 PHP_OCI_CALL(OCIHandleFree, ((dvoid *) spoolAuth, (ub4) OCI_HTYPE_AUTHINFO)); in php_oci_create_spool()
2606 PHP_OCI_CALL(OCISessionPoolDestroy, ((dvoid *) session_pool->poolh, in php_oci_spool_close()
2611 PHP_OCI_CALL(OCIHandleFree, ((dvoid *) session_pool->poolh, OCI_HTYPE_SPOOL)); in php_oci_spool_close()
2615 PHP_OCI_CALL(OCIHandleFree, ((dvoid *) session_pool->err, OCI_HTYPE_ERROR)); in php_oci_spool_close()
[all …]
H A Doci8_statement.c88 PHP_OCI_CALL(OCIHandleFree,(statement->err, OCI_HTYPE_ERROR)); in php_oci_statement_create()
327 PHP_OCI_CALL(OCIStmtSetPieceInfo, in php_oci_statement_fetch()
619 PHP_OCI_CALL(OCIDescriptorFree, (param, OCI_DTYPE_PARAM)); in php_oci_statement_execute()
629 PHP_OCI_CALL(OCIDescriptorFree, (param, OCI_DTYPE_PARAM)); in php_oci_statement_execute()
639 PHP_OCI_CALL(OCIDescriptorFree, (param, OCI_DTYPE_PARAM)); in php_oci_statement_execute()
649 PHP_OCI_CALL(OCIDescriptorFree, (param, OCI_DTYPE_PARAM)); in php_oci_statement_execute()
662 PHP_OCI_CALL(OCIDescriptorFree, (param, OCI_DTYPE_PARAM)); in php_oci_statement_execute()
672 PHP_OCI_CALL(OCIDescriptorFree, (param, OCI_DTYPE_PARAM)); in php_oci_statement_execute()
682 PHP_OCI_CALL(OCIDescriptorFree, (param, OCI_DTYPE_PARAM)); in php_oci_statement_execute()
687 PHP_OCI_CALL(OCIDescriptorFree, (param, OCI_DTYPE_PARAM)); in php_oci_statement_execute()
[all …]
H A Dphp_oci8_int.h297 #define PHP_OCI_CALL(func, params) \ macro
354PHP_OCI_CALL(OCIAttrGet, ((dvoid *)(connection)->server, OCI_HTYPE_SERVER, (dvoid *)&serverStatus,…
H A Doci8_collection.c218 PHP_OCI_CALL(OCIHandleFree, ((dvoid *) dschp1, OCI_HTYPE_DESCRIBE)); in php_oci_collection_create()
227 PHP_OCI_CALL(OCIHandleFree, ((dvoid *) dschp1, OCI_HTYPE_DESCRIBE)); in php_oci_collection_create()
H A Doci8_lob.c694 PHP_OCI_CALL(OCIDescriptorFree, (descriptor->descriptor, descriptor->type)); in php_oci_lob_free()

Completed in 34 milliseconds