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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/pcre-8.31/
H A Dpcre_exec.c50 #define PSEND end_subject /* Field containing processed string end */
118 if (is_subject && length > md->end_subject - p) length = md->end_subject - p;
155 if (eptr >= md->end_subject)
194 if (eptr >= md->end_subject) return -2; /* Partial match */
209 if (eptr >= md->end_subject) return -2; /* Partial match */
224 if (eptr >= md->end_subject) return -2; /* Partial match */
442 if (md->partial != 0 && eptr >= md->end_subject && \
458 the md structure (e.g. utf, end_subject) into individual variables to improve
1270 cb.subject_length = (int)(md->end_subject
6369 PCRE_PUCHAR end_subject; local
[all...]
H A Dpcre_dfa_exec.c81 #define PSEND end_subject /* Field containing processed string end */
418 const pcre_uchar *end_subject = md->end_subject; local
612 if (ptr < end_subject)
863 (ptr != end_subject && WAS_NEWLINE(ptr)))
869 if (ptr >= end_subject)
898 if (ptr + 1 >= md->end_subject &&
923 else if (clen == 0 || (IS_NEWLINE(ptr) && ptr == end_subject - md->nllen))
935 (ptr == end_subject - md->nllen)
938 else if (ptr + 1 >= md->end_subject
3149 const pcre_uchar *current_subject, *end_subject; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/pcre-8.31/
H A Dpcre_exec.c50 #define PSEND end_subject /* Field containing processed string end */
118 if (is_subject && length > md->end_subject - p) length = md->end_subject - p;
155 if (eptr >= md->end_subject)
194 if (eptr >= md->end_subject) return -2; /* Partial match */
209 if (eptr >= md->end_subject) return -2; /* Partial match */
224 if (eptr >= md->end_subject) return -2; /* Partial match */
442 if (md->partial != 0 && eptr >= md->end_subject && \
458 the md structure (e.g. utf, end_subject) into individual variables to improve
1270 cb.subject_length = (int)(md->end_subject
6369 PCRE_PUCHAR end_subject; local
[all...]
H A Dpcre_dfa_exec.c81 #define PSEND end_subject /* Field containing processed string end */
418 const pcre_uchar *end_subject = md->end_subject; local
612 if (ptr < end_subject)
863 (ptr != end_subject && WAS_NEWLINE(ptr)))
869 if (ptr >= end_subject)
898 if (ptr + 1 >= md->end_subject &&
923 else if (clen == 0 || (IS_NEWLINE(ptr) && ptr == end_subject - md->nllen))
935 (ptr == end_subject - md->nllen)
938 else if (ptr + 1 >= md->end_subject
3149 const pcre_uchar *current_subject, *end_subject; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/pcre-8.31/
H A Dpcre_exec.c50 #define PSEND end_subject /* Field containing processed string end */
118 if (is_subject && length > md->end_subject - p) length = md->end_subject - p;
155 if (eptr >= md->end_subject)
194 if (eptr >= md->end_subject) return -2; /* Partial match */
209 if (eptr >= md->end_subject) return -2; /* Partial match */
224 if (eptr >= md->end_subject) return -2; /* Partial match */
442 if (md->partial != 0 && eptr >= md->end_subject && \
458 the md structure (e.g. utf, end_subject) into individual variables to improve
1270 cb.subject_length = (int)(md->end_subject
6369 PCRE_PUCHAR end_subject; local
[all...]
H A Dpcre_dfa_exec.c81 #define PSEND end_subject /* Field containing processed string end */
418 const pcre_uchar *end_subject = md->end_subject; local
612 if (ptr < end_subject)
863 (ptr != end_subject && WAS_NEWLINE(ptr)))
869 if (ptr >= end_subject)
898 if (ptr + 1 >= md->end_subject &&
923 else if (clen == 0 || (IS_NEWLINE(ptr) && ptr == end_subject - md->nllen))
935 (ptr == end_subject - md->nllen)
938 else if (ptr + 1 >= md->end_subject
3149 const pcre_uchar *current_subject, *end_subject; local
[all...]

Completed in 124 milliseconds