Searched refs:retenv (Results 1 – 1 of 1) sorted by relevance
2197 OCIEnv *retenv = NULL; in php_oci_create_env() local2200 …PHP_OCI_CALL_RETURN(OCI_G(errcode), OCIEnvNlsCreate, (&retenv, OCI_G(events) ? PHP_OCI_INIT_MODE |… in php_oci_create_env()2211 if (retenv in php_oci_create_env()2212 …&& OCIErrorGet(retenv, (ub4)1, NULL, &ora_error_code, ora_msg_buf, (ub4)PHP_OCI_ERRBUF_LEN, (ub4)O… in php_oci_create_env()2219 return retenv; in php_oci_create_env()
Completed in 10 milliseconds