php_oci_spool 1766 oci8/oci8.c php_oci_spool *session_pool = NULL; php_oci_spool 2707 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 2709 oci8/oci8.c php_oci_spool *session_pool = NULL; php_oci_spool 2715 oci8/oci8.c session_pool = (php_oci_spool *) calloc(1, sizeof(php_oci_spool)); php_oci_spool 2836 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 2839 oci8/oci8.c php_oci_spool *session_pool = NULL; php_oci_spool 2890 oci8/oci8.c strlen(((php_oci_spool *)(spool_out_le->ptr))->spool_hash_key) == spool_hashed_details.len && php_oci_spool 2891 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 2893 oci8/oci8.c session_pool = (php_oci_spool *)(spool_out_le->ptr); php_oci_spool 3118 oci8/oci8.c php_oci_spool *actual_spool = NULL; php_oci_spool 3276 oci8/oci8.c php_oci_spool *session_pool = (php_oci_spool *)entry->ptr; php_oci_spool 129 oci8/php_oci8_int.h php_oci_spool *private_spool; /* private session pool (for persistent) */