Lines Matching refs:PCRE_PARTIAL_SOFT

3239        PCRE_PARTIAL_SOFT.
3244 PCRE_NOTEMPTY_ATSTART, PCRE_PARTIAL_HARD, and PCRE_PARTIAL_SOFT. If an
3431 PCRE_PARTIAL_SOFT
3434 patibility, PCRE_PARTIAL is a synonym for PCRE_PARTIAL_SOFT. A partial
3437 this happens when PCRE_PARTIAL_SOFT (but not PCRE_PARTIAL_HARD) is set,
3440 PCRE_ERROR_NOMATCH. In other words, PCRE_PARTIAL_SOFT says that the
3444 If PCRE_PARTIAL_HARD is set, it overrides PCRE_PARTIAL_SOFT. In this
4140 PCRE_PARTIAL_SOFT
4147 matches have also been found. When PCRE_PARTIAL_SOFT is set, the return
8399 PCRE_PARTIAL_HARD or PCRE_PARTIAL_SOFT options of pcre_exec(), you
8452 TIAL_HARD, and PCRE_PARTIAL_SOFT.
8745 PCRE supports partial matching by means of the PCRE_PARTIAL_SOFT and
8748 onym for PCRE_PARTIAL_SOFT. The essential difference between the two
8813 PCRE_PARTIAL_SOFT WITH pcre_exec() OR pcre[16|32]_exec()
8815 If PCRE_PARTIAL_SOFT is set when pcre_exec() or pcre[16|32]_exec()
8867 "dog" with PCRE_PARTIAL_SOFT, it yields a complete match for "dog".
8894 When PCRE_PARTIAL_SOFT is set, PCRE_ERROR_PARTIAL is returned only if
8918 boundaries, partial matching with PCRE_PARTIAL_SOFT can give counter-
8937 PCRE_PARTIAL option (predecessor of PCRE_PARTIAL_SOFT) could not be
8953 PCRE_PARTIAL_SOFT option is used for the match. Here is a run of
9012 You can set the PCRE_PARTIAL_SOFT or PCRE_PARTIAL_HARD options with
9108 long string, especially when PCRE_PARTIAL_SOFT is used. The section
9112 PCRE_PARTIAL_SOFT) a partial match result is given only when there are
9129 function, setting the PCRE_PARTIAL_SOFT option. Although the string is