Home
last modified time | relevance | path

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

/external/iproute2/lib/
Djson_print.c20 #define _IS_JSON_CONTEXT(type) ((type & PRINT_JSON || type & PRINT_ANY) && _jw) macro
56 if (_IS_JSON_CONTEXT(PRINT_JSON)) { in open_json_object()
65 if (_IS_JSON_CONTEXT(PRINT_JSON)) in close_json_object()
76 if (_IS_JSON_CONTEXT(type)) { in open_json_array()
90 if (_IS_JSON_CONTEXT(type)) { in close_json_array()
110 if (_IS_JSON_CONTEXT(t)) { \
131 if (_IS_JSON_CONTEXT(type)) { in print_color_string()
154 if (_IS_JSON_CONTEXT(type)) { in print_color_bool()
173 if (_IS_JSON_CONTEXT(type)) { in print_color_0xhex()
189 if (_IS_JSON_CONTEXT(type)) { in print_color_hex()
[all …]