Lines Matching refs:pcre2_compile
46 generic names such as pcre2_compile(), and the documentation is written
92 calling pcre2_compile(). This causes an compile time error if a pattern
190 pcre2_code *pcre2_compile(PCRE2_SPTR pattern, PCRE2_SIZE length,
473 The functions pcre2_compile(), and pcre2_match() are used for compiling
484 been successfully compiled by pcre2_compile(). This does nothing if JIT
565 when calling pcre2_compile(), or it can be specified by special text at
597 when pcre2_compile() is successful. The data in the compiled pattern is
616 pointer = pcre2_compile(...
729 ment of pcre2_compile().
801 function that is called whenever pcre2_compile() starts to compile a
861 calling pcre2_compile() so that when JIT is in use, different code can
1097 pcre2_code *pcre2_compile(PCRE2_SPTR pattern, PCRE2_SIZE length,
1105 The pcre2_compile() function compiles a pattern into an internal form.
1135 The options argument for pcre2_compile() contains various bit settings
1151 If errorcode or erroroffset is NULL, pcre2_compile() returns NULL imme-
1154 respectively, when pcre2_compile() returns NULL because a compilation
1156 cessful and pcre2_compile() returns a non-NULL value.
1176 re = pcre2_compile(
1246 If this bit is set, pcre2_compile() automatically inserts callout
1303 ting in the compile context that is passed to pcre2_compile() or by a
1417 change what pcre2_compile() generates, but it does affect the output of
1472 document. If an invalid UTF sequence is found, pcre2_compile() returns
1502 This option must be set for pcre2_compile() if pcre2_set_offset_limit()
1522 There are over 80 positive error codes that pcre2_compile() may return
1592 in the relevant locale. The result can be passed to pcre2_compile() as
1603 re = pcre2_compile(..., ccontext);
1610 The pointer that is passed (via the compile context) to pcre2_compile()
1645 re, /* result of pcre2_compile() */
1657 options that were passed to pcre2_compile(), whereas PCRE2_INFO_ALLOP-
1717 pcre2_compile() may construct a 256-bit table that defines a fixed set
1917 pcre2_compile() is getting memory in which to place the compiled pat-
2036 re, /* result of pcre2_compile() */
2989 re, /* result of pcre2_compile() */
3258 the PCRE2_UTF option when they call pcre2_compile() to compile a pat-
3281 option when calling pcre2_compile(). There is also a build-time option
3742 passing PCRE2_NO_AUTO_POSSESS to pcre2_compile(), or starting the pat-
3762 beginning of the subject, and pcre2_compile() remembers this. This
3780 optimization by passing PCRE2_NO_DOTSTAR_ANCHOR to pcre2_compile(), or
3819 MIZE option to pcre2_compile(), or by starting the pattern with
4255 with pcre2_compile(). This function has two arguments: the first is the
4256 compiled pattern pointer that was returned by pcre2_compile(), and the
4534 re = pcre2_compile(pattern, PCRE2_ZERO_TERMINATED, 0,
4623 program that calls pcre2_compile() can specify a smaller limit.
5370 A number of options that can be passed to pcre2_compile() can also be
5394 PCRE2_NEVER_UTF option is passed to pcre2_compile(), (*UTF) is not
5407 passed to pcre2_compile(), (*UCP) is not allowed, and its appearance in
5475 when calling pcre2_compile().
6521 However, if the PCRE2_UCP option is passed to pcre2_compile(), some of
7594 On encountering the # character, pcre2_compile() skips along, looking
7931 If the PCRE2_AUTO_CALLOUT flag is passed to pcre2_compile(), numerical
8722 and PCRE2_DOLLAR_ENDONLY when calling pcre2_compile() directly, but
8725 comp() function causes PCRE2_MULTILINE to be passed to pcre2_compile(),
8996 list_of_codes[0] = pcre2_compile("first pattern",
8998 list_of_codes[1] = pcre2_compile("second pattern",
9706 more than one code unit, you must call pcre2_compile() with the
9828 Passing PCRE2_NO_UTF_CHECK to pcre2_compile() just disables the check