Home
last modified time | relevance | path

Searched refs:test_sess (Results 1 – 2 of 2) sorted by relevance

/dports/net/pjsip/pjproject-2.11.1/pjnath/src/pjnath-test/
H A Dconcur_test.c67 while (!test_sess->thread_quit_flag) { in server_thread_proc()
74 PJ_FD_SET(test_sess->server_sock, &rdset); in server_thread_proc()
126 pj_event_wait(test_sess->server_event); in server_thread_proc()
146 while (!test_sess->thread_quit_flag) { in worker_thread_proc()
231 struct stun_test_session test_sess; in stun_destroy_test() local
242 pj_bzero(&test_sess, sizeof(test_sess)); in stun_destroy_test()
255 pj_timer_heap_set_lock(test_sess.stun_cfg.timer_heap, test_sess.lock, PJ_TRUE); in stun_destroy_test()
301 pj_bzero(&test_sess.param, sizeof(test_sess.param)); in stun_destroy_test()
305 stun_destroy_test_session(&test_sess); in stun_destroy_test()
315 stun_destroy_test_session(&test_sess); in stun_destroy_test()
[all …]
H A Dice_test.c102 struct test_sess struct
215 static int create_ice_strans(struct test_sess *test_sess, in create_ice_strans() argument
253 ice_cfg.resolver = test_sess->resolver; in create_ice_strans()
286 struct test_sess **p_sess) in create_sess()
289 struct test_sess *sess; in create_sess()
297 sess = PJ_POOL_ZALLOC_T(pool, struct test_sess); in create_sess()
609 struct test_sess *sess = (struct test_sess *) data; in worker_thread_proc()
629 struct test_sess *sess; in perform_test2()
1273 struct test_sess *sess;
1283 struct test_sess *sess = data->sess; in timer_new_cand()
[all …]