Searched defs:Func (Results 1 – 3 of 3) sorted by relevance
45 typedef cJSON* (*Func)(char*); in main() typedef
49 typedef void *(Func)(void *); typedef549 static inline void unsupported_api(const char *Func) { fprintf(stderr, "[ERR]Unsupported API %s\n",… in unsupported_api()
422 void Func(void *data) { call_once(&flag, DoOnce); } in Func() function