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

Function TSUrlLengthGet

src/api/InkAPI.cc:1028–1036  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1026}
1027
1028int
1029TSUrlLengthGet(TSMBuffer bufp, TSMLoc obj)
1030{
1031 sdk_assert(sdk_sanity_check_mbuffer(bufp) == TS_SUCCESS);
1032 sdk_assert(sdk_sanity_check_url_handle(obj) == TS_SUCCESS);
1033
1034 URLImpl *url_impl = reinterpret_cast<URLImpl *>(obj);
1035 return url_length_get(url_impl);
1036}
1037
1038char *
1039TSUrlStringGet(TSMBuffer bufp, TSMLoc obj, int *length)

Callers 1

Calls 3

sdk_sanity_check_mbufferFunction · 0.85
url_length_getFunction · 0.85

Tested by 1