Lines Matching refs:php_oci_spool

112 static void php_oci_spool_close(php_oci_spool *session_pool);
115 static int php_oci_create_session(php_oci_connection *connection, php_oci_spool *session_pool, char…
117 static php_oci_spool *php_oci_get_spool(char *username, int username_len, char *password, int passw…
118 static php_oci_spool *php_oci_create_spool(char *username, int username_len, char *password, int pa…
920 php_oci_spool *session_pool = NULL; in php_oci_do_connect_ex()
1984 static php_oci_spool *php_oci_create_spool(char *username, int username_len, char *password, int pa… in php_oci_create_spool()
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()
2121 static php_oci_spool *php_oci_get_spool(char *username, int username_len, char *password, int passw… in php_oci_get_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()
2174 …memcmp(ZSTR_VAL(((php_oci_spool *)(spool_out_le->ptr))->spool_hash_key), ZSTR_VAL(spool_hashed_det… in php_oci_get_spool()
2176 session_pool = (php_oci_spool *)(spool_out_le->ptr); in php_oci_get_spool()
2418 static int php_oci_create_session(php_oci_connection *connection, php_oci_spool *session_pool, char… in php_oci_create_session()
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()
2603 static void php_oci_spool_close(php_oci_spool *session_pool) in php_oci_spool_close()