Home
last modified time | relevance | path

Searched refs:pcre_study (Results 1 – 20 of 20) sorted by relevance

/external/pcre/
DMakefile.am39 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 \
Dmakevp_c.txt14 pcre_study.c
Dmakevp_l.txt14 +pcre_study.obj &
DAndroid.mk58 pcre_study.c \
Dpcregexp.pas413 function pcre_study( const external_re : pointer {pcre}; in pcre_study() function
494 RegExpExt := pcre_study( RegExpC, 0, ErrorMsg );
DMakefile.in120 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@
Dpcre.h.generic229 void *study_data; /* Opaque data from pcre_study() */
311 PCRE_EXP_DECL pcre_extra *pcre_study(const pcre *, int, const char **);
Dpcre.h.in229 void *study_data; /* Opaque data from pcre_study() */
311 PCRE_EXP_DECL pcre_extra *pcre_study(const pcre *, int, const char **);
DPrepareRelease206 pcre_study.c \
Dpcre_study.c1027 pcre_study(const pcre *external_re, int options, const char **errorptr) in pcre_study() function
DChangeLog218 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 …]
Dpcretest.c1790 extra = pcre_study(re, study_options, &error); in main()
1797 extra = pcre_study(re, study_options, &error); in main()
DCMakeLists.txt316 pcre_study.c
DREADME540 The second set of tests check pcre_fullinfo(), pcre_info(), pcre_study(),
685 pcre_study.c )
Dpcregrep.c2538 hints_list[j] = pcre_study(pattern_list[j], 0, &error); in main()
DNON-UNIX-USE112 pcre_study.c
/external/pcre/doc/
Dpcretest.txt251 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
Dpcre.txt829 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/
DChangeLog-2007-10-143312 * pcre/pcre_study.c:
3313 (pcre_study):
5739 * pcre/pcre_study.c:
17646 * pcre/pcre_study.c: Ditto.
DChangeLog-2008-08-1031106 pcre_printint.src, pcre_refcount.c, pcre_study.c, pcre_try_flipped.c,
31136 * pcre/pcre_study.c: Removed.