Lines Matching defs:string
298 char *input; /* Input string of RewriteCond */
299 char *pattern; /* the RegExp pattern string */
315 char *pattern; /* the RegExp pattern string */
317 char *output; /* the Substitution string */
385 const char *string;
503 * the scheme supports a query string or not.
753 * the current URI string
760 /* don't touch, unless it's a scheme for which a query string makes sense.
770 r->args = NULL; /* Discard query string */
771 rewritelog((r, 2, NULL, "discarding query string"));
1107 * General Note: key is already a fresh string, created (expanded) just
1151 /* extract it from the whole string */
1525 curbuf->string = buf;
1546 memcpy(p, buflist->string, buflist->len);
2248 /* perform all the expansions on the input string
2249 * putting the result into a new string
2279 current->string = input;
2301 current->string = p;
2305 current->string = ++p;
2317 current->string = p;
2328 current->string = p;
2341 * reasons we must never expand a string that includes
2353 current->string = p;
2378 current->string = key;
2405 current->string = tmp2;
2408 current->string = bri->source + bri->regmatch[n].rm_so;
2420 current->string = p++;
2436 current->string = p;
2451 memcpy(c, result->string, result->len);
3313 /* arg1: the input string */
3412 /* "" represents an empty string */
3771 /* arg2: the output string */
5015 rewritelog((r, 1, dconf->directory, "%s %s to query string for redirect %s",
5216 "an input string and a to be applied regexp-pattern"),