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

Function TSUrlPathGet

src/api/InkAPI.cc:1213–1217  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1211/* FTP and HTTP specific URLs */
1212
1213const char *
1214TSUrlPathGet(TSMBuffer bufp, TSMLoc obj, int *length)
1215{
1216 return URLPartGet(bufp, obj, length, &URL::path_get);
1217}
1218
1219TSReturnCode
1220TSUrlPathSet(TSMBuffer bufp, TSMLoc obj, const char *value, int length)

Callers 15

TSRemapDoRemapFunction · 0.85
TSRemapDoRemapFunction · 0.85
setup_requestFunction · 0.85
GetSVMethod · 0.85
getPathMethod · 0.85
populateMethod · 0.85
GeneratorParseRequestFunction · 0.85
CheckCacheableFunction · 0.85
authorizeAwsV2Method · 0.85
getPathMethod · 0.85

Calls 1

URLPartGetFunction · 0.85

Tested by 2