HomeSort by: relevance | last modified time | path
    Searched refs:json_open_tag (Results 1 - 6 of 6) sorted by relevancy

  /src/common/lib/libprop/
prop_bool.c 48 .json_open_tag = truestr,
52 .json_open_tag = falsestr,
prop_extern.c 296 rv = tags->json_open_tag == NULL ||
297 _prop_extern_append_cstring(ctx, tags->json_open_tag);
360 if (tags->json_open_tag == NULL ||
362 tags->json_open_tag) == false) {
prop_object_impl.h 59 const char *json_open_tag; member in struct:_prop_object_type_tags
prop_string.c 64 .json_open_tag = "\"",
prop_dictionary.c 106 .json_open_tag = "{",
113 .json_open_tag = "\"",
prop_array.c 58 .json_open_tag = "[",

Completed in 16 milliseconds