Home
last modified time | relevance | path

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

/third_party/libwebsockets/include/
Dlibwebsockets.h103 #define LWS_FORMAT(string_index) macro
205 #define LWS_FORMAT(string_index) __attribute__ ((format(printf, string_index, string_index+1))) macro
211 #define LWS_FORMAT(string_index) macro