Lines Matching defs:name
93 static apreq_cookie_t *apache2_jar_get(apreq_handle_t *handle, const char *name)
107 val = apr_table_get(t, name);
114 static apreq_param_t *apache2_args_get(apreq_handle_t *handle, const char *name)
128 val = apr_table_get(t, name);
162 static apreq_param_t *apache2_body_get(apreq_handle_t *handle, const char *name)
179 val = apr_table_get(ctx->body, name);
195 val = apr_table_get(ctx->body, name);
211 hook_ctx->name = name;
230 val = apr_table_get(ctx->body, name);