Home
last modified time | relevance | path

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

/third_party/libwebsockets/lib/misc/
Dlws-struct-lejp.c530 if (js->flags & LSSERJ_FLAG_PRETTY) { in lws_struct_pretty()
605 if (js->flags & LSSERJ_FLAG_PRETTY) { in lws_struct_json_serialize()
726 if (js->flags & LSSERJ_FLAG_PRETTY) in lws_struct_json_serialize()
/third_party/libwebsockets/include/libwebsockets/
Dlws-struct.h222 LSSERJ_FLAG_PRETTY = (1 << 0), enumerator