Home
last modified time | relevance | path

Searched refs:read_flags (Results 1 – 16 of 16) sorted by relevance

/third_party/gstreamer/gstplugins_good/gst/rtpmanager/
Dgstrtphdrext-clientaudiolevel.c193 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()
Dgstrtphdrext-twcc.c64 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/
Dpipe.c386 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/
Dpipe.c386 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/
Dgstrtphdrext.h198 GstRTPHeaderExtensionFlags read_flags,
250 … GstRTPHeaderExtensionFlags read_flags,
Dgstrtphdrext.c332 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/
Drtpdummyhdrextimpl.c82 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/
Dstracedecode.c76 arg->fh, arg->offset, arg->size, arg->read_flags, in process_buf()
/third_party/gstreamer/gstplugins_good/gst/rtp/
Dgstrtphdrext-colorspace.c333 GstRTPHeaderExtensionFlags read_flags, const guint8 * data, gsize size, in gst_rtp_header_extension_colorspace_read() argument
/third_party/libuv/docs/src/
Dpipe.rst122 .. c:function:: int uv_pipe(uv_file fds[2], int read_flags, int write_flags)
/third_party/libfuse/include/
Dfuse_kernel.h722 uint32_t read_flags; member
/third_party/libuv/src/win/
Dpipe.c341 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/
Dpipe.c341 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/
Duv.h482 UV_EXTERN int uv_pipe(uv_file fds[2], int read_flags, int write_flags);
/third_party/node/deps/uv/include/
Duv.h482 UV_EXTERN int uv_pipe(uv_file fds[2], int read_flags, int write_flags);
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h65243 long unsigned int read_flags[64]; member