Searched refs:start_seq (Results 1 - 1 of 1) sorted by relevance

/httpd/modules/filters/
H A Dmod_include.c184 const char *start_seq; member in struct:ssi_internal_ctx
2819 * returns the index position of the first byte of start_seq (or the len of
2854 while (p < ep && *p != *intern->start_seq) {
2860 /* found a possible start_seq start */
2865 while (p < ep && *p == intern->start_seq[pos]) {
2891 * If we had to trick with the start_seq start, 'release' returns the
2892 * number of chars of the start_seq which appeared not to be part of a
2912 while (p < ep && pos < slen && *p == intern->start_seq[pos]) {
2930 * We must try all combinations, since the start_seq is a random
2933 * So: look if the first char of start_seq appear
[all...]

Completed in 17 milliseconds