Home
last modified time | relevance | path

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

/PHP-8.0/ext/oci8/
H A Doci8.c2197 OCIEnv *retenv = NULL; in php_oci_create_env() local
2200 …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 9 milliseconds