Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libsip/common/
H A Dsip_dialog.c101 _sip_dialog_t *dialog; member
109 sip_release_dialog_res(_sip_dialog_t *dialog) in sip_release_dialog_res() argument
115 if (dialog->sip_dlg_ref_cnt != 0) { in sip_release_dialog_res()
116 sip_write_to_log((void *)dialog, SIP_DIALOG_LOG | in sip_release_dialog_res()
119 assert(dialog->sip_dlg_ref_cnt == 0); in sip_release_dialog_res()
120 if (SIP_IS_TIMER_RUNNING(dialog->sip_dlg_timer)) in sip_release_dialog_res()
121 SIP_CANCEL_TIMER(dialog->sip_dlg_timer); in sip_release_dialog_res()
122 if (dialog->sip_dlg_call_id != NULL) in sip_release_dialog_res()
123 sip_free_header(dialog->sip_dlg_call_id); in sip_release_dialog_res()
124 if (dialog->sip_dlg_local_uri_tag != NULL) in sip_release_dialog_res()
[all …]
H A Dsip_dialog_ui.c44 sip_create_dialog_req(sip_method_t method, sip_dialog_t dialog, in sip_create_dialog_req() argument
53 if (!sip_manage_dialog || dialog == NULL || transport == NULL || in sip_create_dialog_req()
59 _dialog = (_sip_dialog_t *)dialog; in sip_create_dialog_req()
126 sip_create_dialog_req_nocontact(sip_method_t method, sip_dialog_t dialog, in sip_create_dialog_req_nocontact() argument
132 sip_msg = sip_create_dialog_req(method, dialog, transport, sent_by, in sip_create_dialog_req_nocontact()
148 sip_get_dialog_method(sip_dialog_t dialog, int *error) in sip_get_dialog_method() argument
159 if (dialog == NULL) { in sip_get_dialog_method()
164 _dialog = (_sip_dialog_t *)dialog; in sip_get_dialog_method()
172 sip_get_dialog_state(sip_dialog_t dialog, int *error) in sip_get_dialog_state() argument
183 if (dialog == NULL) { in sip_get_dialog_state()
[all …]
H A Dsip_dialog.h49 #define SIP_DLG_REFCNT_INCR(dialog) \ argument
50 (dialog)->sip_dlg_ref_cnt++;
52 #define SIP_DLG_REFCNT_DECR(dialog) { \ argument
53 (void) pthread_mutex_lock(&((dialog)->sip_dlg_mutex)); \
54 assert((dialog)->sip_dlg_ref_cnt > 0); \
55 (dialog)->sip_dlg_ref_cnt--; \
56 if ((dialog)->sip_dlg_ref_cnt == 0 && \
57 (dialog)->sip_dlg_state == SIP_DLG_DESTROYED) { \
58 (void) pthread_mutex_unlock(&((dialog)->sip_dlg_mutex)); \
59 sip_dialog_delete(dialog); \
[all …]
H A Dsip_itf.c260 sip_sendmsg(sip_conn_object_t obj, sip_msg_t sip_msg, sip_dialog_t dialog, in sip_sendmsg() argument
309 if (sip_msg_info->is_request && dialog == NULL) { in sip_sendmsg()
310 dialog = (sip_dialog_t)sip_seed_dialog(obj, sip_msg, in sip_sendmsg()
312 } else if (dialog != NULL && (!sip_msg_info->is_request || in sip_sendmsg()
314 (void) sip_update_dialog(dialog, _sip_msg); in sip_sendmsg()
315 } else if (dialog != NULL) { in sip_sendmsg()
320 (void) pthread_mutex_lock(&dialog->sip_dlg_mutex); in sip_sendmsg()
321 dialog->sip_dlg_msgcnt++; in sip_sendmsg()
322 sip_add_log(&dialog->sip_dlg_log[dialog->sip_dlg_state], in sip_sendmsg()
323 (sip_msg_t)sip_msg, dialog->sip_dlg_msgcnt, in sip_sendmsg()
[all …]
H A Dsip_logging.c316 _sip_dialog_t *dialog = (_sip_dialog_t *)obj; in sip_write_dlg_to_log() local
325 assert(dialog != NULL && sip_dialog_logfile != NULL); in sip_write_dlg_to_log()
330 sip_print_digest(dialog->sip_dlg_id, 8, sip_dialog_logfile); in sip_write_dlg_to_log()
333 sip_log = &dialog->sip_dlg_log[count]; in sip_write_dlg_to_log()
353 (dialog->sip_dlg_log[count]).sip_msgs = NULL; in sip_write_dlg_to_log()
H A Dsip.h703 extern int sip_get_dialog_type(sip_dialog_t dialog, int *);
/titanic_44/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/shadow/java/awt/
H A DDialogShadow.java104 Dialog dialog = (Dialog)body; in getOnDialogBody() local
108 return new Boolean(dialog.isModal()); in getOnDialogBody()
112 return (new Boolean(dialog.isResizable())); in getOnDialogBody()
114 return (dialog.getTitle()); in getOnDialogBody()
143 Dialog dialog = (Dialog)body; in setOnDialogBody() local
148 dialog.setResizable(((Boolean)value).booleanValue()); in setOnDialogBody()
150 dialog.setTitle((String)value); in setOnDialogBody()
198 Dialog dialog = new RootDialog(dialogFrame, title, modal); in createBody() local
199 body = dialog; in createBody()
H A DWindowShadow.java432 private Point getDialogLocation(Dialog dialog) { in getDialogLocation() argument
433 Frame frame = (Frame)dialog.getParent(); in getDialogLocation()
436 Dimension dsize = dialog.preferredSize(); in getDialogLocation()
/titanic_44/usr/src/cmd/print/scripts/
H A Ddesktop-print-management-applet.desktop30 Comment=Show balloon dialog for printers
/titanic_44/usr/src/lib/librstp/common/
H A DREADME31 of the dialog in files mngr.txt, B5055.txt and B5056.txt.
/titanic_44/usr/src/cmd/ssh/doc/
H A DINSTALL96 --enable-gnome-askpass will build the GNOME passphrase dialog. You
H A DChangeLog2264 - Only display public key comment when presenting ssh-askpass dialog
/titanic_44/usr/src/lib/libcryptoutil/
H A DREADME205 also reads the PIN if the PKCS#11 URI specifies a passphrase dialog. The
/titanic_44/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/
H A Dhelp-l10n-comments.txt26 each relating to a specific dialog, message, procedure, or
/titanic_44/usr/src/data/zoneinfo/
H A Dantarctica213 # I recently had a long dialog about this with the developer of timegenie.com.
/titanic_44/usr/src/uts/common/smbsrv/ndl/
H A Dsrvsvc.ndl1398 * a security tab will be added to properties dialog box of files/folders.
/titanic_44/usr/src/cmd/spell/
H A Dextra1201 dialog
/titanic_44/usr/src/cmd/krb5/kadmin/gui/
H A DKdcGui.java94 private Dialog dialog; field in KdcGui
/titanic_44/usr/src/cmd/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.src16465 # look good for screen editing. In the dialog area, you can't move the cursor
16466 # off the bottom line. Out of the dialog area, ^K moves it up, but there
16473 # 4112 in non-dialog area pretending to scroll. It really wraps
16492 tek4112-nd|4112 not in dialog area,
16495 tek4112-5|4112 in 5 line dialog area,
16502 tek4113|tektronix 4113 color graphics with 5 line dialog area,
16508 tek4113-34|tektronix 4113 color graphics with 34 line dialog area,
16514 tek4113-nd|tektronix 4113 color graphics with no dialog area,
16558 # chokes on; and adds a lot of initialization for the tek dialog area.
17356 # and it is still not settable from the preferences dialog. This is
[all …]