Lines Matching refs:start
338 * prefix. Returns bigstring if bigstring doesn't start with
753 static char *substring_conf(apr_pool_t *p, const char *start, int len,
761 if (start[i] == '\\' && (start[i + 1] == '\\'
762 || (quote && start[i + 1] == quote)))
763 *resp++ = start[++i];
765 *resp++ = start[i];
1070 char *start, *end;
1074 start = buf;
1075 while (apr_isspace(*start))
1076 ++start;
1078 end = &start[strlen(start)];
1079 while (--end >= start && apr_isspace(*end))
1082 if (start != buf)
1083 memmove(buf, start, end - start + 2);
1087 return end - start + 1;
1599 /* find start of token, skip all stop characters, note NUL