Lines Matching defs:config_stub
45 struct config_stub;
248 struct config_stub* stubs;
250 struct config_stub* forwards;
781 struct config_stub {
783 struct config_stub* next;
1108 * @return: pointer to config_stub if found, or NULL if not found.
1110 struct config_stub* cfg_stub_find(struct config_stub*** pp, const char* nm);
1140 void config_delstub(struct config_stub* p);
1146 void config_delstubs(struct config_stub* list);