Home
last modified time | relevance | path

Searched defs:append_bytes (Results 1 – 1 of 1) sorted by relevance

/Zephyr-Core-3.7.0/lib/utils/
Djson.c810 json_append_bytes_t append_bytes, in json_escape_internal()
890 json_append_bytes_t append_bytes, void *data) in arr_encode()
950 static int str_encode(const char **str, json_append_bytes_t append_bytes, in str_encode()
968 static int num_encode(const int32_t *num, json_append_bytes_t append_bytes, in num_encode()
985 static int float_ascii_encode(struct json_obj_token *num, json_append_bytes_t append_bytes, in float_ascii_encode()
992 static int opaque_string_encode(struct json_obj_token *opaque, json_append_bytes_t append_bytes, in opaque_string_encode()
1010 static int encoded_obj_encode(const char **str, json_append_bytes_t append_bytes, void *data) in encoded_obj_encode()
1017 static int bool_encode(const bool *value, json_append_bytes_t append_bytes, in bool_encode()
1028 json_append_bytes_t append_bytes, void *data) in encode()
1059 const void *val, json_append_bytes_t append_bytes, in json_obj_encode()
[all …]