MCPcopy Create free account
hub / github.com/apache/httpd / ap_args_to_table

Function ap_args_to_table

server/util_script.c:961–966  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

959}
960
961AP_DECLARE(void) ap_args_to_table(request_rec *r, apr_table_t **table)
962{
963 apr_table_t *t = apr_table_make(r->pool, 10);
964 argstr_to_table(apr_pstrdup(r->pool, r->args), t);
965 *table = t;
966}

Callers 3

req_parseargsFunction · 0.85
example_handlerFunction · 0.85
util_script.hFile · 0.85

Calls 1

argstr_to_tableFunction · 0.70

Tested by

no test coverage detected