Home
last modified time | relevance | path

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

/external/iproute2/lib/
Djson_writer.c224 void jsonw_uint(json_writer_t *self, uint64_t num) in jsonw_uint() function
272 jsonw_uint(self, num); in jsonw_uint_field()
/external/iproute2/include/
Djson_writer.h41 void jsonw_uint(json_writer_t *self, uint64_t number);