Searched refs:PCRE_ERROR_BADOPTION (Results 1 – 10 of 10) sorted by relevance
84 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()
239 default: return PCRE_ERROR_BADOPTION; in pcre_fullinfo()
418 case PCRE_ERROR_BADOPTION: return REG_INVARG; in regexec()
180 PCRE_ERROR_BADOPTION = -3;
177 #define PCRE_ERROR_BADOPTION (-3) macro
177 #define PCRE_ERROR_BADOPTION (-3)
3210 if ((options & ~PUBLIC_DFA_EXEC_OPTIONS) != 0) return PCRE_ERROR_BADOPTION; in pcre_dfa_exec()
6398 if ((options & ~PUBLIC_EXEC_OPTIONS) != 0) return PCRE_ERROR_BADOPTION; in pcre_exec()
424 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 value1909 PCRE_ERROR_BADOPTION.1917 PCRE_ERROR_BADOPTION.1925 PCRE_ERROR_BADOPTION.2696 PCRE_ERROR_BADOPTION the value of what was invalid3608 PCRE_ERROR_BADOPTION (-3)