Home
last modified time | relevance | path

Searched refs:e_proxy (Results 1 – 11 of 11) sorted by relevance

/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/sofia-sip/tests/
H A Dtest_init.c77 url_t *e_proxy = NULL; in test_nua_init() local
170 TEST_1(e_proxy = url_hdup(ctx->home, (void *)o_proxy)); in test_nua_init()
171 ctx->external_proxy = e_proxy; in test_nua_init()
175 p_uri = e_proxy; in test_nua_init()
274 NUTAG_PROXY(a_uri ? a_uri : e_proxy), in test_nua_init()
322 NUTAG_PROXY(b_uri ? b_uri : e_proxy), in test_nua_init()
365 NUTAG_PROXY(p_uri ? p_uri : e_proxy), in test_nua_init()
/dports/net/sofia-sip/sofia-sip-1.13.4/tests/
H A Dtest_init.c77 url_t *e_proxy = NULL; in test_nua_init() local
170 TEST_1(e_proxy = url_hdup(ctx->home, (void *)o_proxy)); in test_nua_init()
171 ctx->external_proxy = e_proxy; in test_nua_init()
175 p_uri = e_proxy; in test_nua_init()
274 NUTAG_PROXY(a_uri ? a_uri : e_proxy), in test_nua_init()
322 NUTAG_PROXY(b_uri ? b_uri : e_proxy), in test_nua_init()
365 NUTAG_PROXY(p_uri ? p_uri : e_proxy), in test_nua_init()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/cp/
H A Dcoroutines.cc834 tree e_proxy = STRIP_NOPS (o); in build_co_await() local
835 if (INDIRECT_REF_P (e_proxy)) in build_co_await()
836 e_proxy = TREE_OPERAND (e_proxy, 0); in build_co_await()
839 e_proxy = TREE_OPERAND (e_proxy, 0); in build_co_await()
841 e_proxy = TREE_OPERAND (e_proxy, 0); in build_co_await()
849 e_proxy = CALL_EXPR_ARG (e_proxy, 0); in build_co_await()
850 STRIP_NOPS (e_proxy); in build_co_await()
852 e_proxy = TREE_OPERAND (e_proxy, 0); in build_co_await()
855 STRIP_NOPS (e_proxy); in build_co_await()
860 || (VAR_P (e_proxy) && !is_local_temp (e_proxy))) in build_co_await()
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/cp/
H A Dcoroutines.cc964 tree e_proxy = STRIP_NOPS (o); in build_co_await() local
965 if (INDIRECT_REF_P (e_proxy)) in build_co_await()
966 e_proxy = TREE_OPERAND (e_proxy, 0); in build_co_await()
969 e_proxy = TREE_OPERAND (e_proxy, 0); in build_co_await()
971 e_proxy = TREE_OPERAND (e_proxy, 0); in build_co_await()
979 e_proxy = CALL_EXPR_ARG (e_proxy, 0); in build_co_await()
980 STRIP_NOPS (e_proxy); in build_co_await()
982 e_proxy = TREE_OPERAND (e_proxy, 0); in build_co_await()
985 STRIP_NOPS (e_proxy); in build_co_await()
990 || (VAR_P (e_proxy) && !is_local_temp (e_proxy))) in build_co_await()
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/cp/
H A Dcoroutines.cc964 tree e_proxy = STRIP_NOPS (o); in build_co_await() local
965 if (INDIRECT_REF_P (e_proxy)) in build_co_await()
966 e_proxy = TREE_OPERAND (e_proxy, 0); in build_co_await()
969 e_proxy = TREE_OPERAND (e_proxy, 0); in build_co_await()
971 e_proxy = TREE_OPERAND (e_proxy, 0); in build_co_await()
979 e_proxy = CALL_EXPR_ARG (e_proxy, 0); in build_co_await()
980 STRIP_NOPS (e_proxy); in build_co_await()
982 e_proxy = TREE_OPERAND (e_proxy, 0); in build_co_await()
985 STRIP_NOPS (e_proxy); in build_co_await()
990 || (VAR_P (e_proxy) && !is_local_temp (e_proxy))) in build_co_await()
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/cp/
H A Dcoroutines.cc922 tree e_proxy = STRIP_NOPS (o); in build_co_await() local
923 if (INDIRECT_REF_P (e_proxy)) in build_co_await()
924 e_proxy = TREE_OPERAND (e_proxy, 0); in build_co_await()
927 e_proxy = TREE_OPERAND (e_proxy, 0); in build_co_await()
929 e_proxy = TREE_OPERAND (e_proxy, 0); in build_co_await()
937 e_proxy = CALL_EXPR_ARG (e_proxy, 0); in build_co_await()
938 STRIP_NOPS (e_proxy); in build_co_await()
940 e_proxy = TREE_OPERAND (e_proxy, 0); in build_co_await()
943 STRIP_NOPS (e_proxy); in build_co_await()
948 || (VAR_P (e_proxy) && !is_local_temp (e_proxy))) in build_co_await()
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/cp/
H A Dcoroutines.cc987 if (INDIRECT_REF_P (e_proxy)) in build_co_await()
988 e_proxy = TREE_OPERAND (e_proxy, 0); in build_co_await()
991 e_proxy = TREE_OPERAND (e_proxy, 0); in build_co_await()
993 e_proxy = TREE_OPERAND (e_proxy, 0); in build_co_await()
1001 e_proxy = CALL_EXPR_ARG (e_proxy, 0); in build_co_await()
1002 STRIP_NOPS (e_proxy); in build_co_await()
1004 e_proxy = TREE_OPERAND (e_proxy, 0); in build_co_await()
1007 STRIP_NOPS (e_proxy); in build_co_await()
1011 STRIP_NOPS (e_proxy); in build_co_await()
1013 || (VAR_P (e_proxy) && !is_local_temp (e_proxy))) in build_co_await()
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/cp/
H A Dcoroutines.cc964 tree e_proxy = STRIP_NOPS (o); in build_co_await() local
965 if (INDIRECT_REF_P (e_proxy)) in build_co_await()
966 e_proxy = TREE_OPERAND (e_proxy, 0); in build_co_await()
969 e_proxy = TREE_OPERAND (e_proxy, 0); in build_co_await()
971 e_proxy = TREE_OPERAND (e_proxy, 0); in build_co_await()
979 e_proxy = CALL_EXPR_ARG (e_proxy, 0); in build_co_await()
980 STRIP_NOPS (e_proxy); in build_co_await()
982 e_proxy = TREE_OPERAND (e_proxy, 0); in build_co_await()
985 STRIP_NOPS (e_proxy); in build_co_await()
990 || (VAR_P (e_proxy) && !is_local_temp (e_proxy))) in build_co_await()
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/cp/
H A Dcoroutines.cc986 tree e_proxy = STRIP_NOPS (o); in build_co_await() local
987 if (INDIRECT_REF_P (e_proxy)) in build_co_await()
988 e_proxy = TREE_OPERAND (e_proxy, 0); in build_co_await()
991 e_proxy = TREE_OPERAND (e_proxy, 0); in build_co_await()
993 e_proxy = TREE_OPERAND (e_proxy, 0); in build_co_await()
1001 e_proxy = CALL_EXPR_ARG (e_proxy, 0); in build_co_await()
1002 STRIP_NOPS (e_proxy); in build_co_await()
1004 e_proxy = TREE_OPERAND (e_proxy, 0); in build_co_await()
1007 STRIP_NOPS (e_proxy); in build_co_await()
1012 || (VAR_P (e_proxy) && !is_local_temp (e_proxy))) in build_co_await()
[all …]
/dports/net-im/dendrite/dendrite-0.5.1/vendor/golang.org/x/mobile/bind/testdata/
H A Dinterfaces.objc.m.golden214 id<goSeqRefInterface> e_proxy = (id<goSeqRefInterface>)(e);
215 _e = go_seq_go_to_refnum(e_proxy._ref);
/dports/databases/evolution-data-server/evolution-data-server-3.42.1/src/libedataserver/
H A De-proxy.c98 G_DEFINE_TYPE_WITH_PRIVATE (EProxy, e_proxy, G_TYPE_OBJECT)