Home
last modified time | relevance | path

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

/PHP-8.2/ext/oci8/
H A Doci8.c1853 if (session_pool == NULL) { in php_oci_create_spool()
1952 session_pool = NULL; in php_oci_create_spool()
1965 return session_pool; in php_oci_create_spool()
2035 session_pool = NULL; in php_oci_get_spool()
2038 return session_pool; in php_oci_get_spool()
2298 …DTRACE_OCI8_SESSPOOL_TYPE(session_pool ? 1 : 0, session_pool ? session_pool : connection->private_… in php_oci_create_session()
2435 if (session_pool) { in php_oci_spool_list_dtor()
2454 if (session_pool->poolh) { in php_oci_spool_close()
2458 if (session_pool->err) { in php_oci_spool_close()
2462 if (session_pool->env) { in php_oci_spool_close()
[all …]
H A Doci8_dtrace.d33 probe oci8__sesspool__create(void *session_pool);
35 probe oci8__sesspool__type(int type, void *session_pool);

Completed in 10 milliseconds