Home
last modified time | relevance | path

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

/third_party/libwebsockets/include/
Dlibwebsockets.h103 #define LWS_INLINE __inline macro
154 #define LWS_INLINE inline macro
322 static LWS_INLINE void
328 static LWS_INLINE void
334 static LWS_INLINE void
340 static LWS_INLINE void
/third_party/libwebsockets/include/libwebsockets/
Dlws-vfs.h202 static LWS_INLINE int
218 static LWS_INLINE lws_fileofs_t
231 static LWS_INLINE int LWS_WARN_UNUSED_RESULT
245 static LWS_INLINE int LWS_WARN_UNUSED_RESULT
Dlws-dll2.h213 static LWS_INLINE const struct lws_dll2_owner *
216 static LWS_INLINE struct lws_dll2 *
219 static LWS_INLINE struct lws_dll2 *
Dlws-write.h244 static LWS_INLINE int
Dlws-logs.h696 static LWS_INLINE int lws_is_be(void) { in lws_is_be()
/third_party/libwebsockets/lib/core-net/
Dprivate-lib-core-net.h982 static LWS_INLINE void
989 static LWS_INLINE void
1000 static LWS_INLINE void
1006 static LWS_INLINE void
/third_party/libwebsockets/lib/roles/http/
Dprivate-lib-roles-http.h162 static LWS_INLINE int hstrcmp(hubbub_string *s, const char *p, int len) in hstrcmp()