php_oci_spool     137 ext/oci8/oci8.c static void php_oci_spool_close(php_oci_spool *session_pool TSRMLS_DC);
php_oci_spool     140 ext/oci8/oci8.c static int php_oci_create_session(php_oci_connection *connection, php_oci_spool *session_pool, char *dbname, int dbname_len, char *username, int username_len, char *password, int password_len, char *new_password, int new_password_len, int session_mode TSRMLS_DC);
php_oci_spool     142 ext/oci8/oci8.c static php_oci_spool *php_oci_get_spool(char *username, int username_len, char *password, int password_len, char *dbname, int dbname_len, int charsetid TSRMLS_DC);
php_oci_spool     143 ext/oci8/oci8.c static php_oci_spool *php_oci_create_spool(char *username, int username_len, char *password, int password_len, char *dbname, int dbname_len, char *hash_key, int hash_key_len, int charsetid TSRMLS_DC);
php_oci_spool    1808 ext/oci8/oci8.c 	php_oci_spool *session_pool = NULL;
php_oci_spool    2828 ext/oci8/oci8.c static php_oci_spool *php_oci_create_spool(char *username, int username_len, char *password, int password_len, char *dbname, int dbname_len, char *hash_key, int hash_key_len, int charsetid TSRMLS_DC)
php_oci_spool    2830 ext/oci8/oci8.c 	php_oci_spool *session_pool = NULL;
php_oci_spool    2837 ext/oci8/oci8.c 	session_pool = (php_oci_spool *) calloc(1, sizeof(php_oci_spool));
php_oci_spool    2965 ext/oci8/oci8.c static php_oci_spool *php_oci_get_spool(char *username, int username_len, char *password, int password_len, char *dbname, int dbname_len, int charsetid TSRMLS_DC)
php_oci_spool    2968 ext/oci8/oci8.c 	php_oci_spool *session_pool = NULL;
php_oci_spool    3015 ext/oci8/oci8.c 		strlen(((php_oci_spool *)(spool_out_le->ptr))->spool_hash_key) == spool_hashed_details.len &&
php_oci_spool    3016 ext/oci8/oci8.c 		memcmp(((php_oci_spool *)(spool_out_le->ptr))->spool_hash_key, spool_hashed_details.c, spool_hashed_details.len) == 0) {
php_oci_spool    3018 ext/oci8/oci8.c 		session_pool = (php_oci_spool *)(spool_out_le->ptr);
php_oci_spool    3253 ext/oci8/oci8.c static int php_oci_create_session(php_oci_connection *connection, php_oci_spool *session_pool, char *dbname, int dbname_len, char *username, int username_len, char *password, int password_len, char *new_password, int new_password_len, int session_mode TSRMLS_DC)
php_oci_spool    3255 ext/oci8/oci8.c 	php_oci_spool *actual_spool = NULL;
php_oci_spool    3417 ext/oci8/oci8.c 	php_oci_spool *session_pool = (php_oci_spool *)entry->ptr;
php_oci_spool    3431 ext/oci8/oci8.c static void php_oci_spool_close(php_oci_spool *session_pool TSRMLS_DC)
php_oci_spool     143 ext/oci8/php_oci8_int.h 	php_oci_spool  *private_spool;				/* private session pool (for persistent) */