Home
last modified time | relevance | path

Searched refs:LWS_HAVE_LIBCAP (Results 1 – 10 of 10) sorted by relevance

/external/libwebsockets/lib/plat/unix/
Dunix-caps.c33 #if defined(LWS_HAVE_SYS_CAPABILITY_H) && defined(LWS_HAVE_LIBCAP)
170 #if defined(LWS_HAVE_SYS_CAPABILITY_H) && defined(LWS_HAVE_LIBCAP) in lws_plat_drop_app_privileges()
185 #if defined(LWS_HAVE_SYS_CAPABILITY_H) && defined(LWS_HAVE_LIBCAP) in lws_plat_drop_app_privileges()
/external/libwebsockets/include/
Dlws_config.h44 #define LWS_HAVE_LIBCAP macro
Dlibwebsockets.h119 #if defined(LWS_HAVE_SYS_CAPABILITY_H) && defined(LWS_HAVE_LIBCAP)
/external/libwebsockets/include/libwebsockets/
Dlws-context-vhost.h521 #if defined(LWS_HAVE_SYS_CAPABILITY_H) && defined(LWS_HAVE_LIBCAP)
/external/libwebsockets/cmake/
Dlws_config.h.in44 #cmakedefine LWS_HAVE_LIBCAP
/external/libwebsockets/test-apps/
Dtest-server.c412 #if defined(LWS_HAVE_SYS_CAPABILITY_H) && defined(LWS_HAVE_LIBCAP) in main()
/external/libwebsockets/lib/core/
Dprivate-lib-core.h461 #if defined(LWS_HAVE_SYS_CAPABILITY_H) && defined(LWS_HAVE_LIBCAP)
Dcontext.c705 #if defined(LWS_HAVE_SYS_CAPABILITY_H) && defined(LWS_HAVE_LIBCAP) in lws_create_context()
/external/libwebsockets/
DCMakeLists.txt938 CHECK_LIBRARY_EXISTS(cap cap_set_flag "" LWS_HAVE_LIBCAP)
2161 if (LWS_HAVE_LIBCAP)
3090 message(" LWS_HAVE_LIBCAP = ${LWS_HAVE_LIBCAP}")
/external/libwebsockets/READMEs/
DREADME.coding.md1329 #if defined(LWS_HAVE_SYS_CAPABILITY_H) && defined(LWS_HAVE_LIBCAP)