Home
last modified time | relevance | path

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

/PHP-7.0/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.c2746 if (session_pool == NULL) { in php_oci_create_spool()
2851 session_pool = NULL; in php_oci_create_spool()
2864 return session_pool; in php_oci_create_spool()
2939 session_pool = NULL; in php_oci_get_spool()
2942 return session_pool; in php_oci_get_spool()
3208 …DTRACE_OCI8_SESSPOOL_TYPE(session_pool ? 1 : 0, session_pool ? session_pool : connection->private_… in php_oci_create_session()
3347 if (session_pool) { in php_oci_spool_list_dtor()
3366 if (session_pool->poolh) { in php_oci_spool_close()
3370 if (session_pool->err) { in php_oci_spool_close()
3374 if (session_pool->env) { in php_oci_spool_close()
[all …]

Completed in 14 milliseconds