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

  /external/pcre/
pcre_exec.c 696 argument. It is passed back in md->start_match_ptr (an overloading of that
702 strcmp((char *)markptr, (char *)(md->start_match_ptr)) == 0)
704 md->start_match_ptr = eptr;
747 md->start_match_ptr = eptr; /* Pass back current position */
756 /* Pass back the current skip name by overloading md->start_match_ptr and
761 md->start_match_ptr = ecode + 2;
773 md->start_match_ptr = ecode - GET(ecode, 1);
780 md->start_match_ptr = ecode - GET(ecode, 1);
827 (rrc != MATCH_THEN || md->start_match_ptr != ecode))
890 (rrc != MATCH_THEN || md->start_match_ptr != ecode)
    [all...]
pcre_internal.h 1727 USPTR start_match_ptr; \/* Start of matched string *\/ member in struct:match_data
    [all...]

Completed in 444 milliseconds