Home
last modified time | relevance | path

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

/dports/comms/gnokii/gnokii-0.6.31/common/
H A Dgsm-call.c72 memset(&call->answer_time, 0, sizeof(call->answer_time)); in gn_call_notifier()
96 memcpy(&call->answer_time, &call->start_time, sizeof(call->answer_time)); in gn_call_notifier()
99 gettimeofday(&call->answer_time, NULL); in gn_call_notifier()
142 memset(&call->answer_time, 0, sizeof(call->answer_time)); in gn_call_dial()
247 memset(&call->answer_time, 0, sizeof(call->answer_time)); in gn_call_check_active()
257 gettimeofday(&call->answer_time, NULL); in gn_call_check_active()
/dports/lang/rust/rustc-1.58.1-src/vendor/chalk-engine/src/
H A Dlogic.rs687 ex_clause.answer_time.increment(); in merge_answer_into_strand()
1127 answer_time: TimeStamp::default(), in create_refinement_strand()
1425 answer_time: _, in pursue_answer()
1583 answer_time, in reconsider_floundered_subgoals()
1589 if floundered_subgoals[i].floundered_time < *answer_time { in reconsider_floundered_subgoals()
1602 answer_time = ?ex_clause.answer_time, in flounder_subgoal()
1607 let floundered_time = ex_clause.answer_time; in flounder_subgoal()
H A Dlib.rs115 pub answer_time: TimeStamp, field
H A Dsimplify.rs31 answer_time: TimeStamp::default(), in simplify_goal()
/dports/comms/gnokii/gnokii-0.6.31/include/gnokii/
H A Dcall.h87 struct timeval answer_time; member
/dports/comms/gnokii/gnokii-0.6.31/gnokii/
H A Dgnokii-monitor.c152 timersub(&now, &call->answer_time, &delta); in displaycall()
156 timersub(&now, &call->answer_time, &delta); in displaycall()
/dports/www/squid/squid-4.15/src/
H A Dhelper.h185 struct timeval answer_time; variable
H A Dhelper.cc592 …c(xaction->request.dispatch_time, current_time) : tvSubMsec(srv->dispatch_time, srv->answer_time)); in packStatsInto()
919 srv->answer_time = current_time; in helperReturnBuffer()
1149 srv->answer_time = current_time; in helperStatefulHandleRead()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_skypopen/
H A Dskypopen.h320 struct timeval answer_time; member
H A Dmod_skypopen.c2821 …e)) && ((((timenow.tv_sec - giovatech->answer_time.tv_sec) * 1000000) + (timenow.tv_usec - giovate… in skypopen_answer()
2879 gettimeofday(&tech_pvt->answer_time, NULL); in skypopen_answer()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_gsmopen/alsa_nogsmlib_nocplusplus/mod_gsmopen/
H A Dgsmopen.h339 struct timeval answer_time; member
H A Dmod_gsmopen.c2945 …e)) && ((((timenow.tv_sec - giovatech->answer_time.tv_sec) * 1000000) + (timenow.tv_usec - giovate…
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_gsmopen/
H A Dgsmopen.h299 struct timeval answer_time; member
/dports/lang/rust/rustc-1.58.1-src/vendor/chalk-engine/src/slg/
H A Dresolvent.rs106 answer_time: TimeStamp::default(), in resolvent_clause()