edition          1306 ext/oci8/oci8.c 	OCI_G(edition) = NULL;
edition          1328 ext/oci8/oci8.c 	if (OCI_G(edition)) {
edition          1329 ext/oci8/oci8.c 		efree(OCI_G(edition));
edition          1884 ext/oci8/oci8.c 	if (OCI_G(edition)){
edition          1885 ext/oci8/oci8.c 		smart_str_appendl_ex(&hashed_details, OCI_G(edition), strlen(OCI_G(edition)), 0);
edition          2898 ext/oci8/oci8.c 	if (OCI_G(edition)) {
edition          2899 ext/oci8/oci8.c 		PHP_OCI_CALL_RETURN(errstatus, OCIAttrSet, ((dvoid *) spoolAuth, (ub4) OCI_HTYPE_AUTHINFO, (dvoid *) OCI_G(edition), (ub4)(strlen(OCI_G(edition))), (ub4)OCI_ATTR_EDITION, OCI_G(err)));
edition          2978 ext/oci8/oci8.c 	if (OCI_G(edition)){
edition          2979 ext/oci8/oci8.c 		smart_str_appendl_ex(&spool_hashed_details, OCI_G(edition), strlen(OCI_G(edition)), 0);
edition          3149 ext/oci8/oci8.c 	if (OCI_G(edition)) {
edition          3150 ext/oci8/oci8.c 		PHP_OCI_CALL_RETURN(OCI_G(errcode), OCIAttrSet, ((dvoid *) connection->session, (ub4) OCI_HTYPE_SESSION, (dvoid *) OCI_G(edition), (ub4) (strlen(OCI_G(edition))), (ub4) OCI_ATTR_EDITION, OCI_G(err)));
edition          1796 ext/oci8/oci8_interface.c 	char *edition;
edition          1799 ext/oci8/oci8_interface.c 	if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s", &edition, &edition_len) == FAILURE) {
edition          1803 ext/oci8/oci8_interface.c 	if (OCI_G(edition)) {
edition          1804 ext/oci8/oci8_interface.c 		efree(OCI_G(edition));
edition          1807 ext/oci8/oci8_interface.c 	if (edition) {
edition          1808 ext/oci8/oci8_interface.c 		OCI_G(edition) = (char *)safe_emalloc(edition_len+1, sizeof(char), 0);
edition          1809 ext/oci8/oci8_interface.c 		memcpy(OCI_G(edition), edition, edition_len);
edition          1810 ext/oci8/oci8_interface.c 		OCI_G(edition)[edition_len] = '\0';
edition          1812 ext/oci8/oci8_interface.c 		OCI_G(edition) = NULL;
edition           517 ext/oci8/php_oci8_int.h 	char		*edition;