Searched refs:error2 (Results 1 - 4 of 4) sorted by relevance

/httpd/server/
H A Dutil_expr_private.h102 const char *error2; member in struct:__anon386
H A Dutil_expr_scan.l78 #define PERROR(msg) do { yyextra->error2 = msg ; return T_ERROR; } while (0)
H A Dutil_expr_eval.c411 ctx.error2 = NULL; /* additional error message */
424 if (ctx.error2)
425 return apr_psprintf(pool, "%s: %s", ctx.error, ctx.error2);
429 else if (ctx.error2) {
430 return ctx.error2;
489 parms.err = &ctx->error2;
H A Dutil_expr_scan.c617 #define PERROR(msg) do { yyextra->error2 = msg ; return T_ERROR; } while (0)

Completed in 25 milliseconds