Home
last modified time | relevance | path

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

/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_config.h19 # define timerisset(tvp) ((tvp)->tv_sec || (tvp)->tv_usec) argument
23 # define timerclear(tvp) ((tvp)->tv_sec = (tvp)->tv_usec = 0) argument
27 # define timersub(tvp, uvp, vvp) \ argument
29 (vvp)->tv_sec = (tvp)->tv_sec - (uvp)->tv_sec; \
30 (vvp)->tv_usec = (tvp)->tv_usec - (uvp)->tv_usec; \

Completed in 6 milliseconds