Searched refs:pcre_study (Results 1 – 20 of 20) sorted by relevance
/external/pcre/ |
D | Makefile.am | 39 doc/html/pcre_study.html \ 181 pcre_study.c \ 324 pcre_study.o pcre_tables.o pcre_try_flipped.o \ 364 doc/pcre_study.3 \
|
D | makevp_c.txt | 14 pcre_study.c
|
D | makevp_l.txt | 14 +pcre_study.obj &
|
D | Android.mk | 58 pcre_study.c \
|
D | pcregexp.pas | 413 function pcre_study( const external_re : pointer {pcre}; in pcre_study() function 494 RegExpExt := pcre_study( RegExpC, 0, ErrorMsg );
|
D | Makefile.in | 120 pcre_study.lo pcre_tables.lo pcre_try_flipped.lo pcre_ucd.lo \ 408 doc/html/pcre_study.html \ 504 pcre_study.c \ 548 pcre_study.o pcre_tables.o pcre_try_flipped.o \ 578 doc/pcre_study.3 \ 834 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pcre_study.Plo@am__quote@
|
D | pcre.h.generic | 229 void *study_data; /* Opaque data from pcre_study() */ 311 PCRE_EXP_DECL pcre_extra *pcre_study(const pcre *, int, const char **);
|
D | pcre.h.in | 229 void *study_data; /* Opaque data from pcre_study() */ 311 PCRE_EXP_DECL pcre_extra *pcre_study(const pcre *, int, const char **);
|
D | PrepareRelease | 206 pcre_study.c \
|
D | pcre_study.c | 1027 pcre_study(const pcre *external_re, int options, const char **errorptr) in pcre_study() function
|
D | ChangeLog | 218 13. pcre_study() now recognizes \h, \v, and \R when constructing a bit map of 245 caused a problem in UTF-8 mode when pcre_study() was used to create a list 332 particular, this includes all (*DEFINE) patterns), a call to pcre_study() 370 (c) In pcre_study(), rename the function set_bit() as set_table_bit(), to 592 on.) This code has now been added to pcre_study(); it finds a lower bound 599 not been passing the result of pcre_study() to pcre_dfa_exec(), so the 755 3. Change 12 for 7.7 introduced a bug in pcre_study() when a pattern contained 1474 pcre_printint.src, pcre_compile.c, pcre_study.c, and pcre_tables.c, in 1700 20. Extended pcre_study() to be more clever in cases where a branch of a 1702 previously give no result from pcre_study(). Now it recognizes that the [all …]
|
D | pcretest.c | 1790 extra = pcre_study(re, study_options, &error); in main() 1797 extra = pcre_study(re, study_options, &error); in main()
|
D | CMakeLists.txt | 316 pcre_study.c
|
D | README | 540 The second set of tests check pcre_fullinfo(), pcre_info(), pcre_study(), 685 pcre_study.c )
|
D | pcregrep.c | 2538 hints_list[j] = pcre_study(pattern_list[j], 0, &error); in main()
|
D | NON-UNIX-USE | 112 pcre_study.c
|
/external/pcre/doc/ |
D | pcretest.txt | 251 ated by a call to pcre_study(), and to set the PCRE_EXTRA_MARK flag and 273 The /S modifier causes pcre_study() to be called after the expression
|
D | pcre.txt | 829 pcre_extra *pcre_study(const pcre *code, int options, 918 The functions pcre_compile(), pcre_compile2(), pcre_study(), and 1535 pcre_extra *pcre_study(const pcre *code, int options 1540 matching. The function pcre_study() takes a pointer to a compiled pat- 1542 information that will help speed up matching, pcre_study() returns a 1546 The returned value from pcre_study() can be passed directly to 1552 pcre_study() returns NULL. In that circumstance, if the calling program 1556 The second argument of pcre_study() contains option bits. At present, 1559 The third argument for pcre_study() is a pointer for an error message. 1564 after calling pcre_study(), to be sure that it has run successfully. [all …]
|
/external/webkit/Source/JavaScriptCore/ |
D | ChangeLog-2007-10-14 | 3312 * pcre/pcre_study.c: 3313 (pcre_study): 5739 * pcre/pcre_study.c: 17646 * pcre/pcre_study.c: Ditto.
|
D | ChangeLog-2008-08-10 | 31106 pcre_printint.src, pcre_refcount.c, pcre_study.c, pcre_try_flipped.c, 31136 * pcre/pcre_study.c: Removed.
|