Home
last modified time | relevance | path

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

/PHP-7.4/ext/oci8/
H A Doci8.c111 static void php_oci_spool_close(php_oci_spool *session_pool);
116 static php_oci_spool *php_oci_get_spool(char *username, int username_len, char *password, int passw…
1683 php_oci_spool *session_pool = NULL; in php_oci_do_connect_ex()
2757 php_oci_spool *session_pool = NULL; in php_oci_create_spool()
2764 session_pool = (php_oci_spool *) calloc(1, sizeof(php_oci_spool)); in php_oci_create_spool()
2895 php_oci_spool *session_pool = NULL; in php_oci_get_spool()
2954 …ZSTR_LEN(((php_oci_spool *)(spool_out_le->ptr))->spool_hash_key) == ZSTR_LEN(spool_hashed_details.… in php_oci_get_spool()
2957 session_pool = (php_oci_spool *)(spool_out_le->ptr); in php_oci_get_spool()
3201 php_oci_spool *actual_spool = NULL; in php_oci_create_session()
3370 php_oci_spool *session_pool = (php_oci_spool *)entry->ptr; in php_oci_spool_list_dtor()
[all …]
H A Dphp_oci8_int.h135 } php_oci_spool; typedef
148 php_oci_spool *private_spool; /* private session pool (for persistent) */

Completed in 29 milliseconds