MCPcopy Create free account
hub / github.com/apache/trafficserver / TSstrlcpy

Function TSstrlcpy

src/api/InkAPI.cc:611–615  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

609}
610
611size_t
612TSstrlcpy(char *dst, const char *str, size_t siz)
613{
614 return ink_strlcpy(dst, str, siz);
615}
616
617size_t
618TSstrlcat(char *dst, const char *str, size_t siz)

Callers 6

TSPluginInitFunction · 0.85
TSPluginInitFunction · 0.85
parse_requestFunction · 0.85
setup_watchersFunction · 0.85
TSRemapInitFunction · 0.85
handle_responseFunction · 0.85

Calls 1

ink_strlcpyFunction · 0.85

Tested by

no test coverage detected