Home
last modified time | relevance | path

Searched refs:juice_get_selected_candidates (Results 1 – 8 of 8) sorted by relevance

/dports/www/libdatachannel/libdatachannel-0.16.1/deps/libjuice/test/
H A Dbind.c118 (juice_get_selected_candidates(agent1, local, JUICE_MAX_CANDIDATE_SDP_STRING_LEN, remote, in test_bind()
124 (juice_get_selected_candidates(agent2, local, JUICE_MAX_CANDIDATE_SDP_STRING_LEN, remote, in test_bind()
H A Dconflict.c130 (juice_get_selected_candidates(agent1, local, JUICE_MAX_CANDIDATE_SDP_STRING_LEN, remote, in test_conflict()
139 (juice_get_selected_candidates(agent2, local, JUICE_MAX_CANDIDATE_SDP_STRING_LEN, remote, in test_conflict()
H A Dnotrickle.c108 (juice_get_selected_candidates(agent1, local, JUICE_MAX_CANDIDATE_SDP_STRING_LEN, remote, in test_notrickle()
114 (juice_get_selected_candidates(agent2, local, JUICE_MAX_CANDIDATE_SDP_STRING_LEN, remote, in test_notrickle()
H A Dturn.c128 (juice_get_selected_candidates(agent1, local, JUICE_MAX_CANDIDATE_SDP_STRING_LEN, remote, in test_turn()
134 (juice_get_selected_candidates(agent2, local, JUICE_MAX_CANDIDATE_SDP_STRING_LEN, remote, in test_turn()
H A Dconnectivity.c139 (juice_get_selected_candidates(agent1, local, JUICE_MAX_CANDIDATE_SDP_STRING_LEN, remote, in test_connectivity()
148 (juice_get_selected_candidates(agent2, local, JUICE_MAX_CANDIDATE_SDP_STRING_LEN, remote, in test_connectivity()
/dports/www/libdatachannel/libdatachannel-0.16.1/deps/libjuice/include/juice/
H A Djuice.h109 JUICE_EXPORT int juice_get_selected_candidates(juice_agent_t *agent, char *local, size_t local_size,
/dports/www/libdatachannel/libdatachannel-0.16.1/deps/libjuice/src/
H A Djuice.c114 JUICE_EXPORT int juice_get_selected_candidates(juice_agent_t *agent, char *local, size_t local_size, in juice_get_selected_candidates() function
/dports/www/libdatachannel/libdatachannel-0.16.1/src/impl/
H A Dicetransport.cpp225 if (juice_get_selected_candidates(mAgent.get(), sdpLocal, JUICE_MAX_CANDIDATE_SDP_STRING_LEN, in getSelectedCandidatePair()