Searched refs:request_id (Results 1 - 10 of 10) sorted by relevance
/third_party/ltp/testcases/network/rpc/basic_tests/rpc01/lib/ |
H A D | librpc01.c | 30 rc = rc && xdr_long(xdrs, &bp->request_id); in xdr_receive_data() 44 rc = rc && xdr_long(xdrs, &buffer->request_id); in xdr_send_data()
|
H A D | librpc01.h | 26 long request_id; member
|
/third_party/libevdev/include/linux/linux/ |
H A D | uinput.h | 49 __u32 request_id; member 56 __u32 request_id; member 185 * 2. Allocate a uinput_ff_upload struct, fill in request_id with 199 * 2. Allocate a uinput_ff_erase struct, fill in request_id with
|
/third_party/node/src/tracing/ |
H A D | node_trace_writer.cc | 149 int request_id = ++num_write_requests_; in Flush() local 156 while (request_id > highest_request_id_completed_) { in Flush()
|
/third_party/lwip/src/apps/snmp/ |
H A D | snmp_msg.h | 96 s32_t request_id; member
|
H A D | snmp_msg.c | 359 request.request_id = request.msg_id; in snmp_receive() 1217 IF_PARSE_EXEC(snmp_asn1_dec_s32t(&pbuf_stream, tlv.value_len, &request->request_id)); in snmp_parse_inbound_frame() 1438 snmp_asn1_enc_s32t_cnt(request->request_id, &tlv.value_len); in snmp_prepare_outbound_frame() 1440 OF_BUILD_EXEC( snmp_asn1_enc_s32t(pbuf_stream, tlv.value_len, request->request_id) ); in snmp_prepare_outbound_frame()
|
/third_party/ltp/testcases/network/rpc/basic_tests/rpc01/ |
H A D | rpc1.c | 107 buffer.request_id = getpid(); in main()
|
/third_party/rust/crates/libc/src/ |
H A D | psp.rs | 4099 pub fn sceHttpDeleteRequest(request_id: i32) -> i32; in sceHttpDeleteRequest() 4100 pub fn sceHttpSendRequest(request_id: i32, data: *mut c_void, data_size: u32) -> i32; in sceHttpSendRequest() 4101 pub fn sceHttpAbortRequest(request_id: i32) -> i32; in sceHttpAbortRequest() 4102 pub fn sceHttpReadData(request_id: i32, data: *mut c_void, data_size: u32) -> i32; in sceHttpReadData() 4103 pub fn sceHttpGetContentLength(request_id: i32, content_length: *mut u64) -> i32; in sceHttpGetContentLength() 4104 pub fn sceHttpGetStatusCode(request_id: i32, status_code: *mut i32) -> i32; in sceHttpGetStatusCode()
|
/third_party/rust/crates/libc/src/unix/linux_like/android/ |
H A D | mod.rs | 469 pub request_id: ::__u32, 476 pub request_id: ::__u32,
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/ |
H A D | mod.rs | 294 pub request_id: ::__u32, 301 pub request_id: ::__u32,
|
Completed in 39 milliseconds