Lines Matching defs:config_stub
45 struct config_stub;
256 struct config_stub* stubs;
258 struct config_stub* forwards;
813 struct config_stub {
815 struct config_stub* next;
1144 * @return: pointer to config_stub if found, or NULL if not found.
1146 struct config_stub* cfg_stub_find(struct config_stub*** pp, const char* nm);
1176 void config_delstub(struct config_stub* p);
1182 void config_delstubs(struct config_stub* list);