Searched refs:help_index_t (Results 1 – 5 of 5) sorted by relevance
/external/libcups/cgi-bin/ |
D | help-index.h | 56 } help_index_t; typedef 63 extern void helpDeleteIndex(help_index_t *hi); 64 extern help_node_t *helpFindNode(help_index_t *hi, const char *filename, 66 extern help_index_t *helpLoadIndex(const char *hifile, const char *directory); 67 extern int helpSaveIndex(help_index_t *hi, const char *hifile); 68 extern help_index_t *helpSearchIndex(help_index_t *hi, const char *query,
|
D | help-index.c | 131 static int help_load_directory(help_index_t *hi, 134 static int help_load_file(help_index_t *hi, 149 helpDeleteIndex(help_index_t *hi) /* I - Help index */ in helpDeleteIndex() 177 helpFindNode(help_index_t *hi, /* I - Index */ in helpFindNode() 210 help_index_t * /* O - Index pointer or NULL */ 214 help_index_t *hi; /* Help index */ in helpLoadIndex() 235 if ((hi = (help_index_t *)calloc(1, sizeof(help_index_t))) == NULL) in helpLoadIndex() 427 helpSaveIndex(help_index_t *hi, /* I - Index */ in helpSaveIndex() 501 help_index_t * /* O - Search index */ 502 helpSearchIndex(help_index_t *hi, /* I - Index */ in helpSearchIndex() [all …]
|
D | makedocset.c | 46 static void write_index(const char *path, help_index_t *hi); 48 static void write_nodes(const char *path, help_index_t *hi); 62 help_index_t *hi; /* Help index */ in main() 198 help_index_t *hi) /* I - Index of files */ in write_index() 393 help_index_t *hi) /* I - Index of files */ in write_nodes()
|
D | testhi.c | 34 help_index_t *hi, /* Help index */ in main()
|
D | help.c | 25 help_index_t *hi, /* Help index */ in main()
|