Searched refs:jsoneq (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.3-release/contrib/ntp/libjsmn/example/
H A Dsimple.c14 static int jsoneq(const char *json, jsmntok_t *tok, const char *s) { function
43 if (jsoneq(JSON_STRING, &t[i], "user") == 0) {
48 } else if (jsoneq(JSON_STRING, &t[i], "admin") == 0) {
53 } else if (jsoneq(JSON_STRING, &t[i], "uid") == 0) {
58 } else if (jsoneq(JSON_STRING, &t[i], "groups") == 0) {

Completed in 112 milliseconds