Lines Matching refs:OCI_G
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()
1990 …OCI_G(errcode), OCIAttrSet, ((dvoid *) connection->session, (ub4) OCI_HTYPE_SESSION, (dvoid *) dbo… in PHP_FUNCTION()
1992 if (OCI_G(errcode) != OCI_SUCCESS) { in PHP_FUNCTION()
1993 php_oci_error(OCI_G(err), OCI_G(errcode)); in PHP_FUNCTION()