Searched refs:LWS_O_WRONLY (Results 1 – 11 of 11) sorted by relevance
/third_party/libwebsockets/include/ |
D | libwebsockets.h | 135 #define LWS_O_WRONLY _O_WRONLY macro 156 #define LWS_O_WRONLY O_WRONLY macro
|
/third_party/libwebsockets/minimal-examples/crypto/minimal-crypto-jwk/ |
D | main.c | 152 fd = open(p, LWS_O_CREAT | LWS_O_TRUNC | LWS_O_WRONLY, 0600); in main()
|
/third_party/libwebsockets/minimal-examples/crypto/minimal-crypto-cose-key/ |
D | main.c | 151 fdout = open(p, LWS_O_WRONLY | LWS_O_CREAT | LWS_O_TRUNC, 0600); in main()
|
/third_party/libwebsockets/minimal-examples/api-tests/api-test-cose/ |
D | keys.c | 671 LWS_O_CREAT | LWS_O_TRUNC | LWS_O_WRONLY, 0600); in test_cose_keys()
|
D | sign.c | 687 LWS_O_CREAT | LWS_O_TRUNC | LWS_O_WRONLY, 0600); in test_cose_sign()
|
/third_party/libwebsockets/minimal-examples/crypto/minimal-crypto-cose-sign/ |
D | main.c | 140 fdout = open(p, LWS_O_WRONLY | LWS_O_CREAT | LWS_O_TRUNC, 0600); in main()
|
/third_party/libwebsockets/lib/core/ |
D | logs.c | 333 LWS_O_CREAT | LWS_O_TRUNC | LWS_O_WRONLY, 0600); in lws_log_use_cx_file()
|
/third_party/libwebsockets/minimal-examples/http-client/minimal-http-client-multi/ |
D | minimal-http-client-multi.c | 83 fd = open(path, LWS_O_WRONLY | O_CREAT | O_TRUNC, 0600); in sess_save_cb()
|
/third_party/libwebsockets/plugins/acme-client/ |
D | protocol_lws_acme_client.c | 869 LWS_O_WRONLY | LWS_O_CREAT | in callback_acme_client() 877 vhd->fd_updated_key = lws_open(buf, LWS_O_WRONLY | LWS_O_CREAT | in callback_acme_client()
|
/third_party/libwebsockets/lib/misc/cache-ttl/ |
D | file.c | 617 ctx.fdt = open(filepath, LWS_O_CREAT | LWS_O_WRONLY, 0600); in nsc_regen()
|
/third_party/libwebsockets/minimal-examples/api-tests/api-test-lecp/ |
D | main.c | 4636 fd = open(fn, LWS_O_CREAT | LWS_O_TRUNC | LWS_O_WRONLY, 0600); in main()
|