Home
last modified time | relevance | path

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

/external/iproute2/include/
Djson_writer.h53 void jsonw_int_field(json_writer_t *self, const char *prop, int64_t num);
/external/iproute2/lib/
Djson_writer.c289 void jsonw_int_field(json_writer_t *self, const char *prop, int64_t num) in jsonw_int_field() function