Lines Matching refs:prefix
338 * prefix. Returns bigstring if bigstring doesn't start with
339 * prefix or if prefix is longer than bigstring while still matching.
345 const char *prefix)
349 if (*prefix == '\0')
353 while (*p1 && *prefix) {
354 if (*p1++ != *prefix++)
357 if (*prefix == '\0')
1419 good = 0; /* not good if only a prefix was matched */
1840 static APR_INLINE unsigned char *c2x(unsigned what, unsigned char prefix,
1846 *where++ = prefix;
1864 * something with a '/' in it (and thus does not prefix "./").