Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dillo-browser/dillo
/ dStr_append
Function
dStr_append
dlib/dlib.c:316–319 ·
view source on GitHub ↗
* Append a C string to a Dstr. */
Source
from the content-addressed store, hash-verified
314
* Append a C string to a Dstr.
315
*/
316
void dStr_append (Dstr *ds, const char *s)
317
{
318
dStr_append_l(ds, s, strlen(s));
319
}
320
321
/**
322
* Create a new string.
Callers
15
Cookies_get
Function · 0.85
Escape_html_str
Function · 0.85
File_send_error_page
Function · 0.85
File_prepare_send_dir
Function · 0.85
dStrconcat
Function · 0.85
dStr_new
Function · 0.85
dStr_printable
Function · 0.85
a_Dpip_build_cmd
Function · 0.85
Digest_Dstr_append_token_value
Function · 0.85
parseValue
Method · 0.85
parseUrl
Method · 0.85
a_Html_parse_entities
Function · 0.85
Calls
1
dStr_append_l
Function · 0.85
Tested by
no test coverage detected