Home
last modified time | relevance | path

Searched defs:LWS_FORMAT (Results 1 – 1 of 1) sorted by relevance

/third_party/libwebsockets/include/
Dlibwebsockets.h107 #define LWS_FORMAT(string_index) macro
209 #define LWS_FORMAT(string_index) __attribute__ ((format(printf, string_index, string_index+1))) macro
215 #define LWS_FORMAT(string_index) macro