YAZ  5.34.0
Data Fields
glob_res Struct Reference

Data Fields

NMEM nmem
 
unsigned flags
 
size_t number_of_entries
 
struct res_entry ** last_entry
 
struct res_entryentries
 

Detailed Description

Definition at line 32 of file file_glob.c.

Field Documentation

◆ entries

struct res_entry* glob_res::entries

Definition at line 37 of file file_glob.c.

Referenced by sort_them(), and yaz_file_glob_get_file().

◆ flags

unsigned glob_res::flags

Definition at line 34 of file file_glob.c.

Referenced by glob_r().

◆ last_entry

struct res_entry** glob_res::last_entry

Definition at line 36 of file file_glob.c.

Referenced by add_entry().

◆ nmem

NMEM glob_res::nmem

Definition at line 33 of file file_glob.c.

Referenced by add_entry(), and sort_them().

◆ number_of_entries

size_t glob_res::number_of_entries

Definition at line 35 of file file_glob.c.

Referenced by add_entry(), sort_them(), and yaz_file_glob_get_num().


The documentation for this struct was generated from the following file: