Lines Matching defs:buf
31 __json_snprintf(char *buf, const int len, const char *format, ...) in __json_snprintf()
49 rte_tel_json_empty_array(char *buf, const int len, const int used) in rte_tel_json_empty_array()
56 rte_tel_json_empty_obj(char *buf, const int len, const int used) in rte_tel_json_empty_obj()
63 rte_tel_json_str(char *buf, const int len, const int used, const char *str) in rte_tel_json_str()
70 rte_tel_json_add_array_string(char *buf, const int len, const int used, in rte_tel_json_add_array_string()
83 rte_tel_json_add_array_int(char *buf, const int len, const int used, int val) in rte_tel_json_add_array_int()
95 rte_tel_json_add_array_u64(char *buf, const int len, const int used, in rte_tel_json_add_array_u64()
111 rte_tel_json_add_array_json(char *buf, const int len, const int used, in rte_tel_json_add_array_json()
127 rte_tel_json_add_obj_u64(char *buf, const int len, const int used, in rte_tel_json_add_obj_u64()
145 rte_tel_json_add_obj_int(char *buf, const int len, const int used, in rte_tel_json_add_obj_int()
163 rte_tel_json_add_obj_str(char *buf, const int len, const int used, in rte_tel_json_add_obj_str()
180 rte_tel_json_add_obj_json(char *buf, const int len, const int used, in rte_tel_json_add_obj_json()