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

/macosx-10.10/pcre-7/pcre/
H A Dpcre_dfa_exec.c303 current_subject where we currently are in the subject string
373 const uschar *current_subject,
462 if (current_subject <= start_subject) break;
463 current_subject--;
464 while (current_subject > start_subject &&
465 (*current_subject & 0xc0) == 0x80)
466 current_subject--;
475 gone_back = (current_subject - max_back < start_subject)?
476 current_subject - start_subject : max_back;
477 current_subject
370 internal_dfa_exec( dfa_match_data *md, const uschar *this_start_code, const uschar *current_subject, int start_offset, int *offsets, int offsetcount, int *workspace, int wscount, int ims, int rlevel, int recursing) argument
2689 const uschar *current_subject, *end_subject, *lcc; local
[all...]

Completed in 149 milliseconds