Home
last modified time | relevance | path

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

/PHP-8.3/ext/oci8/
H A Doci8.c298 OCI_G(num_links) = OCI_G(num_persistent); in PHP_RINIT_FUNCTION()
2100 php_oci_error(OCI_G(err), OCI_G(errcode)); in php_oci_old_create_session()
2109 php_oci_error(OCI_G(err), OCI_G(errcode)); in php_oci_old_create_session()
2119 php_oci_error(OCI_G(err), OCI_G(errcode)); in php_oci_old_create_session()
2128 php_oci_error(OCI_G(err), OCI_G(errcode)); in php_oci_old_create_session()
2137 php_oci_error(OCI_G(err), OCI_G(errcode)); in php_oci_old_create_session()
2179 php_oci_error(OCI_G(err), OCI_G(errcode)); in php_oci_old_create_session()
2188 php_oci_error(OCI_G(err), OCI_G(errcode)); in php_oci_old_create_session()
2197 php_oci_error(OCI_G(err), OCI_G(errcode)); in php_oci_old_create_session()
2246 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()
1730 if (OCI_G(edition)) { in PHP_FUNCTION()
1731 efree(OCI_G(edition)); in PHP_FUNCTION()
1737 OCI_G(edition)[edition_len] = '\0'; in PHP_FUNCTION()
1739 OCI_G(edition) = NULL; in PHP_FUNCTION()
1850 if (OCI_G(errcode) != OCI_SUCCESS) { in PHP_FUNCTION()
1851 php_oci_error(OCI_G(err), OCI_G(errcode)); in PHP_FUNCTION()
1880 if (OCI_G(errcode) != OCI_SUCCESS) { in PHP_FUNCTION()
[all …]
H A Dphp_oci8_int.h306 OCI_G(in_call) = 1; \
308 OCI_G(in_call) = 0; \
313 OCI_G(in_call) = 1; \
315 OCI_G(in_call) = 0; \
550 #define OCI_G(v) TSRMG(oci_globals_id, zend_oci_globals *, v) macro
552 #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.c113 if (OCI_G(default_prefetch) >= 0) { in php_oci_statement_create()
114 php_oci_statement_set_prefetch(statement, (ub4)OCI_G(default_prefetch)); in php_oci_statement_create()
119 if (OCI_G(prefetch_lob_size) > 0) { in php_oci_statement_create()
120 statement->prefetch_lob_size = (ub4)OCI_G(prefetch_lob_size); in php_oci_statement_create()
127 OCI_G(num_statements)++; in php_oci_statement_create()
185 OCI_G(num_statements)++; in php_oci_get_implicit_resultset()
926 OCI_G(num_statements)--; in php_oci_statement_free()

Completed in 47 milliseconds