Searched refs:OCI_G (Results 1 – 5 of 5) sorted by relevance
/PHP-7.0/ext/oci8/ |
H A D | oci8.c | 1164 OCI_G(num_links) = OCI_G(num_persistent); in PHP_RINIT_FUNCTION() 3004 php_oci_error(OCI_G(err), OCI_G(errcode)); in php_oci_old_create_session() 3013 php_oci_error(OCI_G(err), OCI_G(errcode)); in php_oci_old_create_session() 3023 php_oci_error(OCI_G(err), OCI_G(errcode)); in php_oci_old_create_session() 3032 php_oci_error(OCI_G(err), OCI_G(errcode)); in php_oci_old_create_session() 3041 php_oci_error(OCI_G(err), OCI_G(errcode)); in php_oci_old_create_session() 3086 php_oci_error(OCI_G(err), OCI_G(errcode)); in php_oci_old_create_session() 3096 php_oci_error(OCI_G(err), OCI_G(errcode)); in php_oci_old_create_session() 3105 php_oci_error(OCI_G(err), OCI_G(errcode)); in php_oci_old_create_session() 3154 php_oci_error(OCI_G(err), OCI_G(errcode)); in php_oci_old_create_session() [all …]
|
H A D | php_oci8_int.h | 301 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 D | oci8_interface.c | 1604 if (OCI_G(old_oci_close_semantics)) { in PHP_FUNCTION() 1697 errh = OCI_G(err); in PHP_FUNCTION() 1698 errcode = OCI_G(errcode); in PHP_FUNCTION() 1857 if (OCI_G(edition)) { in PHP_FUNCTION() 1858 efree(OCI_G(edition)); in PHP_FUNCTION() 1862 OCI_G(edition) = (char *)safe_emalloc(edition_len+1, sizeof(char), 0); in PHP_FUNCTION() 1863 memcpy(OCI_G(edition), edition, edition_len); in PHP_FUNCTION() 1864 OCI_G(edition)[edition_len] = '\0'; in PHP_FUNCTION() 1866 OCI_G(edition) = NULL; in PHP_FUNCTION() 1992 if (OCI_G(errcode) != OCI_SUCCESS) { in PHP_FUNCTION() [all …]
|
H A D | oci8_lob.c | 75 OCI_G(errcode) = php_oci_error(OCI_G(err), errstatus); in php_oci_lob_create() 76 PHP_OCI_HANDLE_ERROR(connection, OCI_G(errcode)); in php_oci_lob_create() 80 OCI_G(errcode) = 0; /* retain backwards compat with OCI8 1.4 */ in php_oci_lob_create()
|
H A D | oci8_statement.c | 116 if (OCI_G(default_prefetch) >= 0) { in php_oci_statement_create() 117 php_oci_statement_set_prefetch(statement, (ub4)OCI_G(default_prefetch)); in php_oci_statement_create() 124 OCI_G(num_statements)++; in php_oci_statement_create() 181 OCI_G(num_statements)++; in php_oci_get_implicit_resultset() 906 OCI_G(num_statements)--; in php_oci_statement_free()
|
Completed in 32 milliseconds