Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
82
char* dbuf_pool::dbuf_strdup(const char* s)
83
{
84
return acl_dbuf_pool_strdup(pool_, s);
85
}
86
87
char* dbuf_pool::dbuf_strndup(const char* s, size_t len)
88
{
Callers
15
test_dbuf
Function · 0.80
run
Method · 0.80
run
Method · 0.80
mail_object
Method · 0.80
http_header
Method · 0.80
http_header.cpp
File · 0.80
redirect
Method · 0.80
HttpCookie
Method · 0.80
setCookie
Method · 0.80
HttpCookie.cpp
File · 0.80
HttpServletRequest
Method · 0.80
acl_foreach
Function · 0.80
Calls
1
acl_dbuf_pool_strdup
Function · 0.85
Tested by
1
test_dbuf
Function · 0.64