Home
last modified time | relevance | path

Searched refs:data_follows (Results 1 – 4 of 4) sorted by relevance

/dports/net/openmpi3/openmpi-3.1.6/orte/mca/oob/ud/
H A Doob_ud_req.h91 bool data_follows; member
H A Doob_ud_recv.c471 char *data = (msg_hdr->msg_data.req.data_follows ? (char *)(msg_hdr + 1) : NULL); in mca_oob_ud_recv_match_send()
481 … msg_hdr->msg_data.req.data_follows, (void *)data, msg_hdr->msg_data.req.data_iovec_used); in mca_oob_ud_recv_match_send()
H A Doob_ud_send.c277 req_msg->hdr->msg_data.req.data_follows = true; in mca_oob_ud_process_send_nb()
/dports/security/nmap/nmap-7.91/nselib/
H A Drpc.lua1016 local data_follows
1017 pos, data_follows = Util.unmarshall_uint32(data, pos)
1019 if data_follows ~= 1 then
1048 pos, data_follows = Util.unmarshall_uint32(data, pos)
1050 if data_follows ~= 1 then