Home
last modified time | relevance | path

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

/dports/net/pjsip/pjproject-2.11.1/pjnath/src/pjnath-test/
H A Dstun_sock_test.c341 } while (client->on_status_cnt==0 && PJ_TIME_VAL_LT(t, timeout)); in timeout_test()
425 } while (client->on_status_cnt==0 && PJ_TIME_VAL_LT(t, timeout)); in missing_attr_test()
506 } while (client->on_status_cnt==0 && PJ_TIME_VAL_LT(t, timeout)); in keep_alive_test()
603 } while (client->on_rx_data_cnt==0 && PJ_TIME_VAL_LT(t, timeout)); in keep_alive_test()
649 } while (PJ_TIME_VAL_LT(t, timeout)); in keep_alive_test()
706 } while (PJ_TIME_VAL_LT(t, timeout)); in keep_alive_test()
801 } while (client->on_status_cnt==0 && PJ_TIME_VAL_LT(t, timeout)); in keep_alive_test()
/dports/net/pjsip/pjproject-2.11.1/pjlib/include/pj++/
H A Dtypes.hpp117 return PJ_TIME_VAL_LT((*this), rhs); in operator <()
/dports/net/pjsip/pjproject-2.11.1/pjlib/src/pj/
H A Dtimer.c254 PJ_TIME_VAL_LT(ht->heap[child + 1]->_timer_value, in reheap_down()
262 if (PJ_TIME_VAL_LT(ht->heap[child]->_timer_value, in reheap_down()
286 if (PJ_TIME_VAL_LT(moved_node->_timer_value, in reheap_up()
498 if (PJ_TIME_VAL_LT(*future_time, tmp_node->_timer_value)) { in insert_node()
/dports/net/pjsip/pjproject-2.11.1/pjlib/src/pjlib-test/
H A Dsleep.c174 if (PJ_TIME_VAL_LT(t2, t1)) { in sleep_duration_test()
H A Dtimestamp.c173 if (PJ_TIME_VAL_LT(tv2, tv1)) { in timestamp_test()
/dports/net/pjsip/pjproject-2.11.1/pjlib/include/pj/
H A Dtypes.h446 #define PJ_TIME_VAL_LT(t1, t2) (!(PJ_TIME_VAL_GTE(t1,t2))) macro
/dports/net/pjsip/pjproject-2.11.1/pjlib-util/src/pjlib-util/
H A Dstun_simple_client.c202 && PJ_TIME_VAL_LT(now, next_tx); in pjstun_get_mapped_addr2()
H A Dresolver.c1356 else if (PJ_TIME_VAL_LT(ns->rt_delay, resolver->ns[min].rt_delay)) in select_nameservers()
/dports/net/pjsip/pjproject-2.11.1/pjsip/src/test/
H A Dtsx_uas_test.c1530 } while (PJ_TIME_VAL_LT(now, fail_time)); in tsx_transport_failure_test()
1542 } while (!test_complete && PJ_TIME_VAL_LT(now, end_test)); in tsx_transport_failure_test()
H A Dtsx_uac_test.c1054 if (PJ_TIME_VAL_LT(now, timeout)) { in perform_tsx_test()
/dports/net/pjsip/pjproject-2.11.1/pjsip-apps/src/samples/
H A Dpjsip-perf.c1519 while (PJ_TIME_VAL_LT(now, end_time) && in client_thread()
1541 while (PJ_TIME_VAL_LT(now, end_time)) in client_thread()
/dports/net/pjsip/pjproject-2.11.1/pjmedia/src/pjmedia/
H A Drtcp.c123 if (PJ_TIME_VAL_LT(ts_time, elapsed)) { in pjmedia_rtcp_get_ntp_time()
/dports/net/pjsip/pjproject-2.11.1/pjsip/src/pjsua-lib/
H A Dpjsua_core.c1308 } while (PJ_TIME_VAL_LT(now, timeout)); in busy_sleep()
H A Dpjsua_call.c2119 if (!PJ_TIME_VAL_LT(dtime, timeout)) in acquire_call()