Lines Matching refs:edition
1167 OCI_G(edition) = NULL; in PHP_RINIT_FUNCTION()
1189 if (OCI_G(edition)) { in PHP_RSHUTDOWN_FUNCTION()
1190 efree(OCI_G(edition)); in PHP_RSHUTDOWN_FUNCTION()
1752 if (OCI_G(edition)){ in php_oci_do_connect_ex()
1753 smart_str_appendl_ex(&hashed_details, OCI_G(edition), strlen(OCI_G(edition)), 0); in php_oci_do_connect_ex()
2825 if (OCI_G(edition)) { in php_oci_create_spool()
2826 …d *) spoolAuth, (ub4) OCI_HTYPE_AUTHINFO, (dvoid *) OCI_G(edition), (ub4)(strlen(OCI_G(edition))),… in php_oci_create_spool()
2908 if (OCI_G(edition)){ in php_oci_get_spool()
2909 smart_str_appendl_ex(&spool_hashed_details, OCI_G(edition), strlen(OCI_G(edition)), 0); in php_oci_get_spool()
3095 if (OCI_G(edition)) { in php_oci_old_create_session()
3096 …ection->session, (ub4) OCI_HTYPE_SESSION, (dvoid *) OCI_G(edition), (ub4) (strlen(OCI_G(edition)))… in php_oci_old_create_session()