Home
last modified time | relevance | path

Searched refs:LWS_O_TRUNC (Results 1 – 4 of 4) sorted by relevance

/external/libwebsockets/lib/core-net/
Ddetailed-latency.c59 LWS_O_CREAT | LWS_O_TRUNC | LWS_O_WRONLY, 0600); in lws_det_lat_plot_cb()
/external/libwebsockets/include/
Dlibwebsockets.h111 #define LWS_O_TRUNC _O_TRUNC macro
132 #define LWS_O_TRUNC O_TRUNC macro
/external/libwebsockets/minimal-examples/crypto/minimal-crypto-jwk/
Dmain.c150 fd = open(p, LWS_O_CREAT | LWS_O_TRUNC | LWS_O_WRONLY, 0600); in main()
/external/libwebsockets/plugins/acme-client/
Dprotocol_lws_acme_client.c860 LWS_O_TRUNC, 0600); in callback_acme_client()
868 LWS_O_TRUNC, 0600); in callback_acme_client()