Lines Matching defs:string
830 /* check for string registered via ap_custom_response() first */
836 /* check for string specified via ErrorDocument */
942 /* if failed, set it to the NULL string to indicate error */
1231 const char *string;
1249 current->string = word;
1274 current->string = word;
1283 current->string = s;
1290 current->string = s++;
1298 current->string = word;
1308 memcpy(cp, result->string, result->len);
1522 const char *string)
1536 ((ap_is_url(string) || (*string == '/')) && (*string != '"')) ?
1537 apr_pstrdup(r->pool, string) : apr_pstrcat(r->pool, "\"", string, NULL);
3272 * string.
3321 * If the version string is null, register our cleanup to reset the
3323 * we are adding the original SERVER_BASEVERSION string.
3333 * the existing string.
3344 * This routine adds the real server base identity to the banner string,
3366 * Lock the server_banner string if we're not displaying
3872 * non-leading white space terminates this string to allow the next field
3903 /* handle end of string */
4046 *err = "main ErrorLogFormat must contain message format string '%M'";
4279 "Format string for the ErrorLog"),