Home
last modified time | relevance | path

Searched refs:retenv (Results 1 – 1 of 1) sorted by relevance

/PHP-7.4/ext/oci8/
H A Doci8.c2978 OCIEnv *retenv = NULL; in php_oci_create_env() local
2981 …PHP_OCI_CALL_RETURN(OCI_G(errcode), OCIEnvNlsCreate, (&retenv, OCI_G(events) ? PHP_OCI_INIT_MODE |… in php_oci_create_env()
2992 if (retenv in php_oci_create_env()
2993 …&& OCIErrorGet(retenv, (ub4)1, NULL, &ora_error_code, ora_msg_buf, (ub4)PHP_OCI_ERRBUF_LEN, (ub4)O… in php_oci_create_env()
3000 return retenv; in php_oci_create_env()

Completed in 12 milliseconds