Home
last modified time | relevance | path

Searched refs:write_flags (Results 1 – 17 of 17) sorted by relevance

/external/rust/crates/grpcio/src/call/
Dclient.rs39 write_flags: WriteFlags, field
76 pub fn write_flags(mut self, write_flags: WriteFlags) -> CallOption { in write_flags() method
77 self.write_flags = write_flags; in write_flags()
119 opt.write_flags.flags, in unary_async()
172 opt.write_flags.flags, in server_streaming()
Dserver.rs339 write_flags: u32,
347 write_flags: 0,
367 let write_flags = self.write_flags; localVariable
370 .start_send_status_from_server(&status, true, &mut data, write_flags)
Dmod.rs297 write_flags: u32, in start_send_message()
307 write_flags, in start_send_message()
350 write_flags: u32, in start_send_status_from_server()
373 write_flags, in start_send_status_from_server()
/external/llvm/test/CodeGen/X86/
Dx86-flags-intrinsics.ll20 define x86_fastcallcc void @write_flags(i32 inreg %arg) {
26 ; CHECK-LABEL: @write_flags@4:
Dx86-64-flags-intrinsics.ll23 define void @write_flags(i64 %arg) {
29 ; CHECK-LABEL: write_flags:
/external/llvm-project/llvm/test/CodeGen/X86/
Dx86-flags-intrinsics.ll20 define x86_fastcallcc void @write_flags(i32 inreg %arg) {
26 ; CHECK-LABEL: @write_flags@4:
Dx86-64-flags-intrinsics.ll23 define void @write_flags(i64 %arg) {
29 ; CHECK-LABEL: write_flags:
/external/rust/crates/grpcio-sys/
Dgrpc_wrap.cc472 uint32_t write_flags, grpc_metadata_array* initial_metadata, in grpcwrap_call_start_unary() argument
488 ops[1].flags = write_flags; in grpcwrap_call_start_unary()
562 uint32_t write_flags, grpc_metadata_array* initial_metadata, in grpcwrap_call_start_server_streaming() argument
578 ops[1].flags = write_flags; in grpcwrap_call_start_server_streaming()
644 uint32_t write_flags, int32_t send_empty_initial_metadata, void* tag) { in grpcwrap_call_send_message() argument
652 ops[0].flags = write_flags; in grpcwrap_call_send_message()
677 grpc_slice* optional_send_buffer, uint32_t write_flags, void* tag) { in grpcwrap_call_send_status_from_server() argument
699 ops[nops].flags = write_flags; in grpcwrap_call_send_status_from_server()
/external/grpc-grpc/src/csharp/ext/
Dgrpc_csharp_ext.c564 size_t send_buffer_len, uint32_t write_flags, in grpcsharp_call_start_unary() argument
581 ops[1].flags = write_flags; in grpcsharp_call_start_unary()
655 size_t send_buffer_len, uint32_t write_flags, in grpcsharp_call_start_server_streaming() argument
672 ops[1].flags = write_flags; in grpcsharp_call_start_server_streaming()
738 size_t send_buffer_len, uint32_t write_flags, in grpcsharp_call_send_message() argument
747 ops[0].flags = write_flags; in grpcsharp_call_send_message()
773 uint32_t write_flags) { in grpcsharp_call_send_status_from_server() argument
796 ops[nops].flags = write_flags; in grpcsharp_call_send_status_from_server()
/external/rust/crates/mio/src/sys/unix/selector/
Dkqueue.rs171 let write_flags = if interests.is_writable() { in reregister() localVariable
183 kevent!(fd, libc::EVFILT_WRITE, write_flags, token.0), in reregister()
/external/libfuse/include/
Dfuse_kernel.h591 uint32_t write_flags; member
/external/kernel-headers/original/uapi/linux/
Dfuse.h663 uint32_t write_flags; member
/external/crosvm/fuse/src/
Dserver.rs628 write_flags, in write()
642 let owner = if write_flags & WRITE_LOCKOWNER != 0 { in write()
648 let delayed_write = write_flags & WRITE_CACHE != 0; in write()
Dsys.rs831 pub write_flags: u32, field
/external/rust/crates/grpcio-sys/bindings/
Dx86_64-unknown-linux-gnu-bindings.rs3917 write_flags: u32, in grpcwrap_call_start_unary()
3937 write_flags: u32, in grpcwrap_call_start_server_streaming()
3964 write_flags: u32, in grpcwrap_call_send_message()
3985 write_flags: u32, in grpcwrap_call_send_status_from_server()
Daarch64-unknown-linux-gnu-bindings.rs3917 write_flags: u32, in grpcwrap_call_start_unary()
3937 write_flags: u32, in grpcwrap_call_start_server_streaming()
3964 write_flags: u32, in grpcwrap_call_send_message()
3985 write_flags: u32, in grpcwrap_call_send_status_from_server()
/external/libfuse/lib/
Dfuse_lowlevel.c1452 fi.writepage = (arg->write_flags & FUSE_WRITE_CACHE) != 0; in do_write()
1482 fi.writepage = arg->write_flags & FUSE_WRITE_CACHE; in do_write_buf()