Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dillo-browser/dillo
/ functions
Functions
3,450 in github.com/dillo-browser/dillo
⨍
Functions
3,450
◇
Types & classes
462
↓ 1 callers
Function
a_Tls_certificate_is_clean
* Did everything seem proper with the certificate -- no warnings to * click through?. */
src/IO/tls.c:101
↓ 1 callers
Function
a_Tls_close_by_fd
src/IO/tls.c:157
↓ 1 callers
Function
a_Tls_connect_ready
* The purpose here is to permit a single initial connection to a server. * Once we have the certificate, know whether we like it -- and whether the
src/IO/tls.c:84
↓ 1 callers
Function
a_Tls_freeall
* Clean up the TLS library. */
src/IO/tls.c:117
↓ 1 callers
Function
a_Tls_init
* Initialize TLS library. */
src/IO/tls.c:47
↓ 1 callers
Function
a_Tls_mbedtls_certificate_is_clean
* Did everything seem proper with the certificate -- no warnings to * click through? */
src/IO/tls_mbedtls.c:527
↓ 1 callers
Function
a_Tls_mbedtls_close_by_fd
src/IO/tls_mbedtls.c:1151
↓ 1 callers
Function
a_Tls_mbedtls_connect
* Make TLS connection over a connect()ed socket. */
src/IO/tls_mbedtls.c:1073
↓ 1 callers
Function
a_Tls_mbedtls_connect_ready
* The purpose here is to permit a single initial connection to a server. * Once we have the certificate, know whether we like it -- and whether the
src/IO/tls_mbedtls.c:481
↓ 1 callers
Function
a_Tls_mbedtls_connection
* Return TLS connection information for a given file * descriptor, or NULL if no TLS connection was found. */
src/IO/tls_mbedtls.c:153
↓ 1 callers
Function
a_Tls_mbedtls_freeall
* Clean up */
src/IO/tls_mbedtls.c:1255
↓ 1 callers
Function
a_Tls_mbedtls_init
* Initialize the mbed TLS library. */
src/IO/tls_mbedtls.c:372
↓ 1 callers
Function
a_Tls_mbedtls_read
* Read data from an open TLS connection. */
src/IO/tls_mbedtls.c:1116
↓ 1 callers
Function
a_Tls_mbedtls_version
src/IO/tls_mbedtls.c:358
↓ 1 callers
Function
a_Tls_mbedtls_write
* Write data to an open TLS connection. */
src/IO/tls_mbedtls.c:1140
↓ 1 callers
Function
a_Tls_openssl_certificate_is_clean
* Did everything seem proper with the certificate -- no warnings to * click through? */
src/IO/tls_openssl.c:445
↓ 1 callers
Function
a_Tls_openssl_close_by_fd
src/IO/tls_openssl.c:1356
↓ 1 callers
Function
a_Tls_openssl_connect
* Perform the TLS handshake on an open socket. */
src/IO/tls_openssl.c:1234
↓ 1 callers
Function
a_Tls_openssl_connect_ready
* The purpose here is to permit a single initial connection to a server. * Once we have the certificate, know whether we like it -- and whether the
src/IO/tls_openssl.c:398
↓ 1 callers
Function
a_Tls_openssl_connection
* Return TLS connection information for a given file * descriptor, or NULL if no TLS connection was found. */
src/IO/tls_openssl.c:145
↓ 1 callers
Function
a_Tls_openssl_freeall
* Clean up the OpenSSL library */
src/IO/tls_openssl.c:1398
↓ 1 callers
Function
a_Tls_openssl_init
* Initialize the OpenSSL library. */
src/IO/tls_openssl.c:273
↓ 1 callers
Function
a_Tls_openssl_read
* Read data from an open TLS connection. */
src/IO/tls_openssl.c:1341
↓ 1 callers
Function
a_Tls_openssl_version
src/IO/tls_openssl.c:249
↓ 1 callers
Function
a_Tls_openssl_write
* Write data to an open TLS connection. */
src/IO/tls_openssl.c:1350
↓ 1 callers
Function
a_Tls_read
src/IO/tls.c:170
↓ 1 callers
Function
a_Tls_reset_server_state
src/IO/tls.c:131
↓ 1 callers
Function
a_Tls_version
* Get the version of the TLS library. */
src/IO/tls.c:31
↓ 1 callers
Function
a_Tls_write
src/IO/tls.c:183
↓ 1 callers
Function
a_UIcmd_add_bookmark
* Add a bookmark for a certain URL */
src/uicmd.cc:1253
↓ 1 callers
Function
a_UIcmd_back_popup
* Popup the navigation menu of the Back button */
src/uicmd.cc:873
↓ 1 callers
Function
a_UIcmd_bugmeter_popup
* Popup the bug meter menu */
src/uicmd.cc:1364
↓ 1 callers
Function
a_UIcmd_copy_urlstr
* Copy url string to paste buffer */
src/uicmd.cc:1306
↓ 1 callers
Function
a_UIcmd_findbar_toggle
* Tell the UI to hide/show the findbar */
src/uicmd.cc:1637
↓ 1 callers
Function
a_UIcmd_findtext_reset
* Reset text search state. */
src/uicmd.cc:1626
↓ 1 callers
Function
a_UIcmd_focus_location
* Focus the location bar. */
src/uicmd.cc:1653
↓ 1 callers
Function
a_UIcmd_focus_main_area
* Focus the rendered area. */
src/uicmd.cc:1645
↓ 1 callers
Function
a_UIcmd_form_popup
* Pop up the form menu */
src/uicmd.cc:1289
↓ 1 callers
Function
a_UIcmd_forw_popup
* Popup the navigation menu of the Forward button */
src/uicmd.cc:889
↓ 1 callers
Function
a_UIcmd_get_history
* Make a list of URL indexes for the history popup * based on direction (-1 = back, 1 = forward) */
src/uicmd.cc:1375
↓ 1 callers
Function
a_UIcmd_get_passwd
* Get password for user */
src/uicmd.cc:1222
↓ 1 callers
Function
a_UIcmd_get_scroll_xy
* Get the scroll position (x, y offset pair) */
src/uicmd.cc:1419
↓ 1 callers
Function
a_UIcmd_get_wh
* Return browser window width and height */
src/uicmd.cc:1409
↓ 1 callers
Function
a_UIcmd_image_popup
* Pop up the image menu */
src/uicmd.cc:1280
↓ 1 callers
Function
a_UIcmd_init
* Set the default directory for saving files. */
src/uicmd.cc:1037
↓ 1 callers
Function
a_UIcmd_link_popup
* Popup the link menu */
src/uicmd.cc:1272
↓ 1 callers
Function
a_UIcmd_nav_jump
* Jump to a certain URL in the navigation stack. */
src/uicmd.cc:1399
↓ 1 callers
Function
a_UIcmd_redirection0
* Zero-delay URL redirection. */
src/uicmd.cc:934
↓ 1 callers
Function
a_UIcmd_reload_all_active
* Reload all active tabs */
src/uicmd.cc:913
↓ 1 callers
Function
a_UIcmd_scroll
* Pass scrolling command to dw. */
src/uicmd.cc:1456
↓ 1 callers
Function
a_UIcmd_select_file
* Select a file */
src/uicmd.cc:1123
↓ 1 callers
Function
a_UIcmd_set_scroll_by_fragment
* Set the scroll position by fragment (from URL) */
src/uicmd.cc:1444
↓ 1 callers
Function
a_UIcmd_tools
* Popup the tools menu */
src/uicmd.cc:1145
↓ 1 callers
Function
a_UIcmd_zoom_in
* Zoom in */
src/uicmd.cc:942
↓ 1 callers
Function
a_UIcmd_zoom_out
* Zoom out */
src/uicmd.cc:958
↓ 1 callers
Function
a_UIcmd_zoom_reset
* Zoom reset */
src/uicmd.cc:974
↓ 1 callers
Function
a_Url_decode_hex_str
* Parse possible hexadecimal octets in the URI path. * Returns a new allocated string. */
dpi/datauri.c:137
↓ 1 callers
Function
a_Url_hostname
* Return the hostname as a string. * (initializing 'hostname' and 'port' fields if necessary) * Note: a similar approach can be taken for user:passw
src/url.c:98
↓ 1 callers
Function
a_Url_set_data
* Set DilloUrl data (like POST info, etc.) */
src/url.c:536
↓ 1 callers
Function
a_Url_set_ismap_coords
* Set DilloUrl ismap coordinates. * (this is optimized for not hogging the CPU) */
src/url.c:549
↓ 1 callers
Function
a_Utf8_char_count
src/utf8.cc:104
↓ 1 callers
Function
a_Utf8_combining_char
src/utf8.cc:96
↓ 1 callers
Function
a_Utf8_encode
* Write UTF-8 encoding of ucs into buf and return number of bytes written. */
src/utf8.cc:54
↓ 1 callers
Function
a_Utf8_test
* Examine first srclen bytes of src. * Return 0 if not legal UTF-8, 1 if all ASCII, 2 if all below 0x800, * 3 if all below 0x10000, and 4 otherwise.
src/utf8.cc:64
↓ 1 callers
Function
a_Version_print_info
src/version.cc:118
↓ 1 callers
Function
a_Web_init
* Initialize local data */
src/web.cc:38
↓ 1 callers
Function
a_Webp_new
* Create the image state data that must be kept between calls */
src/webp.c:196
↓ 1 callers
Function
a_Webp_version
src/webp.c:176
↓ 1 callers
Method
abort_all
* Abort each download properly, and let the main cycle exit */
dpi/downloads.cc:1009
↓ 1 callers
Method
abort_dl
* Abort a running download */
dpi/downloads.cc:446
↓ 1 callers
Function
action_parse
src/actions.c:19
↓ 1 callers
Method
add
* Add a new download request to the main window and * fork a child to do the job. */
dpi/downloads.cc:937
↓ 1 callers
Method
add
dw/alignedtextblock.cc:42
↓ 1 callers
Method
addCheckButtonResource
* \brief Adds an instance of dw::core::ui::CheckButtonResource. */
test/dw/form.cc:215
↓ 1 callers
Method
addChildSCWidget
dw/stackingcontextmgr.cc:53
↓ 1 callers
Method
addCssUrl
* Save URL in a vector (may be loaded later). */
src/html.cc:733
↓ 1 callers
Method
addFltkWidget
dw/fltkviewbase.cc:707
↓ 1 callers
Method
addOptsTo
src/form.cc:1949
↓ 1 callers
Method
addRadioButtonResource
* \brief Adds an instance of dw::core::ui::RadioButtonResource. * * This method has to be called only once for a group of radio buttons. */
test/dw/form.cc:203
↓ 1 callers
Method
addRectangle
* \brief Add a rectangle to the region and combine it with * existing rectangles if possible. * The number of rectangles is forced to be less than 1
dw/types.cc:239
↓ 1 callers
Method
addSelf
src/form.cc:212
↓ 1 callers
Method
addShapeToCurrentMap
* \brief Add a shape to the current map- * * "shape" is owned by the image map list, so a copy should be passed, when * necessary. */
dw/image.cc:111
↓ 1 callers
Method
addWidgetInFlow
dw/ooffloatsmgr.cc:527
↓ 1 callers
Method
addWidgetOOF
dw/ooffloatsmgr.cc:545
↓ 1 callers
Method
add_new_tab
* Create a new tab with its own UI */
src/uicmd.cc:284
↓ 1 callers
Method
affectsLeftBorder
dw/ooffloatsmgr.cc:1277
↓ 1 callers
Method
affectsRightBorder
dw/ooffloatsmgr.cc:1282
↓ 1 callers
Method
affectsSizeChangeContainerChild
dw/widget.cc:479
↓ 1 callers
Method
appendBool
lout/misc.hh:598
↓ 1 callers
Method
applyPerHeight
dw/widget.cc:1763
↓ 1 callers
Method
attachResource
dw/fltkplatform.cc:720
↓ 1 callers
Method
attachView
dw/fltkplatform.cc:484
↓ 1 callers
Function
b64decode
dpi/datauri.c:55
↓ 1 callers
Function
b64strip_illegal_chars
dpi/datauri.c:41
↓ 1 callers
Method
backgroundColor
src/styleengine.cc:249
↓ 1 callers
Method
backgroundImage
src/styleengine.cc:260
↓ 1 callers
Method
badnessValue
dw/textblock_linebreaking.cc:37
↓ 1 callers
Method
buttonClicked
dw/fltkui.cc:1324
↓ 1 callers
Method
buttonMotion
dw/selection.cc:210
↓ 1 callers
Method
calcBadness
dw/textblock_linebreaking.cc:68
← previous
next →
1,301–1,400 of 3,450, ranked by callers