Searched defs:index_file (Results 1 - 2 of 2) sorted by relevance

/external/kmod/libkmod/
H A Dlibkmod-index.c307 struct index_file { struct
312 struct index_file *index_file_open(const char *filename)
316 struct index_file *new;
335 new = NOFAIL(malloc(sizeof(struct index_file)));
343 void index_file_close(struct index_file *idx)
349 static struct index_node_f *index_readroot(struct index_file *in)
395 void index_dump(struct index_file *in, int fd, const char *prefix)
454 char *index_search(struct index_file *in, const char *key)
590 struct index_value *index_searchwild(struct index_file *in, const char *key)
/external/clang/tools/c-index-test/
H A Dc-index-test.c3378 static int index_file(int argc, const char **argv, int full) { function
4319 return index_file(argc - 2, argv + 2, /*full=*/0);
4321 return index_file(argc - 2, argv + 2, /*full=*/1);

Completed in 300 milliseconds