Searched refs:retenv (Results 1 – 1 of 1) sorted by relevance
3040 OCIEnv *retenv = NULL; in php_oci_create_env() local3043 …PHP_OCI_CALL_RETURN(OCI_G(errcode), OCIEnvNlsCreate, (&retenv, OCI_G(events) ? PHP_OCI_INIT_MODE |… in php_oci_create_env()3054 if (retenv in php_oci_create_env()3055 …&& OCIErrorGet(retenv, (ub4)1, NULL, &ora_error_code, ora_msg_buf, (ub4)OCI_ERROR_MAXMSG_SIZE, (ub… in php_oci_create_env()3062 return retenv; in php_oci_create_env()
Completed in 12 milliseconds