Home
last modified time | relevance | path

Searched refs:dialog (Results 1 – 14 of 14) sorted by relevance

/illumos-gate/usr/src/lib/libsip/common/
H A Dsip_dialog.c99 _sip_dialog_t *dialog; member
107 sip_release_dialog_res(_sip_dialog_t *dialog) in sip_release_dialog_res() argument
113 if (dialog->sip_dlg_ref_cnt != 0) { in sip_release_dialog_res()
114 sip_write_to_log((void *)dialog, SIP_DIALOG_LOG | in sip_release_dialog_res()
117 assert(dialog->sip_dlg_ref_cnt == 0); in sip_release_dialog_res()
118 if (SIP_IS_TIMER_RUNNING(dialog->sip_dlg_timer)) in sip_release_dialog_res()
119 SIP_CANCEL_TIMER(dialog->sip_dlg_timer); in sip_release_dialog_res()
120 if (dialog->sip_dlg_call_id != NULL) in sip_release_dialog_res()
121 sip_free_header(dialog->sip_dlg_call_id); in sip_release_dialog_res()
122 if (dialog->sip_dlg_local_uri_tag != NULL) in sip_release_dialog_res()
[all …]
H A Dsip_dialog_ui.c42 sip_create_dialog_req(sip_method_t method, sip_dialog_t dialog, in sip_create_dialog_req() argument
51 if (!sip_manage_dialog || dialog == NULL || transport == NULL || in sip_create_dialog_req()
57 _dialog = (_sip_dialog_t *)dialog; in sip_create_dialog_req()
124 sip_create_dialog_req_nocontact(sip_method_t method, sip_dialog_t dialog, in sip_create_dialog_req_nocontact() argument
130 sip_msg = sip_create_dialog_req(method, dialog, transport, sent_by, in sip_create_dialog_req_nocontact()
146 sip_get_dialog_method(sip_dialog_t dialog, int *error) in sip_get_dialog_method() argument
157 if (dialog == NULL) { in sip_get_dialog_method()
162 _dialog = (_sip_dialog_t *)dialog; in sip_get_dialog_method()
170 sip_get_dialog_state(sip_dialog_t dialog, int *error) in sip_get_dialog_state() argument
181 if (dialog == NULL) { in sip_get_dialog_state()
[all …]
H A Dsip_dialog.h47 #define SIP_DLG_REFCNT_INCR(dialog) \ argument
48 (dialog)->sip_dlg_ref_cnt++;
50 #define SIP_DLG_REFCNT_DECR(dialog) { \ argument
51 (void) pthread_mutex_lock(&((dialog)->sip_dlg_mutex)); \
52 assert((dialog)->sip_dlg_ref_cnt > 0); \
53 (dialog)->sip_dlg_ref_cnt--; \
54 if ((dialog)->sip_dlg_ref_cnt == 0 && \
55 (dialog)->sip_dlg_state == SIP_DLG_DESTROYED) { \
56 (void) pthread_mutex_unlock(&((dialog)->sip_dlg_mutex)); \
57 sip_dialog_delete(dialog); \
[all …]
H A Dsip_itf.c258 sip_sendmsg(sip_conn_object_t obj, sip_msg_t sip_msg, sip_dialog_t dialog, in sip_sendmsg() argument
307 if (sip_msg_info->is_request && dialog == NULL) { in sip_sendmsg()
308 dialog = (sip_dialog_t)sip_seed_dialog(obj, sip_msg, in sip_sendmsg()
310 } else if (dialog != NULL && (!sip_msg_info->is_request || in sip_sendmsg()
312 (void) sip_update_dialog(dialog, _sip_msg); in sip_sendmsg()
313 } else if (dialog != NULL) { in sip_sendmsg()
318 (void) pthread_mutex_lock(&dialog->sip_dlg_mutex); in sip_sendmsg()
319 dialog->sip_dlg_msgcnt++; in sip_sendmsg()
320 sip_add_log(&dialog->sip_dlg_log[dialog->sip_dlg_state], in sip_sendmsg()
321 (sip_msg_t)sip_msg, dialog->sip_dlg_msgcnt, in sip_sendmsg()
[all …]
H A Dsip_logging.c314 _sip_dialog_t *dialog = (_sip_dialog_t *)obj; in sip_write_dlg_to_log() local
323 assert(dialog != NULL && sip_dialog_logfile != NULL); in sip_write_dlg_to_log()
328 sip_print_digest(dialog->sip_dlg_id, 8, sip_dialog_logfile); in sip_write_dlg_to_log()
331 sip_log = &dialog->sip_dlg_log[count]; in sip_write_dlg_to_log()
351 (dialog->sip_dlg_log[count]).sip_msgs = NULL; in sip_write_dlg_to_log()
H A Dsip.h701 extern int sip_get_dialog_type(sip_dialog_t dialog, int *);
/illumos-gate/usr/src/cmd/print/scripts/
H A Ddesktop-print-management-applet.desktop30 Comment=Show balloon dialog for printers
/illumos-gate/usr/src/lib/librstp/common/
H A DREADME31 of the dialog in files mngr.txt, B5055.txt and B5056.txt.
/illumos-gate/usr/src/lib/libcryptoutil/
H A DREADME205 also reads the PIN if the PKCS#11 URI specifies a passphrase dialog. The
/illumos-gate/usr/src/data/zoneinfo/
H A Dantarctica213 # I recently had a long dialog about this with the developer of timegenie.com.
/illumos-gate/usr/src/uts/common/smbsrv/ndl/
H A Dsrvsvc.ndl1400 * a security tab will be added to properties dialog box of files/folders.
/illumos-gate/usr/src/cmd/spell/
H A Dextra1201 dialog
/illumos-gate/usr/src/data/terminfo/
H A Dtermcap.src14584 # look good for screen editing. In the dialog area, you can't move the cursor
14585 # off the bottom line. Out of the dialog area, ^K moves it up, but there
14592 # 4112 in non-dialog area pretending to scroll. It really wraps
14611 tek4112-nd|4112 not in dialog area:\
14614 tek4112-5|4112 in 5 line dialog area:\
14621 tek4113|tektronix 4113 color graphics with 5 line dialog area:\
14627 tek4113-34|tektronix 4113 color graphics with 34 line dialog area:\
14633 tek4113-nd|tektronix 4113 color graphics with no dialog area:\
14668 # chokes on; and adds a lot of initialization for the tek dialog area.
15411 # and it is still not settable from the preferences dialog. This is
[all …]
H A Dterminfo.src16467 # look good for screen editing. In the dialog area, you can't move the cursor
16468 # off the bottom line. Out of the dialog area, ^K moves it up, but there
16475 # 4112 in non-dialog area pretending to scroll. It really wraps
16494 tek4112-nd|4112 not in dialog area,
16497 tek4112-5|4112 in 5 line dialog area,
16504 tek4113|tektronix 4113 color graphics with 5 line dialog area,
16510 tek4113-34|tektronix 4113 color graphics with 34 line dialog area,
16516 tek4113-nd|tektronix 4113 color graphics with no dialog area,
16560 # chokes on; and adds a lot of initialization for the tek dialog area.
17358 # and it is still not settable from the preferences dialog. This is
[all …]