Lines Matching refs:pcre_study
910 41. There were two incorrect #ifdefs in pcre_study.c, meaning that, in 16-bit
1274 13. Be more explicit in pcre_study() instead of relying on "default" for
1276 ones are added and accidentally left out of pcre_study(), testing should
1284 study enabled, and thereby test pcre_study() more easily. All the standard
1450 48. For a pattern such as /\babc|\bdef/ pcre_study() was failing to set up the
1668 13. pcre_study() now recognizes \h, \v, and \R when constructing a bit map of
1695 caused a problem in UTF-8 mode when pcre_study() was used to create a list
1782 particular, this includes all (*DEFINE) patterns), a call to pcre_study()
1820 (c) In pcre_study(), rename the function set_bit() as set_table_bit(), to
2042 on.) This code has now been added to pcre_study(); it finds a lower bound
2049 not been passing the result of pcre_study() to pcre_dfa_exec(), so the
2206 3. Change 12 for 7.7 introduced a bug in pcre_study() when a pattern contained
2925 pcre_printint.src, pcre_compile.c, pcre_study.c, and pcre_tables.c, in
3151 20. Extended pcre_study() to be more clever in cases where a branch of a
3153 previously give no result from pcre_study(). Now it recognizes that the
3176 have affected the operation of pcre_study().
3308 2. The code in pcre_study() was using the value of the re argument before
3424 pcre_study() and all its branches started with \s, PCRE still included VT
3926 12. Missing cast in pcre_study().
4694 is used for passing in "extra" data from pcre_study().
4700 study_data opaque data from pcre_study()
4711 The pcre_study() function now returns one of these new pcre_extra blocks, with
4718 in a pcre_extra block provided by pcre_study(), or create your own pcre_extra
4732 created by pcre_study(). The fourth argument should point to a size_t variable.
4734 pcre_study() call when information about the compiled regex is being displayed.
5236 localized options. All options to pcre_study() were also removed.
5505 2. Get pcre_study() to generate a bitmap of initial characters for non-
5514 2. Add pcre_study() to the API and the passing of pcre_extra to pcre_exec(),