HomeSort by: relevance | last modified time | path
    Searched defs:config_stub (Results 1 - 1 of 1) sorted by relevancy

  /src/external/bsd/unbound/dist/util/
config_file.h 45 struct config_stub;
256 struct config_stub* stubs;
258 struct config_stub* forwards;
816 struct config_stub { struct
818 struct config_stub* next;
1158 * @return: pointer to config_stub if found, or NULL if not found.
1160 struct config_stub* cfg_stub_find(struct config_stub*** pp, const char* nm);
1190 void config_delstub(struct config_stub* p);
1196 void config_delstubs(struct config_stub* list)
    [all...]

Completed in 20 milliseconds