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

Function TSstrndup

include/ts/ts.h:68–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66 return _TSstrdup(p, -1, TS_RES_MEM_PATH);
67}
68inline char *
69TSstrndup(const char *p, int64_t n)
70{
71 return _TSstrdup(p, n, TS_RES_MEM_PATH);
72}
73
74/* --------------------------------------------------------------------------
75 Component object handles */

Callers 13

TSRemapDoRemapFunction · 0.85
TSRemapDoRemapFunction · 0.85
sendLocalResponseMethod · 0.85
rxscopeMethod · 0.85
strscopeMethod · 0.85
strmatchMethod · 0.85
rxmatchMethod · 0.85
rule_tMethod · 0.85
TSRemapNewInstanceFunction · 0.85
urlParseFunction · 0.85
create_request_infoFunction · 0.85
get_pristine_urlFunction · 0.85

Calls 1

_TSstrdupFunction · 0.85

Tested by

no test coverage detected