OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mp_start
(Results
1 - 4
of
4
) sorted by null
/external/curl/docs/examples/
imap-multi.c
56
struct timeval
mp_start
;
local
79
mp_start
= tvnow();
144
if(tvdiff(tvnow(),
mp_start
) > MULTI_PERFORM_HANG_TIMEOUT) {
pop3-multi.c
56
struct timeval
mp_start
;
local
79
mp_start
= tvnow();
144
if(tvdiff(tvnow(),
mp_start
) > MULTI_PERFORM_HANG_TIMEOUT) {
smtp-multi.c
101
struct timeval
mp_start
;
local
146
mp_start
= tvnow();
211
if(tvdiff(tvnow(),
mp_start
) > MULTI_PERFORM_HANG_TIMEOUT) {
/external/curl/tests/libtest/
lib1507.c
70
struct timeval
mp_start
;
local
96
mp_start
= tvnow();
140
if (tvdiff(tvnow(),
mp_start
) > MULTI_PERFORM_HANG_TIMEOUT) {
Completed in 782 milliseconds