Searched defs:jtype (Results 1 - 1 of 1) sorted by relevance

/dovecot/src/lib-sasl/
H A Dmech-oauthbearer.c43 enum json_type jtype; local
46 while (json_parse_next(parser, &jtype, &value)>0) {
48 if (jtype == JSON_TYPE_STRING ||
49 jtype == JSON_TYPE_NUMBER)
52 } else if (jtype == JSON_TYPE_OBJECT_KEY &&

Completed in 10 milliseconds