Home
last modified time | relevance | path

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

/PHP-8.0/ext/oci8/
H A Doci8.c112 static void php_oci_spool_close(php_oci_spool *session_pool);
117 static php_oci_spool *php_oci_get_spool(char *username, int username_len, char *password, int passw…
920 php_oci_spool *session_pool = NULL; in php_oci_do_connect_ex()
1986 php_oci_spool *session_pool = NULL; in php_oci_create_spool()
1993 session_pool = (php_oci_spool *) calloc(1, sizeof(php_oci_spool)); in php_oci_create_spool()
2124 php_oci_spool *session_pool = NULL; in php_oci_get_spool()
2173 …ZSTR_LEN(((php_oci_spool *)(spool_out_le->ptr))->spool_hash_key) == ZSTR_LEN(spool_hashed_details.… in php_oci_get_spool()
2176 session_pool = (php_oci_spool *)(spool_out_le->ptr); in php_oci_get_spool()
2420 php_oci_spool *actual_spool = NULL; in php_oci_create_session()
2589 php_oci_spool *session_pool = (php_oci_spool *)entry->ptr; in php_oci_spool_list_dtor()
[all …]
H A Dphp_oci8_int.h133 } php_oci_spool; typedef
146 php_oci_spool *private_spool; /* private session pool (for persistent) */

Completed in 16 milliseconds