Home
last modified time | relevance | path

Searched defs:is_key (Results 1 – 6 of 6) sorted by relevance

/third_party/libwebsockets/lib/plat/unix/
Dunix-misc.c97 lws_plat_write_cert(struct lws_vhost *vhost, int is_key, int fd, void *buf, in lws_plat_write_cert()
/third_party/libwebsockets/lib/plat/windows/
Dwindows-file.c156 lws_plat_write_cert(struct lws_vhost *vhost, int is_key, int fd, void *buf, in lws_plat_write_cert()
/third_party/libwebsockets/lib/plat/freertos/
Dfreertos-file.c181 lws_plat_write_cert(struct lws_vhost *vhost, int is_key, int fd, void *buf, in lws_plat_write_cert()
/third_party/libwebsockets/lib/plat/optee/
Dnetwork.c205 lws_plat_write_cert(struct lws_vhost *vhost, int is_key, int fd, void *buf, in lws_plat_write_cert()
/third_party/ffmpeg/libavcodec/
Dbink.c854 int plane_idx, int is_key, int is_chroma) in binkb_decode_plane()
/third_party/protobuf/src/google/protobuf/
Dmap_test.cc2401 bool is_key = k & 0x1; in TEST() local