Home
last modified time | relevance | path

Searched defs:dialog (Results 151 – 175 of 13358) sorted by relevance

12345678910>>...535

/dports/math/pspp/pspp-1.4.1/src/ui/gui/
H A Dval-labs-dialog.c159 PsppireValLabsDialog *dialog; in psppire_val_labs_dialog_run() local
190 PsppireValLabsDialog *dialog = data; in on_label_entry_change() local
215 PsppireValLabsDialog *dialog = data; in on_label_entry_activate() local
269 PsppireValLabsDialog *dialog = data; in on_value_entry_change() local
305 PsppireValLabsDialog *dialog = data; in on_value_entry_activate() local
351 PsppireValLabsDialog *dialog = data; in on_change() local
356 do_change (PsppireValLabsDialog *dialog) in do_change()
380 PsppireValLabsDialog *dialog = data; in on_add() local
406 PsppireValLabsDialog *dialog = data; in on_remove() local
431 PsppireValLabsDialog *dialog = data; in on_select_row() local
[all …]
/dports/print/xreader/xreader-3.2.2/shell/
H A Dev-annotation-properties-dialog.c61 EvAnnotationPropertiesDialog *dialog = EV_ANNOTATION_PROPERTIES_DIALOG (object); in G_DEFINE_TYPE() local
77 EvAnnotationPropertiesDialog *dialog = EV_ANNOTATION_PROPERTIES_DIALOG (object); in ev_annotation_properties_dialog_set_property() local
91 EvAnnotationPropertiesDialog *dialog = EV_ANNOTATION_PROPERTIES_DIALOG (object); in ev_annotation_properties_dialog_constructed() local
149 GtkDialog *dialog = GTK_DIALOG (annot_dialog); in ev_annotation_properties_dialog_init() local
282 EvAnnotationPropertiesDialog *dialog; in ev_annotation_properties_dialog_new_with_annotation() local
321 ev_annotation_properties_dialog_get_author (EvAnnotationPropertiesDialog *dialog) in ev_annotation_properties_dialog_get_author()
327 ev_annotation_properties_dialog_get_rgba (EvAnnotationPropertiesDialog *dialog, in ev_annotation_properties_dialog_get_rgba()
334 ev_annotation_properties_dialog_get_opacity (EvAnnotationPropertiesDialog *dialog) in ev_annotation_properties_dialog_get_opacity()
340 ev_annotation_properties_dialog_get_popup_is_open (EvAnnotationPropertiesDialog *dialog) in ev_annotation_properties_dialog_get_popup_is_open()
346 ev_annotation_properties_dialog_get_text_icon (EvAnnotationPropertiesDialog *dialog) in ev_annotation_properties_dialog_get_text_icon()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/dialogs/
H A DDeprecatedUIWizardsAuto.java81 WizardDialog dialog = new WizardDialog(getShell(), wizard); in exportWizard() local
109 WizardDialog dialog = new WizardDialog(getShell(), wizard); in importWizard() local
140 Dialog dialog = exportWizard(null); in testExportResources() local
163 Dialog dialog = importWizard(null); in testImportResources() local
190 WizardDialog dialog = new WizardDialog(getShell(), wizard); in testNewFile() local
225 WizardDialog dialog = new WizardDialog(getShell(), wizard); in testNewFile2() local
238 WizardDialog dialog = new WizardDialog(getShell(), wizard); in testNewFolder() local
252 WizardDialog dialog = new WizardDialog(getShell(), wizard); in testNewProjectPage1() local
275 WizardDialog dialog = new WizardDialog(getShell(), wizard); in testNewProjectPage2() local
314 WizardDialog dialog = new WizardDialog(getShell(), wizard); in testNewProject() local
[all …]
H A DDeprecatedUIWizards.java71 WizardDialog dialog = new WizardDialog(getShell(), wizard); in exportWizard() local
99 WizardDialog dialog = new WizardDialog(getShell(), wizard); in importWizard() local
115 Dialog dialog = exportWizard(null); in testExportResources() local
138 Dialog dialog = importWizard(null); in testImportResources() local
165 WizardDialog dialog = new WizardDialog(getShell(), wizard); in testNewFile() local
177 WizardDialog dialog = new WizardDialog(getShell(), wizard); in testNewFolder() local
191 WizardDialog dialog = new WizardDialog(getShell(), wizard); in testNewProjectPage1() local
214 WizardDialog dialog = new WizardDialog(getShell(), wizard); in testNewProjectPage2() local
252 WizardDialog dialog = new WizardDialog(getShell(), wizard); in testNewProject() local
286 WizardDialog dialog = new WizardDialog(getShell(), wizard); in testNewResource() local
H A DUIWizards.java71 WizardDialog dialog = new WizardDialog(getShell(), wizard); in exportWizard() local
99 WizardDialog dialog = new WizardDialog(getShell(), wizard); in importWizard() local
115 Dialog dialog = exportWizard(null); in testExportResources() local
138 Dialog dialog = importWizard(null); in testImportResources() local
165 WizardDialog dialog = new WizardDialog(getShell(), wizard); in testNewFile() local
178 WizardDialog dialog = new WizardDialog(getShell(), wizard); in testNewFolder() local
192 WizardDialog dialog = new WizardDialog(getShell(), wizard); in testNewProjectPage1() local
215 WizardDialog dialog = new WizardDialog(getShell(), wizard); in testNewProjectPage2() local
253 WizardDialog dialog = new WizardDialog(getShell(), wizard); in testNewProject() local
286 WizardDialog dialog = new WizardDialog(getShell(), wizard); in testNewResource() local
H A DTextMessageDialogsAuto.java63 Dialog dialog = null; in testCloseFileDeleted() local
78 Dialog dialog = getQuestionDialog(WorkbenchMessages.Error, in testErrorClosing() local
85 MessageDialog dialog = null; in testFileChanged() local
98 MessageDialog dialog = null; in testSaveFileDeleted() local
112 MessageDialog dialog = null; in testUpdateConflict() local
/dports/emulators/vice/vice-3.5/src/arch/gtk3/widgets/base/
H A Dbasedialogs.c56 static void on_response_info(GtkWidget *dialog, gint response_id, gpointer data) in on_response_info()
69 static void on_response_confirm(GtkDialog *dialog, gint response_id, gpointer data) in on_response_confirm()
87 static void on_response_integer(GtkDialog *dialog, gint response_id, gpointer data) in on_response_integer()
114 static void on_response_error(GtkWidget *dialog, gint response_id, gpointer data) in on_response_error()
129 static void on_dialog_destroy(GtkWidget *dialog, gpointer data) in on_dialog_destroy()
147 GtkWidget *dialog; in create_dialog() local
190 GtkWidget *dialog; in vice_gtk3_message_info() local
223 GtkWidget *dialog; in vice_gtk3_message_confirm() local
258 GtkWidget *dialog; in vice_gtk3_message_error() local
319 GtkWidget *dialog = data; in on_integer_key_press_event() local
[all …]
/dports/editors/ghex/ghex-3.41.1/src/
H A Dfindreplace.c121 setup_clipboard_keybindings (GtkWidget *dialog) in setup_clipboard_keybindings()
131 FindDialog *dialog; in create_find_dialog() local
249 AdvancedFindDialog *dialog; in create_advanced_find_dialog() local
383 void delete_advanced_find_dialog(AdvancedFindDialog *dialog) in delete_advanced_find_dialog()
393 ReplaceDialog *dialog; in create_replace_dialog() local
475 JumpDialog *dialog; in create_jump_dialog() local
550 static void find_cancel_cb(GtkWidget *w, FindDialog *dialog) in find_cancel_cb()
561 AdvancedFindDialog *dialog) in advanced_find_delete_event_cb()
573 static void find_next_cb(GtkButton *button, FindDialog *dialog) in find_next_cb()
607 static void find_prev_cb(GtkButton *button, FindDialog *dialog) in find_prev_cb()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/chromeos/login/ui/
H A Doobe_dialog_size_utils_unittest.cc31 void ValidateDialog(const gfx::Rect& area, const gfx::Rect& dialog) { in ValidateDialog()
76 gfx::Rect dialog; in TEST_F() local
87 gfx::Rect dialog; in TEST_F() local
98 gfx::Rect dialog; in TEST_F() local
110 gfx::Rect dialog; in TEST_F() local
122 gfx::Rect dialog; in TEST_F() local
136 gfx::Rect dialog; in TEST_F() local
147 gfx::Rect dialog; in TEST_F() local
/dports/net-im/pidgin-sipe/pidgin-sipe-1.24.0/src/core/
H A Dsipe-dialog.c38 void sipe_dialog_free(struct sip_dialog *dialog) in sipe_dialog_free()
76 struct sip_dialog *dialog = g_new0(struct sip_dialog, 1); in sipe_dialog_add() local
124 struct sip_dialog *dialog = sipe_dialog_find(session, who); in sipe_dialog_remove() local
136 struct sip_dialog *dialog = sipe_dialog_find_3(session, dialog_in); in sipe_dialog_remove_3() local
149 struct sip_dialog *dialog = entry->data; in sipe_dialog_remove_all() local
155 static void sipe_dialog_parse_routes(struct sip_dialog *dialog, in sipe_dialog_parse_routes()
213 struct sip_dialog *dialog, in sipe_get_supported_header()
241 void sipe_dialog_parse(struct sip_dialog *dialog, in sipe_dialog_parse()
/dports/net/vinagre/vinagre-3.22.0/vinagre/
H A Dvinagre-reverse-vnc-listener-dialog.c52 GtkWidget *dialog; member
62 setup_ip_buffer (VncListenDialog *dialog) in setup_ip_buffer()
135 VncListenDialog *dialog) in dialog_destroy()
145 VncListenDialog *dialog) in dialog_response_handler()
161 update_ui_sensitivity (VncListenDialog *dialog) in update_ui_sensitivity()
186 enable_reverse_toggled_cb (GtkToggleButton *button, VncListenDialog *dialog) in enable_reverse_toggled_cb()
201 always_enabled_toggled_cb (GtkToggleButton *button, VncListenDialog *dialog) in always_enabled_toggled_cb()
211 VncListenDialog *dialog; in vinagre_reverse_vnc_listener_dialog_show() local
/dports/mail/evolution/evolution-3.42.1/src/e-util/
H A De-html-editor-link-dialog.c50 html_editor_link_dialog_url_changed (EHTMLEditorLinkDialog *dialog) in html_editor_link_dialog_url_changed()
64 html_editor_link_dialog_description_changed (EHTMLEditorLinkDialog *dialog) in html_editor_link_dialog_description_changed()
75 html_editor_link_dialog_remove_link (EHTMLEditorLinkDialog *dialog) in html_editor_link_dialog_remove_link()
89 html_editor_link_dialog_ok (EHTMLEditorLinkDialog *dialog) in html_editor_link_dialog_ok()
106 html_editor_link_dialog_entry_key_pressed (EHTMLEditorLinkDialog *dialog, in html_editor_link_dialog_entry_key_pressed()
123 EHTMLEditorLinkDialog *dialog; in html_editor_link_dialog_hide() local
140 EHTMLEditorLinkDialog *dialog; in html_editor_link_dialog_show() local
189 e_html_editor_link_dialog_init (EHTMLEditorLinkDialog *dialog) in e_html_editor_link_dialog_init()
H A De-categories-dialog.c45 ECategoriesDialog *dialog) in entry_changed_cb()
58 e_categories_dialog_init (ECategoriesDialog *dialog) in e_categories_dialog_init()
102 ECategoriesDialog *dialog; in e_categories_dialog_new() local
123 e_categories_dialog_get_categories (ECategoriesDialog *dialog) in e_categories_dialog_get_categories()
143 e_categories_dialog_set_categories (ECategoriesDialog *dialog, in e_categories_dialog_set_categories()
/dports/graphics/atril/atril-1.26.0/shell/
H A Dev-annotation-properties-dialog.c58 EvAnnotationPropertiesDialog *dialog = EV_ANNOTATION_PROPERTIES_DIALOG (object); in G_DEFINE_TYPE() local
74 EvAnnotationPropertiesDialog *dialog = EV_ANNOTATION_PROPERTIES_DIALOG (object); in ev_annotation_properties_dialog_set_property() local
88 EvAnnotationPropertiesDialog *dialog = EV_ANNOTATION_PROPERTIES_DIALOG (object); in ev_annotation_properties_dialog_constructed() local
128 GtkDialog *dialog = GTK_DIALOG (annot_dialog); in ev_annotation_properties_dialog_init() local
252 EvAnnotationPropertiesDialog *dialog; in ev_annotation_properties_dialog_new_with_annotation() local
286 ev_annotation_properties_dialog_get_author (EvAnnotationPropertiesDialog *dialog) in ev_annotation_properties_dialog_get_author()
292 ev_annotation_properties_dialog_get_rgba (EvAnnotationPropertiesDialog *dialog, in ev_annotation_properties_dialog_get_rgba()
299 ev_annotation_properties_dialog_get_opacity (EvAnnotationPropertiesDialog *dialog) in ev_annotation_properties_dialog_get_opacity()
305 ev_annotation_properties_dialog_get_popup_is_open (EvAnnotationPropertiesDialog *dialog) in ev_annotation_properties_dialog_get_popup_is_open()
311 ev_annotation_properties_dialog_get_text_icon (EvAnnotationPropertiesDialog *dialog) in ev_annotation_properties_dialog_get_text_icon()
/dports/graphics/atril-lite/atril-1.26.0/shell/
H A Dev-annotation-properties-dialog.c58 EvAnnotationPropertiesDialog *dialog = EV_ANNOTATION_PROPERTIES_DIALOG (object); in G_DEFINE_TYPE() local
74 EvAnnotationPropertiesDialog *dialog = EV_ANNOTATION_PROPERTIES_DIALOG (object); in ev_annotation_properties_dialog_set_property() local
88 EvAnnotationPropertiesDialog *dialog = EV_ANNOTATION_PROPERTIES_DIALOG (object); in ev_annotation_properties_dialog_constructed() local
128 GtkDialog *dialog = GTK_DIALOG (annot_dialog); in ev_annotation_properties_dialog_init() local
252 EvAnnotationPropertiesDialog *dialog; in ev_annotation_properties_dialog_new_with_annotation() local
286 ev_annotation_properties_dialog_get_author (EvAnnotationPropertiesDialog *dialog) in ev_annotation_properties_dialog_get_author()
292 ev_annotation_properties_dialog_get_rgba (EvAnnotationPropertiesDialog *dialog, in ev_annotation_properties_dialog_get_rgba()
299 ev_annotation_properties_dialog_get_opacity (EvAnnotationPropertiesDialog *dialog) in ev_annotation_properties_dialog_get_opacity()
305 ev_annotation_properties_dialog_get_popup_is_open (EvAnnotationPropertiesDialog *dialog) in ev_annotation_properties_dialog_get_popup_is_open()
311 ev_annotation_properties_dialog_get_text_icon (EvAnnotationPropertiesDialog *dialog) in ev_annotation_properties_dialog_get_text_icon()
/dports/security/gpa/gpa-0.10.0/src/
H A Dkeyeditdlg.c70 GpaKeyEditDialog *dialog = GPA_KEY_EDIT_DIALOG (object); in gpa_key_edit_dialog_get_property() local
93 GpaKeyEditDialog *dialog = GPA_KEY_EDIT_DIALOG (object); in gpa_key_edit_dialog_set_property() local
114 GpaKeyEditDialog *dialog = GPA_KEY_EDIT_DIALOG (object); in gpa_key_edit_dialog_finalize() local
130 GpaKeyEditDialog *dialog; in gpa_key_edit_dialog_constructor() local
199 gpa_key_edit_dialog_init (GpaKeyEditDialog *dialog) in gpa_key_edit_dialog_init()
279 GpaKeyEditDialog *dialog = GPA_KEY_EDIT_DIALOG (data); in gpa_key_edit_dialog_new_expiration() local
299 GpaKeyEditDialog *dialog = GPA_KEY_EDIT_DIALOG (data); in gpa_key_edit_dialog_changed_wot_cb() local
306 gpa_key_edit_change_expiry(GtkWidget * widget, GpaKeyEditDialog *dialog) in gpa_key_edit_change_expiry()
325 gpa_key_edit_change_passphrase (GtkWidget *widget, GpaKeyEditDialog *dialog) in gpa_key_edit_change_passphrase()
346 GpaKeyEditDialog *dialog; in gpa_key_edit_dialog_new() local
H A Dselectkeydlg.c72 SelectKeyDlg *dialog = user_data; in keylist_selection_changed_cb() local
93 SelectKeyDlg *dialog = SELECT_KEY_DLG (object); in select_key_dlg_get_property() local
121 SelectKeyDlg *dialog = SELECT_KEY_DLG (object); in select_key_dlg_set_property() local
148 SelectKeyDlg *dialog = SELECT_KEY_DLG (object); in select_key_dlg_finalize() local
160 select_key_dlg_init (SelectKeyDlg *dialog) in select_key_dlg_init()
170 SelectKeyDlg *dialog; in select_key_dlg_constructor() local
309 SelectKeyDlg *dialog; in select_key_dlg_new() local
326 SelectKeyDlg *dialog; in select_key_dlg_new_with_keys() local
342 select_key_dlg_get_key (SelectKeyDlg *dialog) in select_key_dlg_get_key()
358 select_key_dlg_get_keys (SelectKeyDlg *dialog) in select_key_dlg_get_keys()
H A Dsettingsdlg.c202 SettingsDlg *dialog = user_data; in show_advanced_options_toggled() local
251 key_selected_cb (SettingsDlg *dialog) in key_selected_cb()
268 check_default_key (SettingsDlg *dialog) in check_default_key()
308 default_key_frame (SettingsDlg *dialog) in default_key_frame()
482 akl_addr_changed_cb (SettingsDlg *dialog) in akl_addr_changed_cb()
510 check_akl (SettingsDlg *dialog) in check_akl()
526 parse_akl (SettingsDlg *dialog) in parse_akl()
720 load_settings (SettingsDlg *dialog) in load_settings()
760 save_settings (SettingsDlg *dialog) in save_settings()
910 settings_dlg_init (SettingsDlg *dialog) in settings_dlg_init()
[all …]
/dports/x11-wm/mutter/mutter-41.1/src/core/
H A Dmeta-close-dialog.c68 meta_close_dialog_show (MetaCloseDialog *dialog) in meta_close_dialog_show()
86 meta_close_dialog_hide (MetaCloseDialog *dialog) in meta_close_dialog_hide()
106 meta_close_dialog_response (MetaCloseDialog *dialog, in meta_close_dialog_response()
122 meta_close_dialog_is_visible (MetaCloseDialog *dialog) in meta_close_dialog_is_visible()
135 meta_close_dialog_focus (MetaCloseDialog *dialog) in meta_close_dialog_focus()
/dports/www/gtkhtml4/gtkhtml-4.10.0/components/editor/
H A Dgtkhtml-spell-dialog.c86 spell_dialog_update_buttons (GtkhtmlSpellDialog *dialog) in spell_dialog_update_buttons()
123 spell_dialog_update_tree_view (GtkhtmlSpellDialog *dialog) in spell_dialog_update_tree_view()
166 spell_dialog_add_word_cb (GtkhtmlSpellDialog *dialog) in spell_dialog_add_word_cb()
181 spell_dialog_ignore_cb (GtkhtmlSpellDialog *dialog) in spell_dialog_ignore_cb()
212 spell_dialog_replace_cb (GtkhtmlSpellDialog *dialog) in spell_dialog_replace_cb()
225 spell_dialog_replace_all_cb (GtkhtmlSpellDialog *dialog) in spell_dialog_replace_all_cb()
411 spell_dialog_init (GtkhtmlSpellDialog *dialog) in spell_dialog_init()
662 gtkhtml_spell_dialog_close (GtkhtmlSpellDialog *dialog) in gtkhtml_spell_dialog_close()
670 gtkhtml_spell_dialog_get_word (GtkhtmlSpellDialog *dialog) in gtkhtml_spell_dialog_get_word()
678 gtkhtml_spell_dialog_set_word (GtkhtmlSpellDialog *dialog, in gtkhtml_spell_dialog_set_word()
[all …]
/dports/x11-toolkits/gtk30/gtk+-3.24.31/gtk/
H A Dgtkprintunixdialog.c579 set_busy_cursor (GtkPrintUnixDialog *dialog, in set_busy_cursor()
618 GtkWidget *dialog = NULL; in error_dialogs() local
1020 GtkPrintUnixDialog *dialog) in printer_added_cb()
1486 setup_print_at (GtkPrintUnixDialog *dialog) in setup_print_at()
1714 set_paper_size (GtkPrintUnixDialog *dialog, in set_paper_size()
1884 mark_conflicts (GtkPrintUnixDialog *dialog) in mark_conflicts()
1918 GtkPrintUnixDialog *dialog = data; in mark_conflicts_callback() local
2257 GtkPrintUnixDialog *dialog) in draw_collate_cb()
2329 GtkPrintUnixDialog *dialog) in update_page_range_entry_sensitivity()
2344 GtkPrintUnixDialog *dialog) in update_print_at_entry_sensitivity()
[all …]
/dports/audio/rhythmbox/rhythmbox-3.4.4/podcast/
H A Drb-podcast-add-dialog.c133 remove_all_feeds (RBPodcastAddDialog *dialog) in remove_all_feeds()
265 update_feed_status (RBPodcastAddDialog *dialog) in update_feed_status()
282 RBPodcastAddDialog *dialog; member
484 subscribe_selected_feed (RBPodcastAddDialog *dialog) in subscribe_selected_feed()
524 close_clicked_cb (GtkButton *button, RBPodcastAddDialog *dialog) in close_clicked_cb()
646 impl_close (RBPodcastAddDialog *dialog) in impl_close()
681 RBPodcastAddDialog *dialog; in impl_constructed() local
846 RBPodcastAddDialog *dialog = RB_PODCAST_ADD_DIALOG (object); in impl_dispose() local
863 RBPodcastAddDialog *dialog = RB_PODCAST_ADD_DIALOG (object); in impl_set_property() local
881 RBPodcastAddDialog *dialog = RB_PODCAST_ADD_DIALOG (object); in impl_get_property() local
[all …]
/dports/x11-toolkits/gtk20/gtk+-2.24.33/gtk/
H A Dgtkprintunixdialog.c272 is_default_printer (GtkPrintUnixDialog *dialog, in is_default_printer()
383 set_busy_cursor (GtkPrintUnixDialog *dialog, in set_busy_cursor()
437 GtkWidget *dialog = NULL; in error_dialogs() local
814 GtkPrintUnixDialog *dialog) in printer_added_cb()
1156 setup_option (GtkPrintUnixDialog *dialog, in setup_option()
1283 setup_print_at (GtkPrintUnixDialog *dialog) in setup_print_at()
1499 set_paper_size (GtkPrintUnixDialog *dialog, in set_paper_size()
1668 mark_conflicts (GtkPrintUnixDialog *dialog) in mark_conflicts()
1702 GtkPrintUnixDialog *dialog = data; in mark_conflicts_callback() local
1981 GtkPrintUnixDialog *dialog) in draw_collate_cb()
[all …]
/dports/x11-wm/xfce4-panel/xfce4-panel-4.16.3/panel/
H A Dpanel-preferences-dialog.c181 panel_preferences_dialog_init (PanelPreferencesDialog *dialog) in panel_preferences_dialog_init()
338 PanelPreferencesDialog *dialog = PANEL_PREFERENCES_DIALOG (object); in panel_preferences_dialog_finalize() local
383 PanelPreferencesDialog *dialog) in panel_preferences_dialog_response()
432 panel_preferences_dialog_bindings_add (PanelPreferencesDialog *dialog, in panel_preferences_dialog_bindings_add()
633 PanelPreferencesDialog *dialog) in panel_preferences_dialog_output_changed()
925 PanelPreferencesDialog *dialog) in panel_preferences_dialog_panel_add()
949 PanelPreferencesDialog *dialog) in panel_preferences_dialog_panel_remove()
1218 PanelPreferencesDialog *dialog) in panel_preferences_dialog_item_move()
1304 PanelPreferencesDialog *dialog) in panel_preferences_dialog_item_remove()
1345 PanelPreferencesDialog *dialog) in panel_preferences_dialog_item_add()
[all …]
/dports/net/belle-sip/belle-sip-1.6.3-0/src/
H A Ddialog.c197 static int belle_sip_dialog_on_expired(belle_sip_dialog_t *dialog){ in belle_sip_dialog_on_expired()
204 int belle_sip_dialog_expired(const belle_sip_dialog_t *dialog){ in belle_sip_dialog_expired()
332 static int dialog_on_200Ok_timer(belle_sip_dialog_t *dialog){ in dialog_on_200Ok_timer()
342 static int dialog_on_200Ok_end(belle_sip_dialog_t *dialog){ in dialog_on_200Ok_end()
905 void *belle_sip_dialog_get_application_data(const belle_sip_dialog_t *dialog){ in belle_sip_dialog_get_application_data()
933 const char *belle_sip_dialog_get_local_tag(const belle_sip_dialog_t *dialog){ in belle_sip_dialog_get_local_tag()
956 int belle_sip_dialog_is_server(const belle_sip_dialog_t *dialog){ in belle_sip_dialog_is_server()
960 int belle_sip_dialog_is_secure(const belle_sip_dialog_t *dialog){ in belle_sip_dialog_is_secure()
1061 int belle_sip_dialog_request_pending(const belle_sip_dialog_t *dialog){ in belle_sip_dialog_request_pending()
1106 static void _belle_sip_dialog_process_queue(belle_sip_dialog_t* dialog){ in _belle_sip_dialog_process_queue()
[all …]

12345678910>>...535