Home
last modified time | relevance | path

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

12345678910>>...40

/dports/www/netsurf/netsurf-3.10/desktop/
H A Dtreeview.h159 nserror treeview_init(void);
167 nserror treeview_fini(void);
190 nserror treeview_create(treeview **tree,
207 nserror treeview_cw_attach(treeview *tree,
218 nserror treeview_cw_detach(treeview *tree);
229 nserror treeview_destroy(treeview *tree);
269 nserror treeview_create_node_folder(treeview *tree,
294 nserror treeview_create_node_entry(treeview *tree,
314 nserror treeview_update_node_folder(treeview *tree,
331 nserror treeview_update_node_entry(treeview *tree,
[all …]
H A Dhotlist.h50 nserror hotlist_init(
65 nserror hotlist_manager_init(struct core_window_callback_table *cw_t,
78 nserror hotlist_manager_fini(void);
89 nserror hotlist_fini(void);
97 nserror hotlist_add_url(struct nsurl *url);
140 nserror hotlist_add_folder(const char *title, bool at_y, int y);
149 nserror hotlist_export(const char *path, const char *title);
177 typedef nserror (*hotlist_folder_leave_cb)(void *ctx);
194 nserror hotlist_iterate(void *ctx,
254 nserror hotlist_expand(bool only_folders);
[all …]
H A Dpage-info.h46 nserror page_info_init(void);
53 nserror page_info_fini(void);
68 nserror page_info_create(
79 nserror page_info_destroy(struct page_info *pi);
88 nserror page_info_set(struct page_info *pgi, struct browser_window *bw);
103 nserror page_info_redraw(
120 nserror page_info_mouse_action(
146 nserror page_info_get_size(
H A Dlocal_history.h50 nserror local_history_init(struct core_window_callback_table *cw_t,
65 nserror local_history_fini(struct local_history_session *session);
80 nserror local_history_redraw(struct local_history_session *session, int x, int y, struct rect *clip…
95 nserror local_history_mouse_action(struct local_history_session *session, enum browser_mouse_state …
115 nserror local_history_set(struct local_history_session *session, struct browser_window *bw);
126 nserror local_history_get_size(struct local_history_session *session, int *width, int *height);
141 nserror local_history_get_url(struct local_history_session *session, int x, int y, struct nsurl **u…
148 nserror local_history_scroll_to_cursor(struct local_history_session *session);
H A Dhotlist.c252 nserror err; in hotlist_create_treeview_field_data()
299 nserror err; in hotlist_entry_insert()
349 nserror err; in hotlist_create_entry()
407 nserror err; in hotlist_add_entry_internal()
448 nserror err; in hotlist_add_folder_internal()
651 nserror err; in hotlist_load_entry()
747 nserror err; in hotlist_load_directory_cb()
861 nserror err; in hotlist_load()
965 nserror err; in hotlist_generate()
1024 nserror ret; in hotlist_export_enter_cb()
[all …]
H A Dgui_factory.c65 static nserror gui_default_window_save_link(struct gui_window *g, in gui_default_window_save_link()
323 static nserror verify_utf8_register(struct gui_utf8_table *gut) in verify_utf8_register()
396 static nserror
505 static nserror verify_file_register(struct gui_file_table *gft) in verify_file_register()
635 static nserror gui_default_launch_url(struct nsurl *url) in gui_default_launch_url()
641 static nserror gui_default_401login_open( in gui_default_401login_open()
644 nserror (*cb)(nsurl *url, const char * realm, in gui_default_401login_open()
660 static nserror
667 static nserror verify_misc_register(struct gui_misc_table *gmt) in verify_misc_register()
700 nserror netsurf_register(struct netsurf_table *gt) in netsurf_register()
[all …]
/dports/www/netsurf/netsurf-3.10/frontends/gtk/
H A Dtoolbar.h35 nserror nsgtk_toolbar_create(GtkBuilder *builder,
48 nserror nsgtk_toolbar_update(struct nsgtk_toolbar *tb);
57 nserror nsgtk_toolbar_restyle(struct nsgtk_toolbar *tb);
67 nserror nsgtk_toolbar_throbber(struct nsgtk_toolbar *tb, bool active);
76 nserror nsgtk_toolbar_page_info_change(struct nsgtk_toolbar *tb);
86 nserror nsgtk_toolbar_set_url(struct nsgtk_toolbar *tb, nsurl *url);
96 nserror nsgtk_toolbar_set_websearch_image(struct nsgtk_toolbar *tb, GdkPixbuf *pixbuf);
109 nserror nsgtk_toolbar_item_activate(struct nsgtk_toolbar *tb, nsgtk_toolbar_button itemid);
118 nserror nsgtk_toolbar_show(struct nsgtk_toolbar *tb, bool show);
126 nserror nsgtk_toolbar_position_page_info(struct nsgtk_toolbar *tb,
[all …]
H A Dtabs.h34 nserror nsgtk_notebook_create(GtkBuilder *builder, GtkNotebook **notebook_out);
44 nserror nsgtk_tab_add_page(GtkNotebook *notebook, GtkWidget *tab_contents, bool background, const c…
58 nserror nsgtk_tab_set_title(GtkWidget *page, const char *title);
69 nserror nsgtk_tab_set_icon(GtkWidget *page, GdkPixbuf *pixbuf);
72 nserror nsgtk_tab_close_current(GtkNotebook *notebook);
73 nserror nsgtk_tab_prev(GtkNotebook *notebook);
74 nserror nsgtk_tab_next(GtkNotebook *notebook);
H A Dwindow.h50 nserror nsgtk_window_update_all(void);
55 nserror nsgtk_window_toolbar_update(void);
60 nserror nsgtk_window_toolbar_show(struct nsgtk_scaffolding *gs, bool show);
82 nserror nsgtk_window_search_toggle(struct gui_window *gw);
98 nserror nsgtk_window_item_activate(struct gui_window *gw, nsgtk_toolbar_button itemid);
106 nserror nsgtk_window_position_page_info(struct gui_window *gw,
114 nserror nsgtk_window_position_local_history(struct gui_window *gw);
/dports/www/netsurf/netsurf-3.10/include/netsurf/
H A Dplotters.h111 nserror (*clip)(
131 nserror (*arc)(
152 nserror (*disc)(
170 nserror (*line)(
188 nserror (*rectangle)(
207 nserror (*polygon)(
226 nserror (*path)(
257 nserror (*bitmap)(
278 nserror (*text)(
307 nserror (*group_end)(
[all …]
H A Dbrowser_window.h181 nserror browser_window_create(enum browser_window_create_flags flags,
203 nserror browser_window_navigate(struct browser_window *bw,
245 nserror browser_window_get_url(
328 nserror browser_window_reload(struct browser_window *bw, bool all);
392 nserror browser_window_get_features(struct browser_window *bw,
442 nserror browser_window_refresh_url_bar(struct browser_window *bw);
495 nserror browser_window_schedule_reformat(struct browser_window *bw);
683 nserror browser_window_get_scrollbar_type(struct browser_window *bw,
758 nserror browser_window_console_log(struct browser_window *bw,
808 nserror browser_window_show_cookies(
[all …]
/dports/www/netsurf/netsurf-3.10/utils/
H A Dfile.h68 nserror (*mkpath)(char **str, size_t *size, size_t nemb, va_list ap);
84 nserror (*basename)(const char *path, char **str, size_t *size);
95 nserror (*nsurl_to_path)(struct nsurl *url, char **path);
108 nserror (*path_to_nsurl)(const char *path, struct nsurl **url);
116 nserror (*mkdir_all)(const char *fname);
141 nserror netsurf_mkpath(char **str, size_t *size, size_t nelm, ...);
152 nserror netsurf_nsurl_to_path(struct nsurl *url, char **path_out);
165 nserror netsurf_path_to_nsurl(const char *path, struct nsurl **url);
173 nserror netsurf_mkdir_all(const char *fname);
184 nserror netsurf_recursive_rm(const char *path);
H A Dnsurl.h73 nserror nsurl_create(const char * const url_s, nsurl **url);
131 nserror nsurl_get(const nsurl *url, nsurl_component parts,
235 nserror nsurl_get_utf8(const nsurl *url, char **url_s, size_t *url_l);
285 nserror nsurl_join(const nsurl *base, const char *rel, nsurl **joined);
300 nserror nsurl_defragment(const nsurl *url, nsurl **no_frag);
318 nserror nsurl_refragment(const nsurl *url, lwc_string *frag, nsurl **new_url);
339 nserror nsurl_replace_query(const nsurl *url, const char *query,
358 nserror nsurl_replace_scheme(const nsurl *url, lwc_string *scheme,
372 nserror nsurl_nice(const nsurl *url, char **result, bool remove_extensions);
389 nserror nsurl_parent(const nsurl *url, nsurl **new_url);
H A Dfile.c116 static nserror posix_nsurl_to_path(struct nsurl *url, char **path_out) in posix_nsurl_to_path()
122 nserror res; in posix_nsurl_to_path()
172 nserror ret; in posix_path_to_nsurl()
216 static nserror posix_mkdir_all(const char *fname) in posix_mkdir_all()
287 nserror netsurf_mkpath(char **str, size_t *size, size_t nelm, ...) in netsurf_mkpath()
290 nserror ret; in netsurf_mkpath()
300 nserror netsurf_nsurl_to_path(struct nsurl *url, char **path_out) in netsurf_nsurl_to_path()
306 nserror netsurf_path_to_nsurl(const char *path, struct nsurl **url) in netsurf_path_to_nsurl()
312 nserror netsurf_mkdir_all(const char *fname) in netsurf_mkdir_all()
318 nserror
[all …]
/dports/www/netsurf/netsurf-3.10/content/
H A Dcontent_protected.h62 nserror (*create)(const struct content_handler *handler,
75 nserror (*mouse_track)(struct content *c, struct browser_window *bw,
77 nserror (*mouse_action)(struct content *c, struct browser_window *bw,
83 nserror (*open)(struct content *c, struct browser_window *bw,
85 nserror (*close)(struct content *c);
88 nserror (*get_contextual_content)(struct content *c, int x, int y,
95 nserror (*debug)(struct content *c, enum content_debug op);
96 nserror (*clone)(const struct content *old, struct content **newc);
140 nserror (*textselection_get_end)(struct content *c, unsigned *end_idx);
325 nserror content__clone(const struct content *c, struct content *nc);
[all …]
H A Dllcache.h93 nserror code; /**< The error code */
113 typedef nserror (*llcache_handle_callback)(llcache_handle *handle,
162 nserror llcache_initialise(const struct llcache_parameters *parameters);
192 nserror llcache_handle_retrieve(nsurl *url, uint32_t flags,
205 nserror llcache_handle_change_callback(llcache_handle *handle,
214 nserror llcache_handle_release(llcache_handle *handle);
224 nserror llcache_handle_clone(llcache_handle *handle, llcache_handle **result);
232 nserror llcache_handle_abort(llcache_handle *handle);
240 nserror llcache_handle_force_stream(llcache_handle *handle);
248 nserror llcache_handle_invalidate_cache_data(llcache_handle *handle);
H A Dhlcache.h63 typedef nserror (*hlcache_handle_callback)(hlcache_handle *handle,
84 nserror hlcache_initialise(const struct hlcache_parameters *hlcache_parameters);
119 nserror hlcache_handle_retrieve(nsurl *url, uint32_t flags,
131 nserror hlcache_handle_release(hlcache_handle *handle);
139 nserror hlcache_handle_abort(hlcache_handle *handle);
149 nserror hlcache_handle_replace_callback(hlcache_handle *handle,
177 nserror hlcache_handle_clone(hlcache_handle *handle, hlcache_handle **result);
/dports/www/netsurf/netsurf-3.10/frontends/riscos/
H A Dcorewindow.h68 nserror (*draw)(struct ro_corewindow *ro_cw, int originx, int originy, struct rect *r);
79 nserror (*key)(struct ro_corewindow *ro_cw, uint32_t nskey);
90nserror (*mouse)(struct ro_corewindow *ro_cw, browser_mouse_state mouse_state, int x, int y);
99 nserror (*toolbar_click)(struct ro_corewindow *ro_cw, button_bar_action action);
107 nserror (*toolbar_update)(struct ro_corewindow *ro_cw);
116 nserror (*toolbar_save)(struct ro_corewindow *ro_cw, char *config);
132 nserror ro_corewindow_init(struct ro_corewindow *ro_cw, const struct button_bar_buttons *tb_buttons…
140 nserror ro_corewindow_fini(struct ro_corewindow *ro_cw);
/dports/www/netsurf/netsurf-3.10/test/
H A Dnsoption.c121 nserror res; in nsoption_create()
130 nserror res; in nsoption_format_create()
143 nserror res; in nsoption_teardown()
155 nserror res; in START_TEST()
316 nserror res; in START_TEST()
342 nserror res; in START_TEST()
364 nserror res; in START_TEST()
379 nserror res; in START_TEST()
390 nserror res; in START_TEST()
432 nserror res; in START_TEST()
[all …]
/dports/www/netsurf/netsurf-3.10/frontends/windows/
H A Dglobal_history.c52 static nserror
70 static nserror
89 static nserror
107 static nserror
120 static nserror nsw32_global_history_init(HINSTANCE hInstance) in nsw32_global_history_init()
123 nserror res; in nsw32_global_history_init()
163 nserror nsw32_global_history_present(HINSTANCE hInstance) in nsw32_global_history_present()
165 nserror res; in nsw32_global_history_present()
175 nserror nsw32_global_history_finalise(void) in nsw32_global_history_finalise()
177 nserror res; in nsw32_global_history_finalise()
H A Dhotlist.c56 static nserror
74 static nserror
93 static nserror
111 static nserror
124 static nserror nsw32_hotlist_init(HINSTANCE hInstance) in nsw32_hotlist_init()
127 nserror res; in nsw32_hotlist_init()
167 nserror nsw32_hotlist_present(HINSTANCE hInstance) in nsw32_hotlist_present()
169 nserror res; in nsw32_hotlist_present()
179 nserror nsw32_hotlist_finalise(void) in nsw32_hotlist_finalise()
181 nserror res; in nsw32_hotlist_finalise()
H A Dcookies.c53 static nserror
72 static nserror
92 static nserror
116 static nserror
131 static nserror nsw32_cookie_init(HINSTANCE hInstance) in nsw32_cookie_init()
134 nserror res; in nsw32_cookie_init()
174 nserror nsw32_cookies_present(const char *search_term) in nsw32_cookies_present()
176 nserror res; in nsw32_cookies_present()
190 nserror nsw32_cookies_finalise(void) in nsw32_cookies_finalise()
192 nserror res; in nsw32_cookies_finalise()
H A Dcorewindow.h53nserror (*draw)(struct nsw32_corewindow *nsw32_cw, int scrollx, int scrolly, struct rect *r);
64 nserror (*key)(struct nsw32_corewindow *nsw32_cw, uint32_t nskey);
75nserror (*mouse)(struct nsw32_corewindow *nsw32_cw, browser_mouse_state mouse_state, int x, int y);
83 nserror (*close)(struct nsw32_corewindow *nsw32_cw);
96 nserror nsw32_corewindow_init(HINSTANCE hInstance,
106 nserror nsw32_corewindow_fini(struct nsw32_corewindow *nsw32_cw);
108 nserror nsw32_create_corewindow_class(HINSTANCE hInstance);
H A Dlocal_history.c54 static nserror
76 static nserror
99 static nserror
120 static nserror
133 static nserror
139 nserror res; in nsw32_local_history_init()
182 nserror
185 nserror res; in nsw32_local_history_present()
225 nserror nsw32_local_history_hide(void) in nsw32_local_history_hide()
227 nserror res = NSERROR_OK; in nsw32_local_history_hide()
[all …]
/dports/www/netsurf/netsurf-3.10/frontends/framebuffer/
H A Dlocal_history.c62 static nserror
88 static nserror
109 static nserror
132 static nserror
138 nserror res; in fb_local_history_init()
179 nserror fb_local_history_present(fbtk_widget_t *parent, in fb_local_history_present()
182 nserror res; in fb_local_history_present()
216 nserror fb_local_history_hide(void) in fb_local_history_hide()
218 nserror res = NSERROR_OK; in fb_local_history_hide()
231 nserror fb_local_history_destroy(void) in fb_local_history_destroy()
[all …]

12345678910>>...40