Home
last modified time | relevance | path

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

/third_party/libwebsockets/include/
Dlibwebsockets.h136 #define LWS_O_CREAT _O_CREAT macro
157 #define LWS_O_CREAT O_CREAT 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/lib/misc/cache-ttl/
Dfile.c87 fd_lock = open(lock, LWS_O_CREAT | O_EXCL, 0600); in nsc_backing_open_lock()
107 LWS_O_CREAT | mode, 0600); in nsc_backing_open_lock()
617 ctx.fdt = open(filepath, LWS_O_CREAT | LWS_O_WRONLY, 0600); in nsc_regen()
/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/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/minimal-examples/api-tests/api-test-lecp/
Dmain.c4636 fd = open(fn, LWS_O_CREAT | LWS_O_TRUNC | LWS_O_WRONLY, 0600); in main()