Home
last modified time | relevance | path

Searched refs:jsonw_bool (Results 1 – 3 of 3) sorted by relevance

/external/iproute2/lib/
Djson_writer.c197 void jsonw_bool(json_writer_t *self, bool val) in jsonw_bool() function
249 jsonw_bool(self, val); in jsonw_bool_field()
Djson_print.c158 jsonw_bool(_jw, value); in print_color_bool()
/external/iproute2/include/
Djson_writer.h38 void jsonw_bool(json_writer_t *self, bool value);