MCPcopy 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 */
316void 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_getFunction · 0.85
Escape_html_strFunction · 0.85
File_send_error_pageFunction · 0.85
File_prepare_send_dirFunction · 0.85
dStrconcatFunction · 0.85
dStr_newFunction · 0.85
dStr_printableFunction · 0.85
a_Dpip_build_cmdFunction · 0.85
parseValueMethod · 0.85
parseUrlMethod · 0.85
a_Html_parse_entitiesFunction · 0.85

Calls 1

dStr_append_lFunction · 0.85

Tested by

no test coverage detected