Searched refs:LWS_O_RDONLY (Results 1 – 10 of 10) sorted by relevance
/third_party/libwebsockets/lib/plat/unix/ |
D | unix-resolv.c | 41 fd = open("/etc/resolv.conf", LWS_O_RDONLY); in lws_plat_asyncdns_init()
|
/third_party/libwebsockets/lib/misc/cache-ttl/ |
D | file.c | 491 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/ |
D | libwebsockets.h | 134 #define LWS_O_RDONLY _O_RDONLY macro 155 #define LWS_O_RDONLY O_RDONLY macro
|
/third_party/libwebsockets/minimal-examples/crypto/minimal-crypto-x509/ |
D | main.c | 18 int n, fd = open(filename, LWS_O_RDONLY); in read_pem()
|
/third_party/libwebsockets/minimal-examples/crypto/minimal-crypto-cose-key/ |
D | main.c | 143 fdin = open(p, LWS_O_RDONLY, 0); in main()
|
/third_party/libwebsockets/minimal-examples/crypto/minimal-crypto-cose-sign/ |
D | main.c | 132 fdin = open(p, LWS_O_RDONLY, 0); in main()
|
/third_party/libwebsockets/minimal-examples/http-client/minimal-http-client-multi/ |
D | minimal-http-client-multi.c | 105 fd = open(path, LWS_O_RDONLY); in sess_load_cb()
|
/third_party/libwebsockets/plugins/ |
D | protocol_lws_openmetrics_export.c | 354 int n, fd = lws_open(fi, LWS_O_RDONLY); in grabfile()
|
/third_party/libwebsockets/lib/secure-streams/ |
D | policy-json.c | 1207 int n, m, fd = lws_open(filepath, LWS_O_RDONLY); in lws_ss_policy_parse_file()
|
/third_party/libwebsockets/lib/roles/http/server/ |
D | server.c | 662 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()
|