Home
last modified time | relevance | path

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

/PHP-5.6/ext/oci8/
H A Doci8_dtrace.d33 probe oci8__sesspool__create(void *session_pool);
35 probe oci8__sesspool__type(int type, void *session_pool);
H A Doci8.c2839 if (session_pool == NULL) { in php_oci_create_spool()
2944 session_pool = NULL; in php_oci_create_spool()
2957 return session_pool; in php_oci_create_spool()
3026 session_pool = NULL; in php_oci_get_spool()
3029 return session_pool; in php_oci_get_spool()
3281 …DTRACE_OCI8_SESSPOOL_TYPE(session_pool ? 1 : 0, session_pool ? session_pool : connection->private_… in php_oci_create_session()
3420 if (session_pool) { in php_oci_spool_list_dtor()
3439 if (session_pool->poolh) { in php_oci_spool_close()
3443 if (session_pool->err) { in php_oci_spool_close()
3447 if (session_pool->env) { in php_oci_spool_close()
[all …]

Completed in 12 milliseconds