OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:iotime
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/ibm-public/postfix/dist/src/util/
vstream.h
62
struct timeval
iotime
; /* time of last fill/flush */
member in struct:VSTREAM
134
#define vstream_ftime(vp) ((time_t) ((vp)->
iotime
.tv_sec))
135
#define vstream_ftimeval(vp) ((vp)->
iotime
)
vstream.c
819
before = stream->
iotime
;
831
GETTIMEOFDAY(&stream->
iotime
);
833
VSTREAM_SUB_TIME(elapsed, stream->
iotime
, before);
1008
GETTIMEOFDAY(&stream->
iotime
);
1010
VSTREAM_SUB_TIME(elapsed, stream->
iotime
, before);
1359
stream->
iotime
.tv_sec = stream->
iotime
.tv_usec = 0;
1692
GETTIMEOFDAY(&stream->
iotime
);
Completed in 21 milliseconds
Indexes created Tue Aug 11 00:25:38 UTC 2026