Home
last modified time | relevance | path

Searched refs:LWS_O_WRONLY (Results 1 – 11 of 11) sorted by relevance

/third_party/libwebsockets/include/
Dlibwebsockets.h135 #define LWS_O_WRONLY _O_WRONLY macro
156 #define LWS_O_WRONLY O_WRONLY macro
/third_party/libwebsockets/minimal-examples/crypto/minimal-crypto-jwk/
Dmain.c152 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/
Dmain.c151 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/
Dkeys.c671 LWS_O_CREAT | LWS_O_TRUNC | LWS_O_WRONLY, 0600); in test_cose_keys()
Dsign.c687 LWS_O_CREAT | LWS_O_TRUNC | LWS_O_WRONLY, 0600); in test_cose_sign()
/third_party/libwebsockets/minimal-examples/crypto/minimal-crypto-cose-sign/
Dmain.c140 fdout = open(p, LWS_O_WRONLY | LWS_O_CREAT | LWS_O_TRUNC, 0600); in main()
/third_party/libwebsockets/lib/core/
Dlogs.c333 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/
Dminimal-http-client-multi.c83 fd = open(path, LWS_O_WRONLY | O_CREAT | O_TRUNC, 0600); in sess_save_cb()
/third_party/libwebsockets/plugins/acme-client/
Dprotocol_lws_acme_client.c869 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/
Dfile.c617 ctx.fdt = open(filepath, LWS_O_CREAT | LWS_O_WRONLY, 0600); in nsc_regen()
/third_party/libwebsockets/minimal-examples/api-tests/api-test-lecp/
Dmain.c4636 fd = open(fn, LWS_O_CREAT | LWS_O_TRUNC | LWS_O_WRONLY, 0600); in main()