Home
last modified time | relevance | path

Searched refs:belle_sip_object_clone (Results 1 – 25 of 25) sorted by relevance

/dports/net/belle-sip/belle-sip-1.6.3-0/tester/
H A Dbelle_sip_headers_tester.c32 L_contact = BELLE_SIP_HEADER_CONTACT(belle_sip_object_clone(BELLE_SIP_OBJECT(L_tmp))); in test_simple_contact_header()
56 L_contact = BELLE_SIP_HEADER_CONTACT(belle_sip_object_clone(BELLE_SIP_OBJECT(L_tmp))); in test_complex_contact_header()
97 L_from = BELLE_SIP_HEADER_FROM(belle_sip_object_clone(BELLE_SIP_OBJECT(L_tmp))); in test_from_header()
112 L_from = BELLE_SIP_HEADER_FROM(belle_sip_object_clone(BELLE_SIP_OBJECT(L_tmp))); in test_from_header()
232 L_to = BELLE_SIP_HEADER_TO(belle_sip_object_clone(BELLE_SIP_OBJECT(L_tmp))); in test_to_header()
254 L_via = BELLE_SIP_HEADER_VIA(belle_sip_object_clone(BELLE_SIP_OBJECT(L_tmp))); in test_via_header()
288 L_call_id = BELLE_SIP_HEADER_CALL_ID(belle_sip_object_clone(BELLE_SIP_OBJECT(L_tmp))); in test_call_id_header()
303 L_cseq = BELLE_SIP_HEADER_CSEQ(belle_sip_object_clone(BELLE_SIP_OBJECT(L_tmp))); in test_cseq_header()
495 L_extension = BELLE_SIP_HEADER(belle_sip_object_clone(BELLE_SIP_OBJECT(L_tmp))); in test_header_extension()
725 L_allow = BELLE_SIP_HEADER_ALLOW(belle_sip_object_clone(BELLE_SIP_OBJECT(L_tmp))); in test_allow_header()
[all …]
H A Dbelle_generic_uri_tester.c27 belle_generic_uri_t* uri=BELLE_GENERIC_URI(belle_sip_object_clone(BELLE_SIP_OBJECT(first_uri))); in test_basic_uri()
54 belle_generic_uri_t* uri=BELLE_GENERIC_URI(belle_sip_object_clone(BELLE_SIP_OBJECT(first_uri))); in test_complex_uri()
75 belle_generic_uri_t* uri=BELLE_GENERIC_URI(belle_sip_object_clone(BELLE_SIP_OBJECT(first_uri))); in test_file_path()
112 belle_generic_uri_t* uri=BELLE_GENERIC_URI(belle_sip_object_clone(BELLE_SIP_OBJECT(first_uri))); in test_absolute_uri()
124 uri=BELLE_GENERIC_URI(belle_sip_object_clone(BELLE_SIP_OBJECT(first_uri))); in test_absolute_uri()
H A Dbelle_sdp_tester.c51 lAttribute = BELLE_SDP_ATTRIBUTE(belle_sip_object_clone(BELLE_SIP_OBJECT(lTmp))); in attribute_parse_marshall_parse_clone()
165 l_bandwidth = BELLE_SDP_BANDWIDTH(belle_sip_object_clone(BELLE_SIP_OBJECT(lTmp))); in test_bandwidth()
179 lOrigin = BELLE_SDP_ORIGIN(belle_sip_object_clone(BELLE_SIP_OBJECT(lTmp))); in test_origin()
200 lConnection = BELLE_SDP_CONNECTION(belle_sip_object_clone(BELLE_SIP_OBJECT(lTmp))); in test_connection()
217 lConnection = BELLE_SDP_CONNECTION(belle_sip_object_clone(BELLE_SIP_OBJECT(lTmp))); in test_connection_6()
232 lConnection = BELLE_SDP_CONNECTION(belle_sip_object_clone(BELLE_SIP_OBJECT(lTmp))); in test_connection_multicast()
246 lConnection = BELLE_SDP_CONNECTION(belle_sip_object_clone(BELLE_SIP_OBJECT(lTmp))); in test_connection_multicast()
260 lConnection = BELLE_SDP_CONNECTION(belle_sip_object_clone(BELLE_SIP_OBJECT(lTmp))); in test_connection_multicast()
279 l_email = BELLE_SDP_EMAIL(belle_sip_object_clone(BELLE_SIP_OBJECT(lTmp))); in test_email()
292 l_info = BELLE_SDP_INFO(belle_sip_object_clone(BELLE_SIP_OBJECT(lTmp))); in test_info()
[all …]
H A Dbelle_sip_base_uri_tester.c30 L_uri = BELLE_SIP_URI(belle_sip_object_clone(BELLE_SIP_OBJECT(L_tmp))); in testSIMPLEURI()
46 L_uri = BELLE_SIP_URI(belle_sip_object_clone(BELLE_SIP_OBJECT(L_tmp))); in testCOMPLEXURI()
66 L_uri = BELLE_SIP_URI(belle_sip_object_clone(BELLE_SIP_OBJECT(L_tmp))); in testIPV6URI_base()
153 L_uri = BELLE_SIP_URI(belle_sip_object_clone(BELLE_SIP_OBJECT(L_tmp))); in test_uri_parameters()
225 L_uri = BELLE_SIP_URI(belle_sip_object_clone(BELLE_SIP_OBJECT(L_tmp))); in test_escaped_username()
239 L_uri = BELLE_SIP_URI(belle_sip_object_clone(BELLE_SIP_OBJECT(L_tmp))); in test_escaped_passwd()
257 L_uri = BELLE_SIP_URI(belle_sip_object_clone(BELLE_SIP_OBJECT(L_tmp))); in test_escaped_parameter()
H A Dbelle_sip_register_tester.c288 req=(belle_sip_request_t*)belle_sip_object_clone((belle_sip_object_t*)initial_request); in unregister_user()
361 copy=(belle_sip_request_t*)belle_sip_object_ref(belle_sip_object_clone((belle_sip_object_t*)req)); in try_register_user_at_domain()
543 …BELLE_SIP_URI(belle_sip_object_clone(BELLE_SIP_OBJECT(belle_sip_header_address_get_uri(route_addre… in test_bad_request()
795 …clone_request = (belle_sip_request_t*)belle_sip_object_ref(belle_sip_object_clone((belle_sip_objec… in send_message_to()
H A Dbelle_sip_message_tester.c846 tmp=belle_sip_object_clone(BELLE_SIP_OBJECT(msg)); in testHttpGet()
891 tmp=belle_sip_object_clone(BELLE_SIP_OBJECT(msg)); in testHttp200Ok()
H A Dbelle_sip_dialog_tester.c67 …req_uri = (belle_sip_uri_t*)belle_sip_object_clone((belle_sip_object_t*)belle_sip_header_address_g… in build_request()
H A Dbelle_sip_refresher_tester.c395 …dest_uri=(belle_sip_uri_t*)belle_sip_object_clone((belle_sip_object_t*)belle_sip_listening_point_g… in refresher_base_with_body()
538 …dest_uri=(belle_sip_uri_t*)belle_sip_object_clone((belle_sip_object_t*)belle_sip_listening_point_g… in subscribe_base()
/dports/net/belle-sip/belle-sip-1.6.3-0/src/
H A Dmessage.c107 …list_t * ll=belle_sip_list_copy_with_data(c->header_list,(void *(*)(void*))belle_sip_object_clone); in belle_sip_message_clone()
370 …if (orig->uri) request->uri=(belle_sip_uri_t*)belle_sip_object_ref(belle_sip_object_clone((belle_s… in belle_sip_request_clone()
371 …request->absolute_uri=(belle_generic_uri_t*)belle_sip_object_ref(belle_sip_object_clone((belle_sip… in belle_sip_request_clone()
812 to=(belle_sip_header_to_t*)belle_sip_object_clone((belle_sip_object_t*)h); in belle_sip_response_create_from_request()
900 belle_sip_request_t* req=BELLE_SIP_REQUEST(belle_sip_object_clone(BELLE_SIP_OBJECT(initial_req))); in belle_sip_request_clone_with_body()
H A Dhttp-message.c41 …if (orig->req_uri) obj->req_uri=(belle_generic_uri_t*)belle_sip_object_clone((belle_sip_object_t*)… in belle_http_request_clone()
H A Dbelle_sip_object.c268 belle_sip_object_t *belle_sip_object_clone(const belle_sip_object_t *obj){ in belle_sip_object_clone() function
284 return belle_sip_object_ref(belle_sip_object_clone(obj)); in belle_sip_object_clone_and_ref()
H A Dbelle_sip_headers_impl.c127 …belle_sip_header_set_next(header,BELLE_SIP_HEADER(belle_sip_object_clone(BELLE_SIP_OBJECT(belle_si… in belle_sip_header_clone()
205 …belle_sip_header_address_set_uri(addr,BELLE_SIP_URI(belle_sip_object_clone(BELLE_SIP_OBJECT(belle_… in belle_sip_header_address_clone()
208 …belle_sip_header_address_set_absolute_uri(addr,BELLE_GENERIC_URI(belle_sip_object_clone(BELLE_SIP_… in belle_sip_header_address_clone()
1244 …belle_sip_header_authorization_set_uri(authorization,BELLE_SIP_URI(belle_sip_object_clone(BELLE_SI… in belle_sip_header_authorization_clone()
1380 …belle_http_header_authorization_set_uri(authorization,BELLE_GENERIC_URI(belle_sip_object_clone(BEL… in belle_http_header_authorization_clone()
H A Dbelle_sip_utils.c365 ref_header=(belle_sip_header_t*)belle_sip_object_clone((belle_sip_object_t*)ref_header); in belle_sip_util_copy_headers()
H A Dbelle_sip_uri_impl.c69 …uri->header_list=(belle_sip_parameters_t*)belle_sip_object_clone(BELLE_SIP_OBJECT(orig->header_lis… in belle_sip_uri_clone()
H A Dtransaction.c450 …belle_sip_request_set_uri(req,(belle_sip_uri_t*)belle_sip_object_clone((belle_sip_object_t*)belle_… in belle_sip_client_transaction_create_cancel()
H A Drefresher.c640 …fixed_local_contact= BELLE_SIP_HEADER_CONTACT(belle_sip_object_clone(BELLE_SIP_OBJECT(unfixed_loca… in belle_sip_refresher_get_contact()
/dports/net/liblinphone/linphone-3.12.0/coreapi/
H A Dinfo.c72 return (LinphoneInfoMessage *)belle_sip_object_clone((const belle_sip_object_t *)orig); in linphone_info_message_copy()
H A Dcontent.c228 return (LinphoneContent *)belle_sip_object_ref(belle_sip_object_clone(BELLE_SIP_OBJECT(ref))); in linphone_content_copy()
H A Dcall_params.c132 return (LinphoneCallParams *)belle_sip_object_clone((const belle_sip_object_t *)cp); in linphone_call_params_copy()
H A Dauthentication.c68 return LINPHONE_AUTH_INFO(belle_sip_object_clone(BELLE_SIP_OBJECT(ai))); in linphone_auth_info_clone()
H A Dconference.cc1012 return (LinphoneConferenceParams *)belle_sip_object_clone((const belle_sip_object_t *)params); in linphone_conference_params_clone()
/dports/net/liblinphone/linphone-3.12.0/coreapi/bellesip_sal/
H A Dsal_address_impl.c36 return (SalAddress *) belle_sip_object_ref(belle_sip_object_clone(BELLE_SIP_OBJECT(addr))); in sal_address_clone()
H A Dsal_op_call_transfer.c52 …referred_by=(belle_sip_header_address_t*)belle_sip_object_clone(BELLE_SIP_OBJECT(belle_sip_dialog_… in sal_call_refer()
H A Dsal_op_impl.c189 req_uri = (belle_sip_uri_t*)belle_sip_object_clone((belle_sip_object_t*)to_uri); in sal_op_build_request()
336 …next_hop_uri=(belle_sip_uri_t*)belle_sip_object_clone((belle_sip_object_t*)belle_sip_request_get_u… in _sal_op_send_request_with_contact()
/dports/net/belle-sip/belle-sip-1.6.3-0/include/belle-sip/
H A Dobject.h258 BELLESIP_EXPORT belle_sip_object_t *belle_sip_object_clone(const belle_sip_object_t *obj);