HomeSort by relevance Sort by last modified time
    Searched refs:start_subject (Results 1 - 2 of 2) sorted by null

  /external/pcre/
pcre_dfa_exec.c 81 #define PSSTART start_subject /* Field containing processed string start */
397 const uschar *start_subject = md->start_subject; local
464 if (current_subject <= start_subject) break;
466 while (current_subject > start_subject &&
477 gone_back = (current_subject - max_back < start_subject)?
478 (int)(current_subject - start_subject) : max_back;
749 current_subject > start_subject + md->start_offset)))
758 offsets[0] = (int)(current_subject - start_subject);
759 offsets[1] = (int)(ptr - start_subject);
    [all...]
pcre_exec.c 50 #define PSSTART start_subject /* Field containing processed string start */
113 is_subject TRUE if printing from within md->start_subject
152 USPTR p = md->start_subject + md->offset_vector[offset];
819 (int)(eptr - md->start_subject);
917 cb.subject = (PCRE_SPTR)md->start_subject;
918 cb.subject_length = (int)(md->end_subject - md->start_subject);
919 cb.start_match = (int)(mstart - md->start_subject);
920 cb.current_position = (int)(eptr - md->start_subject);
    [all...]

Completed in 293 milliseconds