Home
last modified time | relevance | path

Searched refs:nua_get_params (Results 1 – 19 of 19) sorted by relevance

/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/sofia-sip/tests/
H A Dtest_init.c286 nua_get_params(ctx->a.nua, TAG_ANY(), TAG_END()); in test_nua_init()
334 nua_get_params(ctx->b.nua, TAG_ANY(), TAG_END()); in test_nua_init()
373 nua_get_params(ctx->c.nua, TAG_ANY(), TAG_END()); in test_nua_init()
H A Dtest_nua_api.c83 TEST_VOID(nua_get_params(NULL, TAG_END())); in test_nua_api_errors()
175 nua_get_params(a->nua, TAG_ANY(), TAG_END()); in test_nua_destroy()
H A Dtest_nua_params.c118 nua_get_params(ctx->a.nua, TAG_ANY(), TAG_END()); in test_nua_params()
317 nua_get_params(ctx->a.nua, TAG_ANY(), TAG_END()); in test_nua_params()
/dports/net/sofia-sip/sofia-sip-1.13.4/tests/
H A Dtest_init.c286 nua_get_params(ctx->a.nua, TAG_ANY(), TAG_END()); in test_nua_init()
334 nua_get_params(ctx->b.nua, TAG_ANY(), TAG_END()); in test_nua_init()
373 nua_get_params(ctx->c.nua, TAG_ANY(), TAG_END()); in test_nua_init()
H A Dtest_nua_api.c83 TEST_VOID(nua_get_params(NULL, TAG_END())); in test_nua_api_errors()
175 nua_get_params(a->nua, TAG_ANY(), TAG_END()); in test_nua_destroy()
H A Dtest_nua_params.c118 nua_get_params(ctx->a.nua, TAG_ANY(), TAG_END()); in test_nua_params()
317 nua_get_params(ctx->a.nua, TAG_ANY(), TAG_END()); in test_nua_params()
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/sofia-sip/libsofia-sip-ua/nua/sofia-sip/
H A Dnua.h203 SOFIAPUBFUN void nua_get_params(nua_t *nua, tag_type_t, tag_value_t, ...);
/dports/net/sofia-sip/sofia-sip-1.13.4/libsofia-sip-ua/nua/sofia-sip/
H A Dnua.h209 SOFIAPUBFUN void nua_get_params(nua_t *nua, tag_type_t, tag_value_t, ...);
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/sofia-sip/win32/libsofia-sip-ua/
H A Dsofia-sip-ua.def202 nua_get_params
/dports/net/sofia-sip/sofia-sip-1.13.4/win32/libsofia-sip-ua/
H A Dsofia-sip-ua.def202 nua_get_params
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/sofia-sip/libsofia-sip-ua/nua/
H A Dnua.c583 void nua_get_params(nua_t *nua, tag_type_t tag, tag_value_t value, ...) in nua_get_params() function
H A DChangeLog301 * Added test for nua_set_params() and nua_get_params().
H A Dcheck_register.c898 nua_get_params(nua, TAG_ANY(), TAG_END()); in registrar_setup()
/dports/net/sofia-sip/sofia-sip-1.13.4/libsofia-sip-ua/nua/
H A Dnua.c606 void nua_get_params(nua_t *nua, tag_type_t tag, tag_value_t value, ...) in nua_get_params() function
H A Dcheck_register.c898 nua_get_params(nua, TAG_ANY(), TAG_END()); in registrar_setup()
H A DChangeLog301 * Added test for nua_set_params() and nua_get_params().
/dports/net-im/telepathy-sofiasip/telepathy-sofiasip-0.4.5/src/
H A Dsip-connection-helpers.c237 nua_get_params (nua, NUTAG_OUTBOUND_REF(outbound), TAG_END()); in priv_nua_get_outbound_options()
H A Dsip-connection.c761 nua_get_params(priv->sofia_nua, TAG_ANY(), TAG_NULL()); in sip_connection_start_connecting()
/dports/www/janus/janus-gateway-0.11.6/plugins/
H A Djanus_sip.c7065 nua_get_params(session->stack->s_nua, SIPTAG_FROM_STR(""), TAG_END()); in janus_sip_sofia_thread()