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

/barrelfish-2018-10-04/include/
H A Dpcre.h211 #define PCRE_ERROR_BADLENGTH (-32) macro
/barrelfish-2018-10-04/lib/pcre/
H A Dpcre_dfa_exec.c3216 if (length < 0) return PCRE_ERROR_BADLENGTH;
H A Dpcre_exec.c6414 if (length < 0) return PCRE_ERROR_BADLENGTH;

Completed in 44 milliseconds