Lines Matching refs:json_append_bytes_t
882 json_append_bytes_t append_bytes, in json_escape_internal()
958 json_append_bytes_t append_bytes, void *data);
962 json_append_bytes_t append_bytes, void *data) in arr_encode()
1022 static int str_encode(const char **str, json_append_bytes_t append_bytes, in str_encode()
1040 static int num_encode(const int32_t *num, json_append_bytes_t append_bytes, in num_encode()
1057 static int int64_encode(const int64_t *num, json_append_bytes_t append_bytes, in int64_encode()
1074 static int uint64_encode(const uint64_t *num, json_append_bytes_t append_bytes, in uint64_encode()
1091 static int float_ascii_encode(struct json_obj_token *num, json_append_bytes_t append_bytes, in float_ascii_encode()
1098 static int opaque_string_encode(struct json_obj_token *opaque, json_append_bytes_t append_bytes, in opaque_string_encode()
1116 static int encoded_obj_encode(const char **str, json_append_bytes_t append_bytes, void *data) in encoded_obj_encode()
1123 static int bool_encode(const bool *value, json_append_bytes_t append_bytes, in bool_encode()
1134 json_append_bytes_t append_bytes, void *data) in encode()
1169 const void *val, json_append_bytes_t append_bytes, in json_obj_encode()
1209 json_append_bytes_t append_bytes, void *data) in json_arr_encode()