Home
last modified time | relevance | path

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

12

/dports/net/kamailio/kamailio-5.4.5/src/modules/tm/
H A Ddlg.h129 } dlg_t; typedef
141 str *_ruri, dlg_t **_d);
143 str *_luri, str *_ruri, dlg_t **_d);
185 void free_dlg(dlg_t *_d);
186 typedef void (*free_dlg_f)(dlg_t *_d);
192 void print_dlg(FILE *out, dlg_t *_d);
193 typedef void (*print_dlg_f)(FILE *out, dlg_t *_d);
199 int calculate_routeset_length(dlg_t *_d);
206 char *print_routeset(char *buf, dlg_t *_d);
212 int w_calculate_hooks(dlg_t *_d);
[all …]
H A Ddlg.c295 int w_calculate_hooks(dlg_t *_d) in w_calculate_hooks()
304 str *_ruri, dlg_t **_d) in new_dlg_uac()
306 dlg_t *res; in new_dlg_uac()
326 res = (dlg_t *)shm_malloc(sizeof(dlg_t)); in new_dlg_uac()
333 memset(res, 0, sizeof(dlg_t)); in new_dlg_uac()
1015 dlg_t *res; in new_dlg_uas()
1027 res = (dlg_t *)shm_malloc(sizeof(dlg_t)); in new_dlg_uas()
1033 memset(res, 0, sizeof(dlg_t)); in new_dlg_uas()
1176 int calculate_routeset_length(dlg_t *_d) in calculate_routeset_length()
1254 void free_dlg(dlg_t *_d) in free_dlg()
[all …]
H A Drpc_uac.c448 dlg_t* d) in rpc_print_routes()
509 dlg_t* dlg; in rpc_print_uris()
510 dlg=shm_malloc(sizeof(dlg_t)); in rpc_print_uris()
515 memset(dlg, 0, sizeof(dlg_t)); in rpc_print_uris()
639 dlg_t dlg; in rpc_t_uac()
721 memset(&dlg, 0, sizeof(dlg_t)); in rpc_t_uac()
940 dlg_t dlg; in t_uac_send()
1002 memset(&dlg, 0, sizeof(dlg_t)); in t_uac_send()
H A Dt_msgbuilder.h84 char* build_uac_req(str* method, str* headers, str* body, dlg_t* dialog, int branch,
H A Duac.h48 dlg_t *dialog;
H A Dt_msgbuilder.c1330 static inline int print_cseq_num(str* _s, dlg_t* _d) in print_cseq_num()
1390 static inline char* print_request_uri(char* w, str* method, dlg_t* dialog, in print_request_uri()
1409 static inline char* print_to(char* w, dlg_t* dialog, struct cell* t, int bracket) in print_to()
1434 static inline char* print_from(char* w, dlg_t* dialog, struct cell* t, int bracket) in print_from()
1489 static inline char* print_callid(char* w, dlg_t* dialog, struct cell* t) in print_callid()
1504 char* build_uac_req(str* method, str* headers, str* body, dlg_t* dialog, in build_uac_req()
H A Duac.c151 static inline unsigned int dlg2hash( dlg_t* dlg ) in dlg2hash()
1041 dlg_t* dialog;
/dports/net/kamailio/kamailio-5.4.5/src/modules/dialog/
H A Ddlg_req_within.c60 int free_tm_dlg(dlg_t *td) in free_tm_dlg()
73 dlg_t * build_dlg_t(struct dlg_cell * cell, int dir){ in build_dlg_t()
75 dlg_t* td = NULL; in build_dlg_t()
102 sz = sizeof(dlg_t) + (nuri.len+duri.len+2)*sizeof(char); in build_dlg_t()
104 sz = sizeof(dlg_t); in build_dlg_t()
106 td = (dlg_t*)pkg_malloc(sz); in build_dlg_t()
135 p = (char*)td + sizeof(dlg_t); in build_dlg_t()
368 dlg_t* dialog_info; in send_bye()
444 dlg_t* di; in dlg_send_ka()
H A Ddlg_req_within.h50 dlg_t* build_dlg_t(struct dlg_cell * cell, int dir);
51 int free_tm_dlg(dlg_t *td);
H A Ddlg_transfer.c126 dlg_t* dialog_info = NULL; in dlg_refer_tm_callback()
178 dlg_t* dialog_info = NULL; in dlg_refer_callee()
/dports/net/kamailio/kamailio-5.4.5/src/modules/ims_dialog/
H A Ddlg_req_within.c48 int free_tm_dlg(dlg_t *td) { in free_tm_dlg()
57 dlg_t * build_dlg_t(struct dlg_cell * cell, int dir) { in build_dlg_t()
59 dlg_t* td = NULL; in build_dlg_t()
81 td = (dlg_t*) pkg_malloc(sizeof (dlg_t)); in build_dlg_t()
88 memset(td, 0, sizeof (dlg_t)); in build_dlg_t()
257 dlg_t* dialog_info; in send_bye()
H A Ddlg_req_within.h49 dlg_t* build_dlg_t(struct dlg_cell * cell, int dir);
50 int free_tm_dlg(dlg_t *td);
/dports/net/kamailio/kamailio-5.4.5/src/modules/sca/
H A Dsca_notify.c95 static dlg_t *sca_notify_dlg_for_subscription(sca_subscription *sub) in sca_notify_dlg_for_subscription()
97 dlg_t *dlg = NULL; in sca_notify_dlg_for_subscription()
99 dlg = (dlg_t *)pkg_malloc(sizeof(dlg_t)); in sca_notify_dlg_for_subscription()
105 memset(dlg, 0, sizeof(dlg_t)); in sca_notify_dlg_for_subscription()
276 dlg_t *dlg = NULL; in sca_notify_subscriber_internal()
/dports/net/kamailio/kamailio-5.4.5/src/modules/pua/
H A Dsend_subscribe.h58 dlg_t* pua_build_dlg_t(ua_pres_t* presentity);
H A Dsend_subscribe.c143 dlg_t* pua_build_dlg_t(ua_pres_t* presentity) in pua_build_dlg_t()
145 dlg_t* td =NULL; in pua_build_dlg_t()
148 size= sizeof(dlg_t)+ presentity->call_id.len+ presentity->to_tag.len+ in pua_build_dlg_t()
152 td = (dlg_t*)pkg_malloc(size); in pua_build_dlg_t()
159 size= sizeof(dlg_t); in pua_build_dlg_t()
216 static int pua_free_tm_dlg(dlg_t *td) in pua_free_tm_dlg()
959 dlg_t* td= NULL; in send_subscribe()
/dports/net/kamailio/kamailio-5.4.5/src/modules/rls/
H A Dnotify.c75 dlg_t* rls_notify_dlg(subs_t* subs);
758 void rls_free_td(dlg_t* td) in rls_free_td()
778 dlg_t* td= NULL; in rls_send_notify()
859 dlg_t* rls_notify_dlg(subs_t* subs) in rls_notify_dlg()
861 dlg_t* td=NULL; in rls_notify_dlg()
863 td= (dlg_t*)pkg_malloc(sizeof(dlg_t)); in rls_notify_dlg()
869 memset(td, 0, sizeof(dlg_t)); in rls_notify_dlg()
/dports/net/kamailio/kamailio-5.4.5/src/modules/presence/
H A Dnotify.h109 void PRINT_DLG(FILE *out, dlg_t *_d);
H A Dnotify.c1089 static int ps_free_tm_dlg(dlg_t *td) in ps_free_tm_dlg()
1104 dlg_t *ps_build_dlg_t(subs_t *subs) in ps_build_dlg_t()
1106 dlg_t *td = NULL; in ps_build_dlg_t()
1109 td = (dlg_t *)pkg_malloc(sizeof(dlg_t)); in ps_build_dlg_t()
1113 memset(td, 0, sizeof(dlg_t)); in ps_build_dlg_t()
1611 dlg_t *td = NULL; in send_notify_request()
/dports/net/kamailio/kamailio-5.4.5/src/modules/ims_registrar_scscf/
H A Dregistrar_notify.h157 dlg_t* build_dlg_t_from_notification(reg_notification* n);
H A Dregistrar_notify.c2038 static int free_tm_dlg(dlg_t * td) { in free_tm_dlg()
2057 dlg_t* td = NULL; in send_notification()
2385 dlg_t * build_dlg_t_from_notification(reg_notification * n) { in build_dlg_t_from_notification()
2386 dlg_t* td = NULL; in build_dlg_t_from_notification()
2387 td = (dlg_t*) pkg_malloc(sizeof (dlg_t)); in build_dlg_t_from_notification()
2391 memset(td, 0, sizeof (dlg_t)); in build_dlg_t_from_notification()
/dports/net/kamailio/kamailio-5.4.5/src/modules/mohqueue/
H A Dmohq_funcs.c154 dlg_t *form_dialog (call_lst *, struct to_body *);
462 dlg_t *pdlg = form_dialog (pcall, ptob); in close_call()
1220 dlg_t *form_dialog (call_lst *pcall, struct to_body *pto_body) in form_dialog()
1307 dlg_t *pdlg = (dlg_t *)pkg_malloc (sizeof (dlg_t)); in form_dialog()
1313 memset (pdlg, 0, sizeof (dlg_t)); in form_dialog()
1622 dlg_t *pdlg = form_dialog (pcall, ptob); in refer_call()
/dports/net/kamailio/kamailio-5.4.5/src/modules/uac/
H A Duac_send.c590 int uac_send_tmdlg(dlg_t *tmdlg, sip_msg_t *rpl) in uac_send_tmdlg()
603 memset(tmdlg, 0, sizeof(dlg_t)); in uac_send_tmdlg()
729 dlg_t tmdlg; in uac_send_tm_callback()
H A Duac_reg.c783 int uac_reg_tmdlg(dlg_t *tmdlg, sip_msg_t *rpl) in uac_reg_tmdlg()
796 memset(tmdlg, 0, sizeof(dlg_t)); in uac_reg_tmdlg()
833 dlg_t tmdlg; in uac_reg_tm_callback()
1067 dlg_t tmdlg; in uac_reg_update()
1152 memset(&tmdlg, 0, sizeof(dlg_t)); in uac_reg_update()
/dports/net/kamailio/kamailio-5.4.5/src/modules/rtp_media_server/
H A Drtp_media_server.c606 dlg_t *dialog = NULL; in rms_bridging_call()
645 dlg_t *dialog = NULL; in rms_hangup_call()
1016 dlg_t *dialog = NULL; in rms_sip_forward()
/dports/net/kamailio/kamailio-5.4.5/src/modules/seas/
H A Dseas_action.c78 static inline int calculate_hooks(dlg_t* _d);
923 dlg_t *my_dlg; in ac_uac_req()
1218 static inline int calculate_hooks(dlg_t* _d) in calculate_hooks()

12