Searched refs:LWS_O_RDONLY (Results 1 – 6 of 6) sorted by relevance
38 fd = open("/etc/resolv.conf", LWS_O_RDONLY); in lws_plat_asyncdns_init()
108 #define LWS_O_RDONLY _O_RDONLY macro129 #define LWS_O_RDONLY O_RDONLY macro
18 int n, fd = open(filename, LWS_O_RDONLY); in read_pem()
79 fd = lws_open(fp->filepath, LWS_O_RDONLY); in update()
205 fd = lws_open("/proc/self/statm", LWS_O_RDONLY); in lws_json_dump_context()
500 lws_fop_flags_t fflags = LWS_O_RDONLY; in lws_http_serve()2473 lws_fop_flags_t fflags = LWS_O_RDONLY; in lws_serve_http_file()