Searched refs:keycmp (Results 1 – 3 of 3) sorted by relevance
58 static struct keycmp { struct61 } keycmp[] = { variable175 for (i = 0; i < nitems(keycmp); ++i) in table_db_lookup()176 if (keycmp[i].service == service) in table_db_lookup()177 match = keycmp[i].func; in table_db_lookup()
60 static struct keycmp { struct63 } keycmp[] = { argument276 for (i = 0; i < nitems(keycmp); ++i) in table_static_lookup()277 if (keycmp[i].service == service) in table_static_lookup()278 match = keycmp[i].func; in table_static_lookup()
93 int keycmp(const void *, const void *);2035 keycmp(const void *key, const void *kt) in keycmp() function2046 sizeof(keywords[0]), keycmp); in keyword()