MCPcopy Create free account
hub / github.com/acl-dev/acl / dbuf_strdup

Method dbuf_strdup

lib_acl_cpp/src/stdlib/dbuf_pool.cpp:82–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80}
81
82char* dbuf_pool::dbuf_strdup(const char* s)
83{
84 return acl_dbuf_pool_strdup(pool_, s);
85}
86
87char* dbuf_pool::dbuf_strndup(const char* s, size_t len)
88{

Callers 15

test_dbufFunction · 0.80
runMethod · 0.80
runMethod · 0.80
mail_objectMethod · 0.80
http_headerMethod · 0.80
http_header.cppFile · 0.80
redirectMethod · 0.80
HttpCookieMethod · 0.80
setCookieMethod · 0.80
HttpCookie.cppFile · 0.80
HttpServletRequestMethod · 0.80
acl_foreachFunction · 0.80

Calls 1

acl_dbuf_pool_strdupFunction · 0.85

Tested by 1

test_dbufFunction · 0.64