MCPcopy Create free account

hub / github.com/dillo-browser/dillo / functions

Functions3,450 in github.com/dillo-browser/dillo

↓ 1 callersFunctiona_Color_vc
* Return a suitable "visited link" color * @return * - if candidate has good contrast with C_txt, C_lnk and C_bg -> candidate * - else another
src/colors.c:344
↓ 1 callersFunctiona_Cookies_freeall
* Flush cookies to disk and free all the memory allocated. */
src/cookies.c:135
↓ 1 callersFunctiona_Cookies_get_query
* Return a string containing cookie data for an HTTP query. */
src/cookies.c:185
↓ 1 callersFunctiona_Cookies_init
* Initialize the cookies module */
src/cookies.c:25
↓ 1 callersFunctiona_Cookies_set
* Set the value corresponding to the cookie string */
src/cookies.c:142
↓ 1 callersFunctiona_Decode_charset_init
* Initialize decoder to translate from any character set known to iconv() * to UTF-8. * * GNU iconv(1) will provide a list of known character sets
src/decode.c:365
↓ 1 callersFunctiona_Decode_content_init
* Initialize content decoder. Currently handles 'gzip' and 'deflate'. */
src/decode.c:327
↓ 1 callersFunctiona_Decode_transfer_finished
src/decode.c:85
↓ 1 callersFunctiona_Decode_transfer_init
* Initialize transfer decoder. Currently handles "chunked". */
src/decode.c:291
↓ 1 callersFunctiona_Decode_transfer_process
* Decode 'Transfer-Encoding: chunked' data */
src/decode.c:26
↓ 1 callersFunctiona_Dialog_input
* Dialog for one line of Input with a message. * avoids the sound bell in fl_input(), and allows customization * * @return string on success, NULL
src/dialog.cc:151
↓ 1 callersFunctiona_Dialog_msg
* Display a message in a popup window. */
src/dialog.cc:127
↓ 1 callersFunctiona_Dialog_open_file
* Show the open file dialog. * * @return pointer to chosen filename, or NULL on Cancel. */
src/dialog.cc:272
↓ 1 callersFunctiona_Dialog_passwd
* Dialog for password */
src/dialog.cc:233
↓ 1 callersFunctiona_Dialog_select_file
* Show the select file dialog. * * @return pointer to chosen filename, or NULL on Cancel. */
src/dialog.cc:257
↓ 1 callersFunctiona_Dialog_text_window
* Show a new window with the provided text */
src/dialog.cc:296
↓ 1 callersFunctiona_Dialog_user_password
* Make a user/password dialog. * Call the callback with the result (OK or not) and the given user and * password if OK. */
src/dialog.cc:414
↓ 1 callersFunctiona_Dicache_cleanup
* Free the imgbuf (RGB data) of unused entries. */
src/dicache.c:560
↓ 1 callersFunctiona_Dicache_freeall
* Deallocate memory used by dicache module * (Call this one at exit time, with no cache clients queued) */
src/dicache.c:586
↓ 1 callersFunctiona_Dicache_init
* Initialize dicache data */
src/dicache.c:76
↓ 1 callersFunctiona_Dicache_invalidate_entry
* Invalidate this entry. This is used for the reloading mechanism. * Can't erase current versions, but a_Dicache_get_entry(url, DIC_Last) * must ret
src/dicache.c:232
↓ 1 callersFunctiona_Dicache_ref
* Refs the counter of a dicache entry. */
src/dicache.c:217
↓ 1 callersFunctiona_Dicache_set_cmap
* Implement the set_cmap method for the Image */
src/dicache.c:282
↓ 1 callersFunctiona_Digest_authorization_hdr
* Construct Digest Authorization header. * * Field ordering: furaisanjin reports that his DVD recorder requires the * order that IE happens to use:
src/digest.c:169
↓ 1 callersFunctiona_Digest_compute_digest
* This portion only has to be calculated once. */
src/digest.c:54
↓ 1 callersFunctiona_Digest_create_cnonce
* Returns a pointer to a newly allocated string containing a cnonce */
src/digest.c:41
↓ 1 callersFunctiona_Dns_dillohost_to_string
* Writes a string representation of the given DilloHost * into dst. dst will be \0 terminated. * Please note that dst must be at least 40 bytes l
src/dns.c:502
↓ 1 callersFunctiona_Dns_freeall
* Dns memory-deallocation. * (Call this one at exit time) * The Dns_queue is deallocated at execution time (no need to do that here) * 'dns_cac
src/dns.c:480
↓ 1 callersFunctiona_Dns_init
* Initializer function */
src/dns.c:177
↓ 1 callersFunctiona_Dns_resolve
* Return the IP for the given hostname using a callback. * Side effect: a thread is spawned when hostname is not cached. */
src/dns.c:361
↓ 1 callersFunctiona_Domain_freeall
src/domain.c:79
↓ 1 callersFunctiona_Domain_parse
* Parse domainrc. */
src/domain.c:31
↓ 1 callersFunctiona_Dpi_init
* Initialize local data */
src/IO/dpi.c:84
↓ 1 callersFunctiona_Dpiapi_dialog
* Process a dpip "dialog" command from any dpi. */
src/dpiapi.c:52
↓ 1 callersFunctiona_Dpip_dsh_tryflush
* Return value: 0 on success or empty buffer, * 1..DataSize sent, -1 eagain, or -3 on big Error */
dpip/dpip.c:340
↓ 1 callersFunctiona_Dpip_dsh_trywrite
* Return value: 1..DataSize sent, -1 eagain, or -3 on big Error */
dpip/dpip.c:359
↓ 1 callersFunctiona_Gif_new
* Create a new gif structure for decoding a gif into a RGB buffer */
src/gif.c:153
↓ 1 callersFunctiona_History_add_url
* Add a new H_Item at the end of the history list * (taking care of not making a duplicate entry) */
src/history.c:50
↓ 1 callersFunctiona_History_freeall
* Free all the memory used by this module */
src/history.c:152
↓ 1 callersFunctiona_History_get_title
* Return the title field (by index) * ('force' returns URL_STR when there's no title) */
src/history.c:94
↓ 1 callersFunctiona_History_get_title_by_url
* Return the title field (by url) * ('force' returns URL_STR when there's no title) */
src/history.c:110
↓ 1 callersFunctiona_History_set_title_by_url
* Set the page-title for a given URL */
src/history.c:130
↓ 1 callersFunctiona_Hsts_freeall
src/hsts.c:55
↓ 1 callersFunctiona_Hsts_init
src/hsts.c:357
↓ 1 callersFunctiona_Hsts_require_https
src/hsts.c:271
↓ 1 callersFunctiona_Hsts_set
* The reponse for this url had an HSTS header, so let's take action. */
src/hsts.c:201
↓ 1 callersFunctiona_Html_form_delete
src/form.cc:244
↓ 1 callersFunctiona_Html_form_display_hiddens
* Used by the "Show/Hide hiddens" form menuitem. */
src/html.cc:279
↓ 1 callersFunctiona_Html_form_display_hiddens2
src/form.cc:264
↓ 1 callersFunctiona_Html_form_new
src/form.cc:235
↓ 1 callersFunctiona_Html_form_reset
* Used by the "Reset form" form menuitem. */
src/html.cc:266
↓ 1 callersFunctiona_Html_form_reset2
src/form.cc:259
↓ 1 callersFunctiona_Html_form_submit
* Used by the "Submit form" form menuitem. */
src/html.cc:253
↓ 1 callersFunctiona_Html_form_submit2
src/form.cc:254
↓ 1 callersFunctiona_Html_input_delete
src/form.cc:249
↓ 1 callersFunctiona_Http_freeall
* Deallocate memory used by http module. * (Call this one at exit time) */
src/IO/http.c:1127
↓ 1 callersFunctiona_Http_init
* Initialize proxy vars and Accept-Language header */
src/IO/http.c:118
↓ 1 callersFunctiona_Http_proxy_auth
* Tell whether the proxy auth is already set (user:password). * Return: 1 Yes, 0 No */
src/IO/http.c:148
↓ 1 callersFunctiona_Http_set_proxy_passwd
* Activate entered proxy password for HTTP. */
src/IO/http.c:156
↓ 1 callersFunctiona_Image_abort
* Implement the abort method */
src/image.cc:153
↓ 1 callersFunctiona_Image_close
* Implement the close method */
src/image.cc:144
↓ 1 callersFunctiona_Image_get_dw
* Return the image renderer as a widget. This is somewhat tricky, * since simple casting leads to wrong (and hard to debug) results, * because of mu
src/image.cc:72
↓ 1 callersFunctiona_Image_new_with_dw
* Create and initialize a new image structure with an image widget. */
src/image.cc:59
↓ 1 callersFunctiona_Image_set_parms
* Set initial parameters of the image */
src/image.cc:109
↓ 1 callersFunctiona_Imgbuf_new
* Create a new Imgbuf */
src/imgbuf.cc:93
↓ 1 callersFunctiona_Imgbuf_new_scan
* Reset for a new scan from a multiple-scan image. */
src/imgbuf.cc:135
↓ 1 callersFunctiona_Imgbuf_update
* Update the root buffer of an imgbuf. */
src/imgbuf.cc:121
↓ 1 callersFunctiona_Jpeg_new
src/jpeg.c:186
↓ 1 callersFunctiona_Jpeg_version
src/jpeg.c:236
↓ 1 callersFunctiona_Klist_free
* Free a Klist */
src/klist.c:110
↓ 1 callersFunctiona_Menu_bugmeter_popup
* Bugmeter popup menu (construction & popup) */
src/menu.cc:691
↓ 1 callersFunctiona_Menu_file_popup
* File popup menu (construction & popup) */
src/menu.cc:658
↓ 1 callersFunctiona_Menu_form_popup
* Form popup menu (construction & popup) */
src/menu.cc:630
↓ 1 callersFunctiona_Menu_image_popup
* Image popup menu (construction & popup) */
src/menu.cc:571
↓ 1 callersFunctiona_Menu_link_popup
* Link popup menu (construction & popup) */
src/menu.cc:550
↓ 1 callersFunctiona_Menu_page_popup
* Page popup menu (construction & popup) */
src/menu.cc:355
↓ 1 callersFunctiona_Menu_tools_popup
* Tools popup menu (construction & popup). */
src/menu.cc:830
↓ 1 callersFunctiona_Mime_get_viewer
* Get the handler for the MIME type. * * Return Value: * On success: viewer * On failure: NULL */
src/IO/mime.c:133
↓ 1 callersFunctiona_Mime_init
* Initializes Mime module and, sets the supported Mime types. */
src/IO/mime.c:97
↓ 1 callersFunctiona_Misc_content_type_check
* Check the server-supplied 'Content-Type' against our detected type. * (some servers seem to default to "text/plain"). * * @return * - 0, if th
src/misc.c:321
↓ 1 callersFunctiona_Misc_expand_tabs
* Takes a string and converts any tabs to spaces. */
src/misc.c:53
↓ 1 callersFunctiona_Misc_get_content_type_from_data2
* Detects 'Content-Type' from a data stream sample. * * It uses the magic(5) logic from file(1). Currently, it * only checks the few mime types tha
dpi/ftp.c:90
↓ 1 callersFunctiona_Misc_mkdtemp
* Alternative to mkdtemp(). * Not as strong as mkdtemp, but enough for creating a directory. */
dpid/misc_new.c:131
↓ 1 callersFunctiona_Misc_mkfname
* Return a new, nonexistent file name from a template. * (adapted from dietlibc; alternative to mkdtemp()) */
dpid/misc_new.c:147
↓ 1 callersFunctiona_Misc_mksecret
* Return a new, random hexadecimal string of 'nchar' characters. */
dpid/misc_new.c:181
↓ 1 callersFunctiona_Nav_back
* Send the browser back to previous page */
src/nav.c:438
↓ 1 callersFunctiona_Nav_expect_done
* We have an answer! Set things accordingly. * This function is called for root URLs only. * Beware: this function is much more complex than it look
src/nav.c:272
↓ 1 callersFunctiona_Nav_forw
* Send the browser to next page in the history list */
src/nav.c:452
↓ 1 callersFunctiona_Nav_get_buf
* Wrapper for a_Capi_get_buf. */
src/nav.c:580
↓ 1 callersFunctiona_Nav_get_content_type
* Wrapper for a_Capi_get_content_type(). */
src/nav.c:596
↓ 1 callersFunctiona_Nav_jump
* Jump to a URL in the Navigation stack. */
src/nav.c:525
↓ 1 callersFunctiona_Nav_redirection0
* Handle a zero-delay URL redirection given by META */
src/nav.c:422
↓ 1 callersFunctiona_Nav_save_url
* Save a URL (from cache or from the net). */
src/nav.c:567
↓ 1 callersFunctiona_Nav_set_vsource_url
* Wrapper for a_Capi_set_vsource_url(). */
src/nav.c:604
↓ 1 callersFunctiona_Nav_unref_buf
* Wrapper for a_Capi_unref_buf(). */
src/nav.c:588
↓ 1 callersFunctiona_Png_new
* Create the image state data that must be kept between calls */
src/png.c:448
↓ 1 callersFunctiona_Png_version
src/png.c:440
↓ 1 callersFunctiona_Prefs_freeall
* memory-deallocation. * (Call this one at exit time) */
src/prefs.c:145
↓ 1 callersFunctiona_Prefs_init
src/prefs.c:39
↓ 1 callersFunctiona_Svg_new
* Create the image state data that must be kept between calls */
src/svg.c:151
← previousnext →1,201–1,300 of 3,450, ranked by callers