|
pazpar2
1.6.30
|
#include <session.h>
Data Fields | |
| struct conf_service * | service |
| struct session_database * | databases |
| struct client_list * | clients_active |
| struct client_list * | clients_cached |
| NMEM | session_nmem |
| NMEM | nmem |
| int | num_termlists |
| struct named_termlist | termlists [SESSION_MAX_TERMLISTS] |
| struct relevance * | relevance |
| struct reclist * | reclist |
| struct session_watchentry | watchlist [SESSION_WATCH_MAX+1] |
| int | total_records |
| int | total_merged |
| int | number_of_warnings_unknown_elements |
| int | number_of_warnings_unknown_metadata |
| normalize_cache_t | normalize_cache |
| YAZ_MUTEX | session_mutex |
| unsigned | session_id |
| int | settings_modified |
| facet_limits_t | facet_limits |
| struct reclist_sortparms * | sorted_results |
| struct client_list* session::clients_active |
Definition at line 106 of file session.h.
Referenced by hitsbytarget_nb(), new_session(), select_targets_callback(), session_active_clients(), session_fetch_more(), session_is_preferred_clients_ready(), session_reset_active_clients(), session_search(), session_sort_unlocked(), show_range_start(), and statistics().
| struct client_list* session::clients_cached |
Definition at line 107 of file session.h.
Referenced by new_session(), select_targets_callback(), and session_remove_cached_clients().
| struct session_database* session::databases |
Definition at line 105 of file session.h.
Referenced by find_session_database(), load_session_database(), new_session(), session_destroy(), session_grep_databases(), session_init_databases(), and session_init_databases_fun().
| facet_limits_t session::facet_limits |
Definition at line 123 of file session.h.
Referenced by new_session(), session_check_cluster_limit(), session_destroy(), and session_search().
| NMEM session::nmem |
Definition at line 109 of file session.h.
Referenced by add_facet(), ingest_to_cluster(), new_session(), session_clear_set(), session_destroy(), session_get_memory_status(), session_sort_unlocked(), and show_range_start().
| normalize_cache_t session::normalize_cache |
Definition at line 119 of file session.h.
Referenced by new_session(), prepare_map(), and session_destroy().
| int session::num_termlists |
Definition at line 110 of file session.h.
Referenced by add_facet(), new_session(), perform_termlist(), and session_clear_set().
| int session::number_of_warnings_unknown_elements |
Definition at line 117 of file session.h.
Referenced by ingest_to_cluster(), and new_session().
| int session::number_of_warnings_unknown_metadata |
Definition at line 118 of file session.h.
Referenced by ingest_to_cluster(), and new_session().
| struct reclist* session::reclist |
Definition at line 113 of file session.h.
Referenced by client_got_records(), cmd_show(), ingest_to_cluster(), new_session(), session_clear_set(), session_destroy(), show_range_start(), and show_single_start().
| struct relevance* session::relevance |
Definition at line 112 of file session.h.
Referenced by client_parse_query(), ingest_record(), ingest_to_cluster(), new_session(), session_destroy(), session_search(), and show_range_start().
| struct conf_service* session::service |
Definition at line 104 of file session.h.
Referenced by check_limit_local(), client_parse_query(), client_start_search(), cmd_init(), cmd_search(), cmd_show(), ingest_record(), ingest_to_cluster(), load_session_database(), new_session(), prepare_map(), session_apply_setting(), session_check_cluster_limit(), session_destroy(), session_grep_databases(), session_init_databases(), session_normalize_facet(), show_record(), and show_records().
| unsigned session::session_id |
Definition at line 121 of file session.h.
Referenced by new_session(), and session_log().
| YAZ_MUTEX session::session_mutex |
Definition at line 120 of file session.h.
Referenced by new_session(), session_destroy(), session_enter(), and session_leave().
| NMEM session::session_nmem |
Definition at line 108 of file session.h.
Referenced by apply_local_setting(), load_session_database(), new_session(), process_settings(), session_apply_setting(), session_destroy(), and session_init_databases_fun().
| int session::settings_modified |
Definition at line 122 of file session.h.
Referenced by new_session(), session_apply_setting(), and session_search().
| struct reclist_sortparms* session::sorted_results |
Definition at line 124 of file session.h.
Referenced by new_session(), session_clear_set(), and session_sort_unlocked().
| struct named_termlist session::termlists[SESSION_MAX_TERMLISTS] |
Definition at line 111 of file session.h.
Referenced by add_facet(), and perform_termlist().
| int session::total_merged |
Definition at line 116 of file session.h.
Referenced by ingest_to_cluster(), and session_clear_set().
| int session::total_records |
Definition at line 115 of file session.h.
Referenced by ingest_to_cluster(), new_session(), session_clear_set(), and statistics().
| struct session_watchentry session::watchlist[SESSION_WATCH_MAX+1] |
Definition at line 114 of file session.h.
Referenced by new_session(), session_alert_watch(), and session_set_watch().
1.8.1.2