Home
last modified time | relevance | path

Searched refs:json_type_st (Results 1 – 1 of 1) sorted by relevance

/src/crypto/krb5/src/util/support/
H A Djson.c83 typedef struct json_type_st { struct
159 static struct json_type_st null_type = { K5_JSON_TID_NULL, "null", NULL };
177 static struct json_type_st bool_type = { K5_JSON_TID_BOOL, "bool", NULL };
218 static struct json_type_st array_type = {
385 static struct json_type_st object_type = {
483 static struct json_type_st string_type = {
551 static struct json_type_st number_type = {