Searched refs:turtle (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/web/style/transmission/images/
H A DMakefile.am7 blue-turtle.png \
29 turtle.png \
H A DMakefile.in344 blue-turtle.png \
366 turtle.png \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/libtransmission/
H A Dsession.c638 if( session->turtle.isClockEnabled )
639 turtleCheckClock( session, &session->turtle );
752 struct tr_turtle_info * turtle = &session->turtle; local
893 /* update the turtle mode's fields */
895 turtle->speedLimit_Bps[TR_UP] = toSpeedBytes( i );
897 turtle->speedLimit_Bps[TR_DOWN] = toSpeedBytes( i );
899 turtle->beginMinute = i;
901 turtle->endMinute = i;
903 turtle
[all...]
H A Dsession.h67 /* is turtle mode on right now? */
70 /* does turtle mode turn itself on and off at given times? */
73 /* when clock mode is on, minutes after midnight to turn on turtle mode */
76 /* when clock mode is on, minutes after midnight to turn off turtle mode */
93 * Each bit's value indicates whether the scheduler wants turtle
97 /* recent action that was done by turtle's automatic switch */
133 struct tr_turtle_info turtle; member in struct:tr_session

Completed in 70 milliseconds