Home
last modified time | relevance | path

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

/PHP-8.0/ext/oci8/
H A Doci8.c402 OCI_G(num_links) = OCI_G(num_persistent); in PHP_RINIT_FUNCTION()
2248 php_oci_error(OCI_G(err), OCI_G(errcode)); in php_oci_old_create_session()
2257 php_oci_error(OCI_G(err), OCI_G(errcode)); in php_oci_old_create_session()
2267 php_oci_error(OCI_G(err), OCI_G(errcode)); in php_oci_old_create_session()
2276 php_oci_error(OCI_G(err), OCI_G(errcode)); in php_oci_old_create_session()
2285 php_oci_error(OCI_G(err), OCI_G(errcode)); in php_oci_old_create_session()
2330 php_oci_error(OCI_G(err), OCI_G(errcode)); in php_oci_old_create_session()
2340 php_oci_error(OCI_G(err), OCI_G(errcode)); in php_oci_old_create_session()
2349 php_oci_error(OCI_G(err), OCI_G(errcode)); in php_oci_old_create_session()
2398 php_oci_error(OCI_G(err), OCI_G(errcode)); in php_oci_old_create_session()
[all …]
H A Doci8_interface.c1454 if (OCI_G(old_oci_close_semantics)) { in PHP_FUNCTION()
1540 errh = OCI_G(err); in PHP_FUNCTION()
1541 errcode = OCI_G(errcode); in PHP_FUNCTION()
1698 if (OCI_G(edition)) { in PHP_FUNCTION()
1699 efree(OCI_G(edition)); in PHP_FUNCTION()
1705 OCI_G(edition)[edition_len] = '\0'; in PHP_FUNCTION()
1707 OCI_G(edition) = NULL; in PHP_FUNCTION()
1840 if (OCI_G(errcode) != OCI_SUCCESS) { in PHP_FUNCTION()
1841 php_oci_error(OCI_G(err), OCI_G(errcode)); in PHP_FUNCTION()
1870 if (OCI_G(errcode) != OCI_SUCCESS) { in PHP_FUNCTION()
[all …]
H A Dphp_oci8_int.h299 OCI_G(in_call) = 1; \
301 OCI_G(in_call) = 0; \
306 OCI_G(in_call) = 1; \
308 OCI_G(in_call) = 0; \
543 #define OCI_G(v) TSRMG(oci_globals_id, zend_oci_globals *, v) macro
545 #define OCI_G(v) (oci_globals.v) macro
H A Doci8_lob.c73 OCI_G(errcode) = php_oci_error(OCI_G(err), errstatus); in php_oci_lob_create()
74 PHP_OCI_HANDLE_ERROR(connection, OCI_G(errcode)); in php_oci_lob_create()
78 OCI_G(errcode) = 0; /* retain backwards compat with OCI8 1.4 */ in php_oci_lob_create()
H A Doci8_statement.c114 if (OCI_G(default_prefetch) >= 0) { in php_oci_statement_create()
115 php_oci_statement_set_prefetch(statement, (ub4)OCI_G(default_prefetch)); in php_oci_statement_create()
122 OCI_G(num_statements)++; in php_oci_statement_create()
179 OCI_G(num_statements)++; in php_oci_get_implicit_resultset()
908 OCI_G(num_statements)--; in php_oci_statement_free()

Completed in 39 milliseconds