edition          1300 ext/oci8/oci8.c 	OCI_G(edition) = NULL;
edition          1322 ext/oci8/oci8.c 	if (OCI_G(edition)) {
edition          1323 ext/oci8/oci8.c 		efree(OCI_G(edition));
edition          1880 ext/oci8/oci8.c 	if (OCI_G(edition)){
edition          1881 ext/oci8/oci8.c 		smart_str_appendl_ex(&hashed_details, OCI_G(edition), strlen(OCI_G(edition)), 0);
edition          2922 ext/oci8/oci8.c 	if (OCI_G(edition)) {
edition          2923 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          3003 ext/oci8/oci8.c 	if (OCI_G(edition)){
edition          3004 ext/oci8/oci8.c 		smart_str_appendl_ex(&spool_hashed_details, OCI_G(edition), strlen(OCI_G(edition)), 0);
edition          3186 ext/oci8/oci8.c 	if (OCI_G(edition)) {
edition          3187 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          1824 ext/oci8/oci8_interface.c 	char *edition;
edition          1827 ext/oci8/oci8_interface.c 	if (zend_parse_parameters(ZEND_NUM_ARGS(), "s", &edition, &edition_len) == FAILURE) {
edition          1831 ext/oci8/oci8_interface.c 	if (OCI_G(edition)) {
edition          1832 ext/oci8/oci8_interface.c 		efree(OCI_G(edition));
edition          1835 ext/oci8/oci8_interface.c 	if (edition) {
edition          1836 ext/oci8/oci8_interface.c 		OCI_G(edition) = (char *)safe_emalloc(edition_len+1, sizeof(char), 0);
edition          1837 ext/oci8/oci8_interface.c 		memcpy(OCI_G(edition), edition, edition_len);
edition          1838 ext/oci8/oci8_interface.c 		OCI_G(edition)[edition_len] = '\0';
edition          1840 ext/oci8/oci8_interface.c 		OCI_G(edition) = NULL;
edition           532 ext/oci8/php_oci8_int.h 	char		*edition;