Lines Matching defs:param
53 apreq_param_t *param, \
138 apr_status_t apreq_hook_run(struct apreq_hook_t *h, apreq_param_t *param,
141 return h->hook(h, param, bb);
169 * no hooks are configured, the dummy param's bb slot will
187 * @param pool Pool used to allocate the parser.
188 * @param ba bucket allocator used to create bucket brigades
189 * @param content_type Content-type that this parser can deal with.
190 * @param pfn The parser function.
191 * @param brigade_limit the maximum in-memory bytes a brigade may use
192 * @param temp_dir the directory used by the parser for temporary files
193 * @param hook Hooks to associate this parser with.
194 * @param ctx Parser's internal scratch pad.
209 * @param pool used to allocate the hook.
210 * @param hook The hook function.
211 * @param next List of other hooks for this hook to call on.
212 * @param ctx Hook's internal scratch pad.
224 * @param p Parser.
225 * @param h Hook to append.
233 * @param enctype The desired enctype (can also be a full "Content-Type"
245 * @param enctype The MIME type.
246 * @param pfn The function to use during parsing. Setting
274 apreq_param_t *param;
283 * attribute set to the sought parameter name, the param
285 * the address of the previous hook. The param attribute
286 * will be reassigned to the first param found, and once