Lines Matching defs:s1
108 const char *s1 = ap_expr_eval_word(ctx, node->node_arg1);
110 if (!*s1)
113 result = s1;
115 result = apr_pstrcat(ctx->p, s1, s2, NULL);
239 static int intstrcmp(const char *s1, const char *s2)
241 apr_int64_t i1 = apr_atoi64(s1);
580 #define DUMP_S_E(op, s1, e1) \
581 do { ap_log_error(MARK,"%*s%s: '%s' %pp", indent, " ", op, (char *)s1, e1); \
584 #define DUMP_S_P(op, s1, p1) \
585 ap_log_error(MARK,"%*s%s: '%s' %pp", indent, " ", op, (char *)s1, p1);
588 #define DUMP_S_S(op, s1, s2) \
589 ap_log_error(MARK,"%*s%s: '%s' '%s'", indent, " ", op, (char *)s1, (char *)s2)
594 #define DUMP_S(op, s1) \
595 ap_log_error(MARK,"%*s%s: '%s'", indent, " ", op, (char *)s1)