Searched refs:php_oci_create_env (Results 1 – 1 of 1) sorted by relevance
114 static OCIEnv *php_oci_create_env(ub2 charsetid);2009 if (!(session_pool->env = php_oci_create_env(charsetid))) { in php_oci_create_spool()2195 static OCIEnv *php_oci_create_env(ub2 charsetid) in php_oci_create_env() function2240 if (!(connection->env = php_oci_create_env(connection->charset))) { in php_oci_old_create_session()
Completed in 16 milliseconds