Searched refs:LWS_O_CREAT (Results 1 – 10 of 10) sorted by relevance
/third_party/libwebsockets/include/ |
D | libwebsockets.h | 136 #define LWS_O_CREAT _O_CREAT macro 157 #define LWS_O_CREAT O_CREAT 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/lib/misc/cache-ttl/ |
D | file.c | 87 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/ |
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/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/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()
|