/third_party/gstreamer/gstplugins_good/gst/rtpmanager/ |
D | gstrtphdrext-clientaudiolevel.c | 193 GstRTPHeaderExtensionFlags read_flags, const guint8 * data, gsize size, in gst_rtp_header_extension_client_audio_level_read() argument 199 g_return_val_if_fail (read_flags & in gst_rtp_header_extension_client_audio_level_read()
|
D | gstrtphdrext-twcc.c | 64 GstRTPHeaderExtensionFlags read_flags, const guint8 * data, gsize size, 225 GstRTPHeaderExtensionFlags read_flags, const guint8 * data, gsize size, in gst_rtp_header_extension_twcc_read() argument
|
/third_party/node/deps/uv/src/unix/ |
D | pipe.c | 386 int uv_pipe(uv_os_fd_t fds[2], int read_flags, int write_flags) { in uv_pipe() argument 392 if ((read_flags & UV_NONBLOCK_PIPE) && (write_flags & UV_NONBLOCK_PIPE)) in uv_pipe() 414 if (read_flags & UV_NONBLOCK_PIPE) in uv_pipe()
|
/third_party/libuv/src/unix/ |
D | pipe.c | 386 int uv_pipe(uv_os_fd_t fds[2], int read_flags, int write_flags) { in uv_pipe() argument 392 if ((read_flags & UV_NONBLOCK_PIPE) && (write_flags & UV_NONBLOCK_PIPE)) in uv_pipe() 414 if (read_flags & UV_NONBLOCK_PIPE) in uv_pipe()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtp/ |
D | gstrtphdrext.h | 198 GstRTPHeaderExtensionFlags read_flags, 250 … GstRTPHeaderExtensionFlags read_flags,
|
D | gstrtphdrext.c | 332 GstRTPHeaderExtensionFlags read_flags, const guint8 * data, gsize size, in gst_rtp_header_extension_read() argument 347 return klass->read (ext, read_flags, data, size, buffer); in gst_rtp_header_extension_read()
|
/third_party/gstreamer/gstplugins_base/tests/check/libs/ |
D | rtpdummyhdrextimpl.c | 82 GstRTPHeaderExtensionFlags read_flags, const guint8 * data, gsize size, 191 GstRTPHeaderExtensionFlags read_flags, const guint8 * data, in gst_rtp_dummy_hdr_ext_read() argument
|
/third_party/libfuse/test/ |
D | stracedecode.c | 76 arg->fh, arg->offset, arg->size, arg->read_flags, in process_buf()
|
/third_party/gstreamer/gstplugins_good/gst/rtp/ |
D | gstrtphdrext-colorspace.c | 333 GstRTPHeaderExtensionFlags read_flags, const guint8 * data, gsize size, in gst_rtp_header_extension_colorspace_read() argument
|
/third_party/libuv/docs/src/ |
D | pipe.rst | 122 .. c:function:: int uv_pipe(uv_file fds[2], int read_flags, int write_flags)
|
/third_party/libfuse/include/ |
D | fuse_kernel.h | 722 uint32_t read_flags; member
|
/third_party/libuv/src/win/ |
D | pipe.c | 341 int uv_pipe(uv_file fds[2], int read_flags, int write_flags) { in uv_pipe() argument 350 read_flags |= UV_READABLE_PIPE; in uv_pipe() 352 err = uv__create_pipe_pair(&readh, &writeh, read_flags, write_flags, 0, (char*) &fds[0]); in uv_pipe()
|
/third_party/node/deps/uv/src/win/ |
D | pipe.c | 341 int uv_pipe(uv_file fds[2], int read_flags, int write_flags) { in uv_pipe() argument 350 read_flags |= UV_READABLE_PIPE; in uv_pipe() 352 err = uv__create_pipe_pair(&readh, &writeh, read_flags, write_flags, 0, (char*) &fds[0]); in uv_pipe()
|
/third_party/libuv/include/ |
D | uv.h | 482 UV_EXTERN int uv_pipe(uv_file fds[2], int read_flags, int write_flags);
|
/third_party/node/deps/uv/include/ |
D | uv.h | 482 UV_EXTERN int uv_pipe(uv_file fds[2], int read_flags, int write_flags);
|
/third_party/libbpf/.github/actions/build-selftests/ |
D | vmlinux.h | 65243 long unsigned int read_flags[64]; member
|