Lines Matching refs:nowP
51 getnow( struct iperf_time* nowP, struct iperf_time* nowP2 ) in getnow() argument
53 if ( nowP != NULL ) in getnow()
54 *nowP2 = *nowP; in getnow()
123 struct iperf_time* nowP, TimerProc* timer_proc, TimerClientData client_data, in tmr_create() argument
129 getnow( nowP, &now ); in tmr_create()
154 tmr_timeout( struct iperf_time* nowP ) in tmr_timeout() argument
161 getnow( nowP, &now ); in tmr_timeout()
177 tmr_run( struct iperf_time* nowP ) in tmr_run() argument
183 getnow( nowP, &now ); in tmr_run()
203 tmr_reset( struct iperf_time* nowP, Timer* t ) in tmr_reset() argument
207 getnow( nowP, &now ); in tmr_reset()