Home
last modified time | relevance | path

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

/PHP-5.5/ext/oci8/
H A Doci8_statement.c77 PHP_OCI_CALL(OCIHandleFree,(statement->err, OCI_HTYPE_ERROR)); in php_oci_statement_create()
246 PHP_OCI_CALL(OCIStmtSetPieceInfo, in php_oci_statement_fetch()
522 PHP_OCI_CALL(OCIDescriptorFree, (param, OCI_DTYPE_PARAM)); in php_oci_statement_execute()
532 PHP_OCI_CALL(OCIDescriptorFree, (param, OCI_DTYPE_PARAM)); in php_oci_statement_execute()
542 PHP_OCI_CALL(OCIDescriptorFree, (param, OCI_DTYPE_PARAM)); in php_oci_statement_execute()
552 PHP_OCI_CALL(OCIDescriptorFree, (param, OCI_DTYPE_PARAM)); in php_oci_statement_execute()
565 PHP_OCI_CALL(OCIDescriptorFree, (param, OCI_DTYPE_PARAM)); in php_oci_statement_execute()
575 PHP_OCI_CALL(OCIDescriptorFree, (param, OCI_DTYPE_PARAM)); in php_oci_statement_execute()
585 PHP_OCI_CALL(OCIDescriptorFree, (param, OCI_DTYPE_PARAM)); in php_oci_statement_execute()
590 PHP_OCI_CALL(OCIDescriptorFree, (param, OCI_DTYPE_PARAM)); in php_oci_statement_execute()
[all …]
H A Doci8.c1110 PHP_OCI_CALL(OCIConnectionPoolDestroy, (cpoolh, OCI_G(err), OCI_DEFAULT)); in PHP_INI_END()
1111 PHP_OCI_CALL(OCIHandleFree, (cpoolh, OCI_HTYPE_CPOOL)); in PHP_INI_END()
1144 PHP_OCI_CALL(OCIHandleFree, ((dvoid *) OCI_G(err), OCI_HTYPE_ERROR)); in php_oci_cleanup_global_handles()
1149 PHP_OCI_CALL(OCIHandleFree, ((dvoid *) OCI_G(env), OCI_HTYPE_ENV)); in php_oci_cleanup_global_handles()
2301 PHP_OCI_CALL(OCIServerDetach, (connection->server, OCI_G(err), OCI_DEFAULT)); in php_oci_connection_close()
2313 PHP_OCI_CALL(OCIHandleFree, ((dvoid *) connection->env, OCI_HTYPE_ENV)); in php_oci_connection_close()
2401 PHP_OCI_CALL(OCISessionRelease, (connection->svc, connection->err, NULL, in php_oci_connection_release()
2821 PHP_OCI_CALL(OCIHandleFree, ((dvoid *) spoolAuth, (ub4) OCI_HTYPE_AUTHINFO)); in php_oci_create_spool()
3292 PHP_OCI_CALL(OCISessionPoolDestroy, ((dvoid *) session_pool->poolh, in php_oci_spool_close()
3301 PHP_OCI_CALL(OCIHandleFree, ((dvoid *) session_pool->err, OCI_HTYPE_ERROR)); in php_oci_spool_close()
[all …]
H A Dphp_oci8_int.h256 #define PHP_OCI_CALL(func, params) \ macro
317PHP_OCI_CALL(OCIAttrGet, ((dvoid *)(connection)->server, OCI_HTYPE_SERVER, (dvoid *)&serverStatus,…
H A Doci8_collection.c223 PHP_OCI_CALL(OCIHandleFree, ((dvoid *) dschp1, OCI_HTYPE_DESCRIBE)); in php_oci_collection_create()
231 PHP_OCI_CALL(OCIHandleFree, ((dvoid *) dschp1, OCI_HTYPE_DESCRIBE)); in php_oci_collection_create()
H A Doci8_lob.c710 PHP_OCI_CALL(OCIDescriptorFree, (descriptor->descriptor, descriptor->type)); in php_oci_lob_free()

Completed in 27 milliseconds