Home
last modified time | relevance | path

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

/dports/www/libwww/w3c-libwww-5.4.2/ComLine/src/
H A DHTLine.c44 #define MILLIES 1000 macro
104 me->timer = DEFAULT_TIMEOUT*MILLIES; in ComLine_new()
368 if (timeout >= 1) cl->timer = timeout*MILLIES; in main()
/dports/www/libwww/w3c-libwww-5.4.2/Robot/src/
H A DHTRobMan.h84 #define MILLIES 1000 macro
H A DRobotMain.c211 if (timeout > 1) mr->timer = timeout*MILLIES; in main()
H A DHTRobot.c691 me->timer = DEFAULT_TIMEOUT*MILLIES;