Home
last modified time | relevance | path

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

/PHP-7.4/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.c2765 if (session_pool == NULL) { in php_oci_create_spool()
2870 session_pool = NULL; in php_oci_create_spool()
2883 return session_pool; in php_oci_create_spool()
2964 session_pool = NULL; in php_oci_get_spool()
2967 return session_pool; in php_oci_get_spool()
3233 …DTRACE_OCI8_SESSPOOL_TYPE(session_pool ? 1 : 0, session_pool ? session_pool : connection->private_… in php_oci_create_session()
3372 if (session_pool) { in php_oci_spool_list_dtor()
3391 if (session_pool->poolh) { in php_oci_spool_close()
3395 if (session_pool->err) { in php_oci_spool_close()
3399 if (session_pool->env) { in php_oci_spool_close()
[all …]

Completed in 15 milliseconds