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

Function TSUserArgGet

src/api/InkAPI.cc:5149–5160  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5147}
5148
5149void *
5150TSUserArgGet(void *data, int arg_idx)
5151{
5152 if (nullptr != data) {
5153 PluginUserArgsMixin *user_args = dynamic_cast<PluginUserArgsMixin *>(static_cast<Continuation *>(data));
5154 sdk_assert(user_args);
5155
5156 return user_args->get_user_arg(arg_idx);
5157 } else {
5158 return global_user_args.get_user_arg(arg_idx);
5159 }
5160}
5161
5162void
5163TSHttpTxnStatusSet(TSHttpTxn txnp, TSHttpStatus status)

Callers 15

TSRemapOSResponseFunction · 0.85
vconn_arg_handlerFunction · 0.85
utils_internal.ccFile · 0.85
cont_remapFunction · 0.85
handleReadRequestHeaderFunction · 0.85
execMethod · 0.85
get_now_qualifiedMethod · 0.85
evalMethod · 0.85
getClientAddrFunction · 0.85
_get_dataMethod · 0.85

Calls 1

get_user_argMethod · 0.80

Tested by

no test coverage detected