Lines Matching defs:val
97 const char *val;
107 val = apr_table_get(t, name);
108 if (val == NULL)
111 return apreq_value_to_cookie(val);
118 const char *val;
128 val = apr_table_get(t, name);
129 if (val == NULL)
132 return apreq_value_to_param(val);
166 const char *val;
179 val = apr_table_get(ctx->body, name);
180 if (val != NULL)
181 return apreq_value_to_param(val);
195 val = apr_table_get(ctx->body, name);
196 if (val != NULL)
197 return apreq_value_to_param(val);
230 val = apr_table_get(ctx->body, name);
231 if (val != NULL)
232 return apreq_value_to_param(val);