Lines Matching defs:output
317 char *output; /* the Substitution string */
952 char *output;
963 output = apr_palloc(r->pool, outlen + 1); /* don't forget the \0 */
965 memcpy(output, subst, slen);
966 if (slen && !output[slen-1]) {
967 output[slen-1] = '/';
969 memcpy(output+slen, input+len, outlen - slen);
970 output[outlen] = '\0';
973 output));
975 return output;
3771 /* arg2: the output string */
3772 newrule->output = a2;
4152 newuri = do_expand(p->output, ctx, p);