Home
last modified time | relevance | path

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

/tools/bpf/bpftool/
Djson_writer.h43 void jsonw_int(json_writer_t *self, int64_t number);
Djson_writer.c235 void jsonw_int(json_writer_t *self, int64_t num) in jsonw_int() function
293 jsonw_int(self, num); in jsonw_int_field()