Searched defs:compat_backend (Results 1 – 1 of 1) sorted by relevance
62 struct compat_backend { struct63 compat_backend_op_t *ops; argument64 int n_ops;65 const char *filename;66 FILE *f;67 int minbuf;68 char *buf;69 int linelen; /* <== Explain use, lifetime */71 nss_db_initf_t db_initf;72 nss_db_root_t *db_rootp; /* Shared between instances */[all …]