Lines Matching refs:edition
404 OCI_G(edition) = NULL; in PHP_RINIT_FUNCTION()
426 if (OCI_G(edition)) { in PHP_RSHUTDOWN_FUNCTION()
427 efree(OCI_G(edition)); in PHP_RSHUTDOWN_FUNCTION()
989 if (OCI_G(edition)){ in php_oci_do_connect_ex()
990 smart_str_appendl_ex(&hashed_details, OCI_G(edition), strlen(OCI_G(edition)), 0); in php_oci_do_connect_ex()
2054 if (OCI_G(edition)) { in php_oci_create_spool()
2055 …d *) spoolAuth, (ub4) OCI_HTYPE_AUTHINFO, (dvoid *) OCI_G(edition), (ub4)(strlen(OCI_G(edition))),… in php_oci_create_spool()
2134 if (OCI_G(edition)){ in php_oci_get_spool()
2135 smart_str_appendl_ex(&spool_hashed_details, OCI_G(edition), strlen(OCI_G(edition)), 0); in php_oci_get_spool()
2314 if (OCI_G(edition)) { in php_oci_old_create_session()
2315 …ection->session, (ub4) OCI_HTYPE_SESSION, (dvoid *) OCI_G(edition), (ub4) (strlen(OCI_G(edition)))… in php_oci_old_create_session()