Lines Matching defs:err
75 * @param err Where an error message should be stored
77 * @note err will be set to NULL on success, or to an error message on error
82 const char **err);
91 * @param err Where an error message should be stored
93 * @note err will be set to NULL on success, or to an error message on error
102 const char **source, const char **err);
115 const char **err;
141 * @note *ctx->err will be set to NULL on success, or to an error message on
152 * @param err Where an error message should be stored
154 * @note err will be set to NULL on success, or to an error message on error
160 const char **err);
169 * @param err Where an error message should be stored
171 * @note err will be set to NULL on success, or to an error message on error
183 const char **err);
286 const char **err;
334 * @param err Set to NULL on success, error message on error
344 const char **err,
352 #define ap_expr_parse_cmd(cmd, expr, flags, err, lookup_fn) \
353 ap_expr_parse_cmd_mi(cmd, expr, flags, err, lookup_fn, APLOG_MODULE_INDEX)