OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:index_file
(Results
1 - 3
of
3
) sorted by null
/external/kmod/libkmod/
libkmod-index.c
307
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)
/toolchain/binutils/binutils-2.25/binutils/
objdump.c
1163
index_file
(const char *map, size_t size, unsigned int *maxline)
function
[
all
...]
/external/clang/tools/c-index-test/
c-index-test.c
3378
static int
index_file
(int argc, const char **argv, int full) {
function
[
all
...]
Completed in 276 milliseconds