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

Function TSUrlHostGet

src/api/InkAPI.cc:1155–1159  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1153}
1154
1155const char *
1156TSUrlHostGet(TSMBuffer bufp, TSMLoc obj, int *length)
1157{
1158 return URLPartGet(bufp, obj, length, &URL::host_get);
1159}
1160
1161TSReturnCode
1162TSUrlHostSet(TSMBuffer bufp, TSMLoc obj, const char *value, int length)

Callers 15

handle_client_lookupFunction · 0.85
TSRemapDoRemapFunction · 0.85
handle_dnsFunction · 0.85
TSRemapDoRemapFunction · 0.85
handle_dnsFunction · 0.85
GetSVMethod · 0.85
getHostMethod · 0.85
local_handlerFunction · 0.85
populateMethod · 0.85

Calls 1

URLPartGetFunction · 0.85

Tested by 2