Searched refs:JSON_C_TO_STRING_SPACED (Results 1 – 2 of 2) sorted by relevance
296 return json_object_to_json_string_ext(jso, JSON_C_TO_STRING_SPACED); in json_object_to_json_string()329 if (flags & JSON_C_TO_STRING_SPACED) in json_object_object_to_json_string()334 if (flags & JSON_C_TO_STRING_SPACED) in json_object_object_to_json_string()349 if (flags & JSON_C_TO_STRING_SPACED) in json_object_object_to_json_string()830 if (flags & JSON_C_TO_STRING_SPACED) in json_object_array_to_json_string()846 if (flags & JSON_C_TO_STRING_SPACED) in json_object_array_to_json_string()
43 #define JSON_C_TO_STRING_SPACED (1<<0) macro