Home | History | Annotate | Download | only in doc

Lines Matching full:pcre_compile

141        support in the code, and, in addition,  you  must  call  pcre_compile()
329 have have to set the PCRE_UTF8 option when you call the pcre_compile()
820 pcre *pcre_compile(const char *pattern, int options,
918 The functions pcre_compile(), pcre_compile2(), pcre_study(), and
951 tables in the current locale for passing to pcre_compile(),
1010 argument of pcre_compile(), or it can be specified by special text at
1131 pcre *pcre_compile(const char *pattern, int options,
1140 Either of the functions pcre_compile() or pcre_compile2() can be called
1144 avoid too much repetition, we refer just to pcre_compile() below, but
1172 If errptr is NULL, pcre_compile() returns NULL immediately. Otherwise,
1173 if compilation of a pattern fails, pcre_compile() returns NULL, and
1187 If pcre_compile2() is used instead of pcre_compile(), and the error-
1206 re = pcre_compile(
1226 If this bit is set, pcre_compile() automatically inserts callout items,
1291 options passed to pcre_compile() or by a special sequence at the start
1441 bytes is found, pcre_compile() returns an error. If you already know
1570 re, /* result of pcre_compile() */
1610 argument of pcre_compile() is NULL. These are sufficient for many
1623 passed to pcre_compile() or pcre_exec() as often as necessary. For
1630 re = pcre_compile(..., tables);
1640 The pointer that is passed to pcre_compile() is saved with the compiled
1682 re, /* result of pcre_compile() */
1837 option bits are those specified in the call to pcre_compile(), modified
1942 re, /* result of pcre_compile() */
2026 custom tables were supplied to pcre_compile() via its tableptr argu-
2077 tion of pcre_compile() above. During matching, the newline choice
2734 re, /* result of pcre_compile() */
2907 If the PCRE_AUTO_CALLOUT option bit is set when pcre_compile() or
2945 MIZE option to pcre_compile(), pcre_exec(), or pcre_dfa_exec(), or by
3247 pcre_compile() or pcre_compile2() with the PCRE_UTF8 option. There is
3301 These override the default and the options given to pcre_compile() or
3659 These override the default and the options given to pcre_compile() or
3815 make them do so by setting the PCRE_UCP option for pcre_compile() or by
4164 option is passed to pcre_compile(), some of the classes are changed so
5115 pcre_compile() or by a special sequence at the start of the pattern, as
5124 On encountering the # character, pcre_compile() skips along, looking
5406 If the PCRE_AUTO_CALLOUT flag is passed to pcre_compile(), callouts are
6516 The value returned by pcre_compile() points to a single block of memory
6528 re = pcre_compile("my pattern", 0, &error, &erroroffset, NULL);
6573 pattern was compiled (the tableptr argument of pcre_compile()), you