OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:hdtr
(Results
1 - 1
of
1
) sorted by null
/external/strace/
io.c
243
struct sf_hdtr
hdtr
;
local
245
if (umove(tcp, tcp->u_arg[5], &
hdtr
) < 0)
249
tprint_iov(tcp,
hdtr
.hdr_cnt,
hdtr
.headers);
250
tprintf(", %u, ",
hdtr
.hdr_cnt);
251
tprint_iov(tcp,
hdtr
.trl_cnt,
hdtr
.trailers);
252
tprintf(", %u }",
hdtr
.hdr_cnt);
Completed in 30 milliseconds