Lines Matching refs:php_oci_spool

144 static void php_oci_spool_close(php_oci_spool *session_pool TSRMLS_DC);
147 static int php_oci_create_session(php_oci_connection *connection, php_oci_spool *session_pool, char…
149 static php_oci_spool *php_oci_get_spool(char *username, int username_len, char *password, int passw…
150 static php_oci_spool *php_oci_create_spool(char *username, int username_len, char *password, int pa…
1766 php_oci_spool *session_pool = NULL; in php_oci_do_connect_ex()
2707 static php_oci_spool *php_oci_create_spool(char *username, int username_len, char *password, int pa… in php_oci_create_spool()
2709 php_oci_spool *session_pool = NULL; in php_oci_create_spool()
2715 session_pool = (php_oci_spool *) calloc(1, sizeof(php_oci_spool)); in php_oci_create_spool()
2836 static php_oci_spool *php_oci_get_spool(char *username, int username_len, char *password, int passw… in php_oci_get_spool()
2839 php_oci_spool *session_pool = NULL; in php_oci_get_spool()
2890 strlen(((php_oci_spool *)(spool_out_le->ptr))->spool_hash_key) == spool_hashed_details.len && in php_oci_get_spool()
2891 …memcmp(((php_oci_spool *)(spool_out_le->ptr))->spool_hash_key, spool_hashed_details.c, spool_hashe… in php_oci_get_spool()
2893 session_pool = (php_oci_spool *)(spool_out_le->ptr); in php_oci_get_spool()
3116 static int php_oci_create_session(php_oci_connection *connection, php_oci_spool *session_pool, char… in php_oci_create_session()
3118 php_oci_spool *actual_spool = NULL; in php_oci_create_session()
3276 php_oci_spool *session_pool = (php_oci_spool *)entry->ptr; in php_oci_spool_list_dtor()
3289 static void php_oci_spool_close(php_oci_spool *session_pool TSRMLS_DC) in php_oci_spool_close()