Home
last modified time | relevance | path

Searched refs:PCRE_ERROR_BADOPTION (Results 1 – 10 of 10) sorted by relevance

/external/pcre/dist/
Dpcre_config.c84 return PCRE_ERROR_BADOPTION; in pcre_config()
97 return PCRE_ERROR_BADOPTION; in pcre_config()
110 return PCRE_ERROR_BADOPTION; in pcre_config()
184 default: return PCRE_ERROR_BADOPTION; in pcre_config()
Dpcre_fullinfo.c239 default: return PCRE_ERROR_BADOPTION; in pcre_fullinfo()
Dpcreposix.c418 case PCRE_ERROR_BADOPTION: return REG_INVARG; in regexec()
Dpcregexp.pas180 PCRE_ERROR_BADOPTION = -3;
Dpcre.h.in177 #define PCRE_ERROR_BADOPTION (-3) macro
Dpcre.h.generic177 #define PCRE_ERROR_BADOPTION (-3)
Dpcre_dfa_exec.c3210 if ((options & ~PUBLIC_DFA_EXEC_OPTIONS) != 0) return PCRE_ERROR_BADOPTION; in pcre_dfa_exec()
Dpcre_exec.c6398 if ((options & ~PUBLIC_EXEC_OPTIONS) != 0) return PCRE_ERROR_BADOPTION; in pcre_exec()
/external/pcre/
Dpcre.h177 #define PCRE_ERROR_BADOPTION (-3) macro
/external/pcre/dist/doc/
Dpcre.txt424 fig(), the result is the PCRE_ERROR_BADOPTION error.
755 fig(), the result is the PCRE_ERROR_BADOPTION error.
1899 success, or the negative error code PCRE_ERROR_BADOPTION if the value
1909 PCRE_ERROR_BADOPTION.
1917 PCRE_ERROR_BADOPTION.
1925 PCRE_ERROR_BADOPTION.
2696 PCRE_ERROR_BADOPTION the value of what was invalid
3608 PCRE_ERROR_BADOPTION (-3)