Home
last modified time | relevance | path

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

/aosp_15_r20/external/libwebsockets/lib/roles/h2/
H A Dminihuf.c19 #define LWS_ARRAY_SIZE(n) (sizeof(n) / sizeof(n[0])) macro
/aosp_15_r20/external/libwebsockets/include/libwebsockets/
H A Dlws-lejp.h35 #define LWS_ARRAY_SIZE(_x) (sizeof(_x) / sizeof(_x[0])) macro
/aosp_15_r20/external/libwebsockets/lib/core/
H A Dprivate-lib-core.h281 #define LWS_ARRAY_SIZE(x) (sizeof(x) / sizeof(x[0])) macro