Home
last modified time | relevance | path

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

/PHP-7.1/ext/oci8/
H A Doci8.c1164 OCI_G(num_links) = OCI_G(num_persistent); in PHP_RINIT_FUNCTION()
3044 php_oci_error(OCI_G(err), OCI_G(errcode)); in php_oci_old_create_session()
3053 php_oci_error(OCI_G(err), OCI_G(errcode)); in php_oci_old_create_session()
3063 php_oci_error(OCI_G(err), OCI_G(errcode)); in php_oci_old_create_session()
3072 php_oci_error(OCI_G(err), OCI_G(errcode)); in php_oci_old_create_session()
3081 php_oci_error(OCI_G(err), OCI_G(errcode)); in php_oci_old_create_session()
3126 php_oci_error(OCI_G(err), OCI_G(errcode)); in php_oci_old_create_session()
3136 php_oci_error(OCI_G(err), OCI_G(errcode)); in php_oci_old_create_session()
3145 php_oci_error(OCI_G(err), OCI_G(errcode)); in php_oci_old_create_session()
3194 php_oci_error(OCI_G(err), OCI_G(errcode)); in php_oci_old_create_session()
[all …]
H A Dphp_oci8_int.h301 OCI_G(in_call) = 1; \
303 OCI_G(in_call) = 0; \
308 OCI_G(in_call) = 1; \
310 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_interface.c1632 if (OCI_G(old_oci_close_semantics)) { in PHP_FUNCTION()
1725 errh = OCI_G(err); in PHP_FUNCTION()
1726 errcode = OCI_G(errcode); in PHP_FUNCTION()
1885 if (OCI_G(edition)) { in PHP_FUNCTION()
1886 efree(OCI_G(edition)); in PHP_FUNCTION()
1890 OCI_G(edition) = (char *)safe_emalloc(edition_len+1, sizeof(char), 0); in PHP_FUNCTION()
1891 memcpy(OCI_G(edition), edition, edition_len); in PHP_FUNCTION()
1892 OCI_G(edition)[edition_len] = '\0'; in PHP_FUNCTION()
1894 OCI_G(edition) = NULL; in PHP_FUNCTION()
2020 if (OCI_G(errcode) != OCI_SUCCESS) { in PHP_FUNCTION()
[all …]
H A Doci8_lob.c79 OCI_G(errcode) = php_oci_error(OCI_G(err), errstatus); in php_oci_lob_create()
80 PHP_OCI_HANDLE_ERROR(connection, OCI_G(errcode)); in php_oci_lob_create()
84 OCI_G(errcode) = 0; /* retain backwards compat with OCI8 1.4 */ in php_oci_lob_create()
H A Doci8_statement.c120 if (OCI_G(default_prefetch) >= 0) { in php_oci_statement_create()
121 php_oci_statement_set_prefetch(statement, (ub4)OCI_G(default_prefetch)); in php_oci_statement_create()
128 OCI_G(num_statements)++; in php_oci_statement_create()
190 OCI_G(num_statements)++; in php_oci_get_implicit_resultset()
923 OCI_G(num_statements)--; in php_oci_statement_free()

Completed in 42 milliseconds