Searched refs:run_with_timeout (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/src/
H A Dutils.h151 bool run_with_timeout (double, void (*) (void *), void *);
H A Dhost.c337 if (run_with_timeout (timeout, gethostbyname_with_timeout_callback, &ctx))
400 if (run_with_timeout (timeout, getaddrinfo_with_timeout_callback, &ctx))
H A Dmswindows.c481 /* run_with_timeout Windows implementation. */
498 functions, which is how run_with_timeout is used in Wget.
529 run_with_timeout (double seconds, void (*fun) (void *), void *arg)
527 run_with_timeout (double seconds, void (*fun) (void *), void *arg) function
H A Dconnect.c253 if (run_with_timeout (timeout, connect_with_timeout_callback, &ctx))
H A Dutils.c69 /* Needed for Unix version of run_with_timeout. */
2046 /* Implementation of run_with_timeout, a generic timeout-forcing
2159 run_with_timeout (double timeout, void (*fun) (void *), void *arg)
2191 /* A stub version of run_with_timeout that just calls FUN(ARG). Don't
2193 run_with_timeout that uses threads. */
2196 run_with_timeout (double timeout, void (*fun) (void *), void *arg)
2147 run_with_timeout (double timeout, void (*fun) (void *), void *arg) function
2184 run_with_timeout (double timeout, void (*fun) (void *), void *arg) function

Completed in 113 milliseconds