Home
last modified time | relevance | path

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

/third_party/libwebsockets/lib/plat/unix/
Dunix-resolv.c41 fd = open("/etc/resolv.conf", LWS_O_RDONLY); in lws_plat_asyncdns_init()
/third_party/libwebsockets/lib/misc/cache-ttl/
Dfile.c491 fd = nsc_backing_open_lock(cache, LWS_O_RDONLY, __func__); in lws_cache_nscookiejar_lookup()
606 fd = nsc_backing_open_lock(cache, LWS_O_RDONLY, __func__); in nsc_regen()
835 fd = nsc_backing_open_lock(cache, LWS_O_RDONLY, __func__); in lws_cache_nscookiejar_get()
934 int fd = nsc_backing_open_lock(cache, LWS_O_RDONLY, __func__); in lws_cache_nscookiejar_debug_dump()
/third_party/libwebsockets/include/
Dlibwebsockets.h134 #define LWS_O_RDONLY _O_RDONLY macro
155 #define LWS_O_RDONLY O_RDONLY macro
/third_party/libwebsockets/minimal-examples/crypto/minimal-crypto-x509/
Dmain.c18 int n, fd = open(filename, LWS_O_RDONLY); in read_pem()
/third_party/libwebsockets/minimal-examples/crypto/minimal-crypto-cose-key/
Dmain.c143 fdin = open(p, LWS_O_RDONLY, 0); in main()
/third_party/libwebsockets/minimal-examples/crypto/minimal-crypto-cose-sign/
Dmain.c132 fdin = open(p, LWS_O_RDONLY, 0); in main()
/third_party/libwebsockets/minimal-examples/http-client/minimal-http-client-multi/
Dminimal-http-client-multi.c105 fd = open(path, LWS_O_RDONLY); in sess_load_cb()
/third_party/libwebsockets/plugins/
Dprotocol_lws_openmetrics_export.c354 int n, fd = lws_open(fi, LWS_O_RDONLY); in grabfile()
/third_party/libwebsockets/lib/secure-streams/
Dpolicy-json.c1207 int n, m, fd = lws_open(filepath, LWS_O_RDONLY); in lws_ss_policy_parse_file()
/third_party/libwebsockets/lib/roles/http/server/
Dserver.c662 lws_fop_flags_t fflags = LWS_O_RDONLY; in lws_http_serve()
2725 lws_fop_flags_t fflags = LWS_O_RDONLY; in lws_serve_http_file()