Home
last modified time | relevance | path

Searched defs:start_match (Results 1 – 3 of 3) sorted by relevance

/external/pcre/
Dpcre.h425 int start_match; /* Offset to start of this match attempt */ member
447 int start_match; /* Offset to start of this match attempt */ member
469 int start_match; /* Offset to start of this match attempt */ member
/external/pcre/dist/
Dpcre.h.in425 int start_match; /* Offset to start of this match attempt */ member
447 int start_match; /* Offset to start of this match attempt */ member
469 int start_match; /* Offset to start of this match attempt */ member
Dpcre_exec.c6379 PCRE_PUCHAR start_match = (PCRE_PUCHAR)subject + start_offset; in pcre_exec() local