Searched defs:table_backend (Results 1 – 1 of 1) sorted by relevance
364 struct table_backend { struct365 const char *name;366 const unsigned int services;367 int (*config)(struct table *);368 int (*add)(struct table *, const char *, const char *);369 void (*dump)(struct table *);370 int (*open)(struct table *);371 int (*update)(struct table *);372 void (*close)(struct table *);373 int (*lookup)(struct table *, enum table_service, const char *, char **);[all …]