|
YAZ 5.35.1
|
Data Fields | |
| char * | name |
| char * | db |
| Odr_int | hits |
| struct delay | search_delay |
| struct delay | present_delay |
| struct delay | fetch_delay |
| struct result_set * | next |
| char* result_set::db |
Definition at line 50 of file ztest.c.
Referenced by remove_sets(), ztest_fetch(), and ztest_search().
| struct delay result_set::fetch_delay |
Definition at line 54 of file ztest.c.
Referenced by ztest_fetch(), and ztest_search().
| Odr_int result_set::hits |
Definition at line 51 of file ztest.c.
Referenced by ztest_fetch(), and ztest_search().
| char* result_set::name |
Definition at line 49 of file ztest.c.
Referenced by get_set(), remove_sets(), and ztest_search().
| struct result_set* result_set::next |
Definition at line 55 of file ztest.c.
Referenced by get_set(), remove_sets(), and ztest_search().
| struct delay result_set::present_delay |
Definition at line 53 of file ztest.c.
Referenced by ztest_present(), and ztest_search().
| struct delay result_set::search_delay |
Definition at line 52 of file ztest.c.
Referenced by ztest_search().