Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
961
AP_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_parseargs
Function · 0.85
example_handler
Function · 0.85
util_script.h
File · 0.85
Calls
1
argstr_to_table
Function · 0.70
Tested by
no test coverage detected