MCPcopy Create free account

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

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

↓ 1 callersFunctionHtml_test_section
* HTML, HEAD and BODY elements have optional open and close tags. * Handle this "magic" here. */
src/html.cc:3844
↓ 1 callersFunctionHtml_triggers_optional_close
* For elements with optional close, check whether is time to close, * by also following Firefox's de facto rules. * Called at open time. * * Retur
src/html.cc:3637
↓ 1 callersFunctionHttp_fd_map_remove_all
src/IO/http.c:1111
↓ 1 callersFunctionHttp_get
* Asynchronously create a new http connection for 'Url'. * We'll set some socket parameters; the rest will be set later * when the IP is known. * (
src/IO/http.c:779
↓ 1 callersFunctionHttp_get_connect_str
* Return a new string for the request used to tunnel HTTPS through a proxy. */
src/IO/http.c:692
↓ 1 callersFunctionHttp_get_referer
* Make the HTTP header's Referer line according to preferences * (default is "host" i.e. "scheme://hostname/" ). */
src/IO/http.c:335
↓ 1 callersFunctionHttp_make_content_type
* Generate Content-Type header value for a POST query. */
src/IO/http.c:356
↓ 1 callersFunctionHttp_make_query_str
* Make the http query string */
src/IO/http.c:383
↓ 1 callersFunctionHttp_send_query
* Create and submit the HTTP query to the IO engine */
src/IO/http.c:481
↓ 1 callersFunctionHttp_servers_remove_all
src/IO/http.c:1095
↓ 1 callersFunctionHttp_sock_new
* Create and init a new SocketData_t struct, insert into ValidSocks, * and return a primary key for it. */
src/IO/http.c:167
↓ 1 callersFunctionHttp_socket_enqueue
* Add socket data to the queue. Pages/stylesheets/etc. have higher priority * than images. */
src/IO/http.c:1038
↓ 1 callersFunctionHttp_socket_reuse
* If any entry in the socket data queue can reuse our connection, set it up * and send off a new query. */
src/IO/http.c:841
↓ 1 callersFunctionHttp_socket_reuse_compatible
* Can the old socket's fd be reused for the new socket?. * * NOTE: old and new must come from the same Server_t. * This is not built to accept arbi
src/IO/http.c:821
↓ 1 callersFunctionIO_del
* Remove an IO from ValidIOs */
src/IO/IO.c:92
↓ 1 callersFunctionIO_ins
* Register an IO in ValidIOs */
src/IO/IO.c:80
↓ 1 callersFunctionIO_read
* Read data from a file descriptor into a specific buffer */
src/IO/IO.c:157
↓ 1 callersFunctionIO_write
* Write data, from a specific buffer, into a file descriptor */
src/IO/IO.c:219
↓ 1 callersFunctionImage_free
* Deallocate an Image structure */
src/image.cc:79
↓ 1 callersFunctionImgbuf_rgb_line
* Decode 'buf' (an image line) into RGB format. */
src/imgbuf.cc:29
↓ 1 callersFunctionJpeg_close
* Finish the decoding process */
src/jpeg.c:116
↓ 1 callersFunctionJpeg_write
* Receive and process new chunks of JPEG image data */
src/jpeg.c:254
↓ 1 callersFunctionMime_add_major_type
* Add a major MIME type (as "text") to our viewer list. * 'Key' is the content-type string that identifies the MIME type * 'Method' is the function
src/IO/mime.c:52
↓ 1 callersFunctionMime_major_type_fetch
* Search the list of major MIME viewers for a Method that matches 'Key'. * 'Key' is the content-type string that identifies the MIME type */
src/IO/mime.c:81
↓ 1 callersFunctionMime_minor_type_fetch
* Search the list of specific MIME viewers for a Method that matches 'Key'. * 'Key' is the content-type string that identifies the MIME type */
src/IO/mime.c:65
↓ 1 callersFunctionNav_repush
* This one does a_Nav_repush's job. */
src/nav.c:363
↓ 1 callersFunctionNav_stack_append
* Insert a nav_stack_item into the stack at a given position. */
src/nav.c:122
↓ 1 callersFunctionNav_stack_clean
* Remove equal adjacent URLs at the top of the stack. * (It may happen with redirections) */
src/nav.c:168
↓ 1 callersFunctionNav_stack_truncate
* Truncate the navigation stack including 'pos' and upwards. */
src/nav.c:106
↓ 1 callersFunctionPng_close
* Finish the decoding process (and free the memory) */
src/png.c:327
↓ 1 callersFunctionPng_error_handling
src/png.c:104
↓ 1 callersFunctionPng_write
* Receive and process new chunks of PNG image data */
src/png.c:338
↓ 1 callersFunctionQuickSort
* QuickSort implementation. * This allows for a simple compare function for all the ADT. */
dlib/dlib.c:725
↓ 1 callersFunctionSvg_close
* Finish the decoding process (and free the memory) */
src/svg.c:50
↓ 1 callersFunctionSvg_write
* Receive and process new chunks of SVG image data */
src/svg.c:61
↓ 1 callersFunctionTls_cert_authorities_freeall
* Free mbed tls's chain of certificates and free our data on which root * certificates caused us to trust which servers. */
src/IO/tls_mbedtls.c:1203
↓ 1 callersFunctionTls_cert_authorities_print_summary
src/IO/tls_mbedtls.c:1161
↓ 1 callersFunctionTls_check_cert_hostname
* Check that the certificate corresponds to the site it's presented for. * * Return TRUE if the hostname matched or the user indicated acceptance.
src/IO/tls_openssl.c:607
↓ 1 callersFunctionTls_check_cert_strength
* We are both checking whether the certificates are using a strong enough * hash algorithm and key as well as printing out certificate information th
src/IO/tls_openssl.c:460
↓ 1 callersFunctionTls_conn_new
* Add a new TLS connection information node. */
src/IO/tls_openssl.c:162
↓ 1 callersFunctionTls_conn_new
* Add a new TLS connection information node. */
src/IO/tls_mbedtls.c:170
↓ 1 callersFunctionTls_examine_certificate
* Examine the certificate, and, if problems are detected, ask the user what * to do. * Return: -1 if connection should be canceled, or 0 if it shoul
src/IO/tls_openssl.c:837
↓ 1 callersFunctionTls_examine_certificate
* Examine the certificate, and, if problems are detected, ask the user what * to do. * Return: -1 if connection should be canceled, or 0 if it shoul
src/IO/tls_mbedtls.c:778
↓ 1 callersFunctionTls_fd_map_add_entry
src/IO/tls_openssl.c:110
↓ 1 callersFunctionTls_fd_map_add_entry
src/IO/tls_mbedtls.c:118
↓ 1 callersFunctionTls_fd_map_remove_all
src/IO/tls_openssl.c:1381
↓ 1 callersFunctionTls_fd_map_remove_all
src/IO/tls_mbedtls.c:1238
↓ 1 callersFunctionTls_fd_map_remove_entry
* Remove and free entry from fd_map. */
src/IO/tls_openssl.c:128
↓ 1 callersFunctionTls_fd_map_remove_entry
* Remove and free entry from fd_map. */
src/IO/tls_mbedtls.c:136
↓ 1 callersFunctionTls_get_expiration_str
src/IO/tls_openssl.c:816
↓ 1 callersFunctionTls_load_certificates
* Load trusted certificates. * This is like using SSL_CTX_load_verify_locations() but permitting more * than one bundle and more than one directory.
src/IO/tls_openssl.c:202
↓ 1 callersFunctionTls_load_certificates
* Load trusted certificates. */
src/IO/tls_mbedtls.c:260
↓ 1 callersFunctionTls_load_certificates_from_file
* Load certificates from a given filename. */
src/IO/tls_mbedtls.c:193
↓ 1 callersFunctionTls_make_bad_cert_msg
* Make a dialog msg containing warnings about problems with the certificate. */
src/IO/tls_mbedtls.c:699
↓ 1 callersFunctionTls_make_conn_key
src/IO/tls_mbedtls.c:181
↓ 1 callersFunctionTls_print_cert_chain
* Print certificate and its chain of issuer certificates. */
src/IO/tls_mbedtls.c:536
↓ 1 callersFunctionTls_remove_duplicate_certificates
* Remove duplicate certificates. */
src/IO/tls_mbedtls.c:227
↓ 1 callersFunctionTls_remove_psk_ciphersuites
* Remove the pre-shared key ciphersuites. There are lots of them, * and we aren't making any use of them. */
src/IO/tls_mbedtls.c:324
↓ 1 callersFunctionTls_save_certificate_home
* Save certificate with a hashed filename. * Return: 0 on success, 1 on failure. */
src/IO/tls_openssl.c:322
↓ 1 callersFunctionTls_servers_freeall
src/IO/tls_openssl.c:1366
↓ 1 callersFunctionTls_servers_freeall
src/IO/tls_mbedtls.c:1223
↓ 1 callersFunctionTls_update_cert_authorities_data
* Keep account of on whose authority we are trusting servers. */
src/IO/tls_mbedtls.c:750
↓ 1 callersFunctionTls_user_said_no
* Did we find problems with the certificate, and did the user proceed to * reject the connection? */
src/IO/tls_openssl.c:436
↓ 1 callersFunctionTls_user_said_no
* Did we find problems with the certificate, and did the user proceed to * reject the connection? */
src/IO/tls_mbedtls.c:518
↓ 1 callersFunctionUIcmd_find_search_str
* Return a search string of the suffix if str starts with a * prefix of a search engine name and a blank */
src/uicmd.cc:732
↓ 1 callersFunctionUIcmd_make_save_filename
* Return a suitable filename for a given URL path. */
src/uicmd.cc:987
↓ 1 callersFunctionUIcmd_save_file_check
* Check a file to save to. */
src/uicmd.cc:1053
↓ 1 callersFunctionUnescape_uri_str
* Unescape %XX sequences in a string. * Return value: a new unescaped string */
dpi/dpiutil.c:64
↓ 1 callersFunctionUrl_decode_hex_octet
* Given an hex octet (e.g., e3, 2F, 20), return the corresponding * character if the octet is valid, and -1 otherwise */
dpi/datauri.c:119
↓ 1 callersFunctionUrl_decode_hex_octet
* Given an hex octet (e.g., e3, 2F, 20), return the corresponding * character if the octet is valid, and -1 otherwise */
src/url.c:568
↓ 1 callersFunctionUrl_host_public_internal_dots
* How many internal dots are in the public portion of this hostname?. * e.g., for "www.dillo.org", it is one because everything under "dillo.org", *
src/url.c:711
↓ 1 callersFunctionUrl_resolve_relative
* Resolve the URL as RFC3986 suggests. */
src/url.c:224
↓ 1 callersFunctionWebp_close
* Finish the decoding process (and free the memory) */
src/webp.c:57
↓ 1 callersFunctiona_Actions_init
src/actions.c:47
↓ 1 callersFunctiona_Actions_link_get
src/actions.c:61
↓ 1 callersFunctiona_Auth_do_auth
* Given authentication challenge(s), prepare authorization. * Return: 0 on failure * nonzero on success. A new query will be sent to the ser
src/auth.c:671
↓ 1 callersFunctiona_Auth_get_auth_str
* Return the authorization header for an HTTP query. * request_uri is a separate argument because we want it precisely as * formatted in the reque
src/auth.c:472
↓ 1 callersFunctiona_Auth_init
* Initialize the auth module. */
src/auth.c:59
↓ 1 callersFunctiona_Bitvec_clear
* Clear a bitvec */
src/bitvec.c:35
↓ 1 callersFunctiona_Bookmarks_add
* Add the new bookmark through the bookmarks server */
src/bookmark.c:71
↓ 1 callersFunctiona_Bw_add_doc
* Add a document to the browser window's list. */
src/bw.c:221
↓ 1 callersFunctiona_Bw_cancel_expect
src/bw.c:328
↓ 1 callersFunctiona_Bw_cleanup
- Cleanup ----------------------------------------------------------------*/ * Empty RootClients, ImageClients and PageUrls lists and * reset progres
src/bw.c:277
↓ 1 callersFunctiona_Bw_free
* Free resources associated to a bw. */
src/bw.c:89
↓ 1 callersFunctiona_Bw_init
* Initialize global data */
src/bw.c:36
↓ 1 callersFunctiona_Bw_new
* Create a new browser window and return it. * (the new window is stored in browser_window[]) */
src/bw.c:47
↓ 1 callersFunctiona_Bw_remove_doc
* Remove a document from the bw's list */
src/bw.c:263
↓ 1 callersFunctiona_Cache_client_get_if_unique
* Last Client for this entry? * @return Client if true, NULL otherwise * (cache.c has only one call to a capi function. This avoids a second one) *
src/cache.c:1399
↓ 1 callersFunctiona_Cache_entry_remove_by_url
* Wrapper for capi. */
src/cache.c:357
↓ 1 callersFunctiona_Cache_freeall
* Memory deallocator (only called at exit time) */
src/cache.c:1448
↓ 1 callersFunctiona_Cache_get_buf
* Get the pointer to the URL document, and its size, from the cache entry. * @return 1 cached, 0 not cached. */
src/cache.c:552
↓ 1 callersFunctiona_Cache_get_content_type
* Get current Content-Type for cache entry found by URL. */
src/cache.c:472
↓ 1 callersFunctiona_Cache_get_flags
* Get cache entry status */
src/cache.c:406
↓ 1 callersFunctiona_Cache_get_flags_with_redirection
* Get cache entry status (following redirections). */
src/cache.c:415
↓ 1 callersFunctiona_Cache_init
* Initialize cache data */
src/cache.c:118
↓ 1 callersFunctiona_Cache_open_url
* Try finding the url in the cache. If it hits, send the cache contents * from there. If it misses, set up a new connection. * * - 'Web' is an auxi
src/cache.c:376
↓ 1 callersFunctiona_Cache_unref_buf
* Unreference the data buffer when no longer using it. */
src/cache.c:571
↓ 1 callersFunctiona_Capi_get_content_type
* Get the Content-Type associated with the URL */
src/capi.c:559
↓ 1 callersFunctiona_Capi_init
* Initialize capi&cache data */
src/capi.c:81
↓ 1 callersFunctiona_Capi_set_vsource_url
* Store the last URL requested by "view source" */
src/capi.c:224
← previousnext →1,101–1,200 of 3,450, ranked by callers