Searched defs:map_type (Results 1 – 1 of 1) sorted by relevance
93 typedef struct map_type map_type; typedef94 struct map_type { struct95 char *name; /* Name of this map type */96 init_fn *init; /* Initialisation */97 reload_fn *reload; /* Reload or fill */98 search_fn *search; /* Search for new entry */99 mtime_fn *mtime; /* Find modify time */100 int def_alloc; /* Default allocation mode */