Searched refs:JSON_TYPE_STRING (Results 1 - 9 of 9) sorted by relevance
/dovecot/src/lib/ |
H A D | test-json-tree.c | 11 { JSON_TYPE_STRING, "string" }, 28 { JSON_TYPE_STRING, "value" }, 37 { JSON_TYPE_STRING, "foo" }, 48 { JSON_TYPE_STRING, "value1" }, 52 { JSON_TYPE_STRING, "value2" }, 92 test_assert(node != NULL && node->value_type == JSON_TYPE_STRING &&
|
H A D | json-parser.h | 17 JSON_TYPE_STRING, enumerator in enum:json_type
|
H A D | test-json-parser.c | 41 { JSON_TYPE_STRING, "string" }, 60 { JSON_TYPE_STRING, "value" }, 72 { JSON_TYPE_STRING, "foo\\\"\b\f\n\r\t\001\xe1\x83\xbf" }, 80 { JSON_TYPE_STRING, "foo" }, 92 { JSON_TYPE_STRING, "\xf0\x90\x90\xb7" }
|
H A D | json-tree.c | 122 case JSON_TYPE_STRING:
|
H A D | json-parser.c | 519 *type_r = JSON_TYPE_STRING; 538 if (parser->skipping && *type_r == JSON_TYPE_STRING) {
|
/dovecot/src/lib-oauth2/ |
H A D | oauth2.c | 28 } else if (type < JSON_TYPE_STRING) {
|
/dovecot/src/lib-sasl/ |
H A D | mech-oauthbearer.c | 48 if (jtype == JSON_TYPE_STRING ||
|
/dovecot/src/doveadm/ |
H A D | client-connection-http.c | 330 if (type != JSON_TYPE_STRING) { 487 if (type != JSON_TYPE_STRING) { 546 if (type != JSON_TYPE_STRING) { 606 if (type != JSON_TYPE_STRING) {
|
/dovecot/src/auth/ |
H A D | auth-policy.c | 267 if (type != JSON_TYPE_STRING)
|
Completed in 40 milliseconds