Lines Matching refs:PCRE_PARTIAL_HARD

3238        PCRE_NO_START_OPTIMIZE,  PCRE_NO_UTF8_CHECK,   PCRE_PARTIAL_HARD,   and
3244 PCRE_NOTEMPTY_ATSTART, PCRE_PARTIAL_HARD, and PCRE_PARTIAL_SOFT. If an
3411 PCRE_ERROR_BADUTF8 or, if PCRE_PARTIAL_HARD is set and the problem is a
3430 PCRE_PARTIAL_HARD
3437 this happens when PCRE_PARTIAL_SOFT (but not PCRE_PARTIAL_HARD) is set,
3444 If PCRE_PARTIAL_HARD is set, it overrides PCRE_PARTIAL_SOFT. In this
3447 other words, when PCRE_PARTIAL_HARD is set, a partial match is consid-
3675 if PCRE_PARTIAL_HARD is set and the problem is a truncated UTF-8 char-
3725 string ends with a truncated UTF-8 character and the PCRE_PARTIAL_HARD
3728 this special error code for PCRE_PARTIAL_HARD precedes the implementa-
4134 PCRE_BSR_UNICODE, PCRE_NO_START_OPTIMIZE, PCRE_PARTIAL_HARD, PCRE_PAR-
4139 PCRE_PARTIAL_HARD
4143 details are slightly different. When PCRE_PARTIAL_HARD is set for
8399 PCRE_PARTIAL_HARD or PCRE_PARTIAL_SOFT options of pcre_exec(), you
8746 PCRE_PARTIAL_HARD options, which can be set when calling any of the
8751 matching function. If both options are set, PCRE_PARTIAL_HARD takes
8839 PCRE_PARTIAL_HARD WITH pcre_exec() OR pcre[16|32]_exec()
8841 If PCRE_PARTIAL_HARD is set for pcre_exec() or pcre[16|32]_exec(),
8851 Setting PCRE_PARTIAL_HARD also affects the way UTF-8 and UTF-16 subject
8856 PCRE_PARTIAL_HARD is set.
8868 However, if PCRE_PARTIAL_HARD is set, the result is PCRE_ERROR_PARTIAL.
8896 are returned. However, if PCRE_PARTIAL_HARD is set, a partial match
8912 "dogsbody", and so return that when PCRE_PARTIAL_HARD is set.
8929 PCRE_PARTIAL_HARD in this case does yield PCRE_ERROR_PARTIAL, because
8975 line, the PCRE_PARTIAL_HARD option is set for the match.
9012 You can set the PCRE_PARTIAL_SOFT or PCRE_PARTIAL_HARD options with
9027 It is best to use PCRE_PARTIAL_HARD in this situation, because it does
9058 using PCRE_PARTIAL_HARD, which includes the effect of PCRE_NOTEOL.
9138 Because of these problems, it is best to use PCRE_PARTIAL_HARD when