Home
last modified time | relevance | path

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

/Zephyr-4.3.0/lib/utils/
Djson.c1490 static int int64_encode(const int64_t *num, json_append_bytes_t append_bytes, in int64_encode() function
1609 return int64_encode(&num, append_bytes, data); in int_encode()
1721 return int64_encode(ptr, append_bytes, data); in encode()
2060 return int64_encode(field, append_bytes, data); in encode_mixed_value()