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

  /external/pcre/dist/
pcre_get.c 65 (PCRE_ERROR_NOSUBSTRING) if not found
87 if (top <= 0) return PCRE_ERROR_NOSUBSTRING;
97 if (top <= 0) return PCRE_ERROR_NOSUBSTRING;
107 if (top <= 0) return PCRE_ERROR_NOSUBSTRING;
126 return PCRE_ERROR_NOSUBSTRING;
145 (PCRE_ERROR_NOSUBSTRING) if not found
170 if (top <= 0) return PCRE_ERROR_NOSUBSTRING;
180 if (top <= 0) return PCRE_ERROR_NOSUBSTRING;
190 if (top <= 0) return PCRE_ERROR_NOSUBSTRING;
237 return PCRE_ERROR_NOSUBSTRING;
    [all...]
pcre.h.generic 182 #define PCRE_ERROR_NOSUBSTRING (-7)
pcre.h.in 182 #define PCRE_ERROR_NOSUBSTRING (-7)
pcregexp.pas 184 PCRE_ERROR_NOSUBSTRING = -7;
  /external/pcre/
pcre.h 182 #define PCRE_ERROR_NOSUBSTRING (-7)

Completed in 36 milliseconds