Searched refs:php_oci_create_env (Results 1 – 1 of 1) sorted by relevance
123 static OCIEnv *php_oci_create_env(ub2 charsetid);1868 if (!(session_pool->env = php_oci_create_env(charsetid))) { in php_oci_create_spool()2047 static OCIEnv *php_oci_create_env(ub2 charsetid) in php_oci_create_env() function2092 if (!(connection->env = php_oci_create_env(connection->charset))) { in php_oci_old_create_session()
Completed in 9 milliseconds