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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/pcre-8.31/
H A Dpcre_exec.c1271 cb.start_match = (int)(mstart - md->start_subject);
1694 cb.start_match = (int)(mstart - md->start_subject);
6368 PCRE_PUCHAR start_match = (PCRE_PUCHAR)subject + start_offset; local
6371 PCRE_PUCHAR req_char_ptr = start_match - 1;
6731 PCRE_PUCHAR t = start_match;
6760 while (start_match < end_subject &&
6761 *start_match != first_char && *start_match != first_char2)
6762 start_match++;
6764 while (start_match < end_subjec
[all...]
H A Dpcre_dfa_exec.c2671 cb.start_match = (int)(current_subject - start_subject);
3020 cb.start_match = (int)(current_subject - start_subject);
H A Dpcregexp.pas283 subject_length, start_match, current_position, capture_top,
H A Dpcretest.c1631 PCHARS(pre_start, cb->subject, 0, cb->start_match, f);
1632 PCHARS(post_start, cb->subject, cb->start_match,
1633 cb->current_position - cb->start_match, f);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/pcre-8.31/
H A Dpcre_exec.c1271 cb.start_match = (int)(mstart - md->start_subject);
1694 cb.start_match = (int)(mstart - md->start_subject);
6368 PCRE_PUCHAR start_match = (PCRE_PUCHAR)subject + start_offset; local
6371 PCRE_PUCHAR req_char_ptr = start_match - 1;
6731 PCRE_PUCHAR t = start_match;
6760 while (start_match < end_subject &&
6761 *start_match != first_char && *start_match != first_char2)
6762 start_match++;
6764 while (start_match < end_subjec
[all...]
H A Dpcre_dfa_exec.c2671 cb.start_match = (int)(current_subject - start_subject);
3020 cb.start_match = (int)(current_subject - start_subject);
H A Dpcregexp.pas283 subject_length, start_match, current_position, capture_top,
H A Dpcretest.c1631 PCHARS(pre_start, cb->subject, 0, cb->start_match, f);
1632 PCHARS(post_start, cb->subject, cb->start_match,
1633 cb->current_position - cb->start_match, f);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/pcre-8.31/
H A Dpcre_exec.c1271 cb.start_match = (int)(mstart - md->start_subject);
1694 cb.start_match = (int)(mstart - md->start_subject);
6368 PCRE_PUCHAR start_match = (PCRE_PUCHAR)subject + start_offset; local
6371 PCRE_PUCHAR req_char_ptr = start_match - 1;
6731 PCRE_PUCHAR t = start_match;
6760 while (start_match < end_subject &&
6761 *start_match != first_char && *start_match != first_char2)
6762 start_match++;
6764 while (start_match < end_subjec
[all...]
H A Dpcre_dfa_exec.c2671 cb.start_match = (int)(current_subject - start_subject);
3020 cb.start_match = (int)(current_subject - start_subject);
H A Dpcregexp.pas283 subject_length, start_match, current_position, capture_top,
H A Dpcretest.c1631 PCHARS(pre_start, cb->subject, 0, cb->start_match, f);
1632 PCHARS(post_start, cb->subject, cb->start_match,
1633 cb->current_position - cb->start_match, f);

Completed in 230 milliseconds