Home
last modified time | relevance | path

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

/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/sofia-sip/libsofia-sip-ua/su/
H A Dsu_time0.c109 struct timeval tmp_tv = {0,0}; in su_time() local
110 gettimeofday(&tmp_tv, NULL); in su_time()
111 ltv.tv_sec = tmp_tv.tv_sec + NTP_EPOCH; in su_time()
112 ltv.tv_usec = (unsigned long)tmp_tv.tv_usec; in su_time()
/dports/net/sofia-sip/sofia-sip-1.13.4/libsofia-sip-ua/su/
H A Dsu_time0.c109 struct timeval tmp_tv = {0,0}; in su_time() local
110 gettimeofday(&tmp_tv, NULL); in su_time()
111 ltv.tv_sec = tmp_tv.tv_sec + NTP_EPOCH; in su_time()
112 ltv.tv_usec = (unsigned long)tmp_tv.tv_usec; in su_time()
/dports/games/retroarch/RetroArch-1.9.7/
H A Dcommand.c148 struct timeval tmp_tv = {0}; in command_network_poll() local
157 if (socket_select(netcmd->net_fd + 1, &fds, NULL, NULL, &tmp_tv) <= 0) in command_network_poll()
354 struct timeval tmp_tv = {0}; in command_uds_poll() local
371 if (socket_select(maxfd + 1, &fds, NULL, NULL, &tmp_tv) <= 0) in command_uds_poll()
/dports/games/retroarch/RetroArch-1.9.7/network/netplay/
H A Dnetplay_discovery.c113 struct timeval tmp_tv = {0}; in netplay_lan_ad_client() local
128 &fds, NULL, NULL, &tmp_tv) <= 0) in netplay_lan_ad_client()
395 struct timeval tmp_tv = {0}; in netplay_lan_ad_server() local
422 if (socket_select(lan_ad_server_fd + 1, &fds, NULL, NULL, &tmp_tv) <= 0) in netplay_lan_ad_server()
H A Dnetplay_io.c1289 struct timeval tmp_tv = {0}; in netplay_sync_pre_frame() local
1300 &fds, NULL, NULL, &tmp_tv) > 0 && in netplay_sync_pre_frame()
/dports/net-mgmt/net-snmp/net-snmp-5.9/agent/mibgroup/disman/ping/
H A DpingCtlTable.c5235 struct timeval tmp_tv; in gather_statistics() local
5236 memcpy(&tmp_tv, ptr, sizeof(tmp_tv)); in gather_statistics()
5238 tvsub(tv, &tmp_tv); in gather_statistics()
/dports/editors/vim/vim-8.2.3745/src/
H A Dvim9execute.c4561 typval_T tmp_tv; in exec_instructions() local
4565 tmp_tv = *STACK_TV_BOT(-item); in exec_instructions()
4571 *STACK_TV_BOT(-item) = tmp_tv; in exec_instructions()