Home
last modified time | relevance | path

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

/external/iproute2/lib/
Djson_writer.c234 void jsonw_int(json_writer_t *self, int64_t num) in jsonw_int() function
292 jsonw_int(self, num); in jsonw_int_field()
/external/iproute2/include/
Djson_writer.h43 void jsonw_int(json_writer_t *self, int64_t number);