HomeSort by relevance Sort by last modified time
    Searched refs:pcre (Results 1 - 25 of 36) sorted by null

1 2

  /external/pcre/dist/
pcre_refcount.c 5 /* PCRE is a library of functions to support regular expressions whose syntax
73 pcre_refcount(pcre *argument_re, int adjust)
makevp.bat 1 :: AH 20-12-06 modified for new PCRE-7.0 and VP/BCC
7 :: AH 27.08.08 updated for new PCRE-7.7
8 :: required PCRE.H and CONFIG.H will be generated if not existing
12 echo Compiling PCRE with BORLAND C++ for VIRTUAL PASCAL
15 REM This file was contributed by Alexander Tokarev for building PCRE for use
16 REM with Virtual Pascal. It has not been tested with the latest PCRE release.
18 REM This file has been modified and extended to compile with newer PCRE releases
30 del pcre%PCRE_VER%.lib >nul 2>nul
35 if not exist pcre.h copy pcre.h.generic pcre.
    [all...]
pcre.h.generic 5 /* This is the public header file for the PCRE library, to be #included by
6 applications that call the PCRE functions.
42 /* The current PCRE version information. */
49 /* When an application links to a PCRE DLL in Windows, the symbols that are
50 imported have to be identified as such. When building PCRE, the appropriate
184 #define PCRE_ERROR_CALLOUT (-9) /* Never used by PCRE itself */
311 /* Bit flags for the pcre[16|32]_extra structure. Do not re-arrange or redefine
325 typedef struct real_pcre pcre;
342 /* If PCRE is compiled with 16 bit character support, PCRE_UCHAR16 must contain
353 /* If PCRE is compiled with 32 bit character support, PCRE_UCHAR32 must contai
    [all...]
pcre.h.in 5 /* This is the public header file for the PCRE library, to be #included by
6 applications that call the PCRE functions.
42 /* The current PCRE version information. */
49 /* When an application links to a PCRE DLL in Windows, the symbols that are
50 imported have to be identified as such. When building PCRE, the appropriate
184 #define PCRE_ERROR_CALLOUT (-9) /* Never used by PCRE itself */
311 /* Bit flags for the pcre[16|32]_extra structure. Do not re-arrange or redefine
325 typedef struct real_pcre pcre;
342 /* If PCRE is compiled with 16 bit character support, PCRE_UCHAR16 must contain
353 /* If PCRE is compiled with 32 bit character support, PCRE_UCHAR32 must contai
    [all...]
Makefile.am 6 doc/pcre.txt \
7 doc/pcre-config.txt \
23 doc/html/pcre-config.html \
24 doc/html/pcre.html \
131 # These files are usable versions of pcre.h and config.h that are distributed
132 # for the benefit of people who are building PCRE manually, without the
135 pcre.h.generic \
138 # The only difference between pcre.h.in and pcre.h is the setting of the PCRE
    [all...]
pcredemo.c 2 * PCRE DEMONSTRATION PROGRAM *
6 of calling the PCRE regular expression library from a C program. See the
8 the PCRE man pages installed).
10 In Unix-like environments, if PCRE is installed in your standard system
15 If PCRE is not installed in a standard place, it is likely to be installed with
27 library files for PCRE are installed on your system. Only some operating
33 define PCRE_STATIC before including pcre.h, otherwise the pcre_malloc() and
41 #include <pcre.h>
48 pcre *re;
110 printf("PCRE compilation failed at offset %d: %s\n", erroffset, error)
    [all...]
pcregexp.pas 5 Based on PCRE library interface unit for Virtual Pascal.
8 The current PCRE version is: 3.7
37 The PCRE library is written by: Philip Hazel <ph10@cam.ac.uk>
42 AH: 9-11-04 - pcre_free: removed var, pcre already gives the ptr, now
44 -> removed CheckRegExp because pcre handles errors perfectly
49 19-02-06 - added SearchOfs(): let PCRE use the complete string and offset
187 PCRE_ERROR_CALLOUT = -9; { Never used by PCRE itself }
294 { local replacement of external pcre memory management functions }
310 MAGIC_NUMBER = $50435245; { 'PCRE' }
335 { imported original pcre functions
    [all...]
pcrecpp.h 36 // C++ interface to the pcre regular-expression library. RE supports
43 // This module is part of the pcre library and hence supports its syntax
165 // NOTE: The UTF8 option is ignored if pcre was not configured with the
171 // PCRE defines some modifiers to change the behavior of the regular
191 // PCRE API reference manual).
193 // (*) Both Perl and PCRE allow non matching parentheses by means of the
208 // pcre to keep it from doing bad things like blowing the stack or taking
212 // which uses PCRE_EXTRA_MATCH_LIMIT_RECURSION to limit how much pcre
213 // recurses. match_limit() caps the number of matches pcre does;
334 #include <pcre.h
    [all...]
pcreposix.c 5 /* PCRE is a library of functions to support regular expressions whose syntax
41 /* This module is a wrapper that provides a POSIX API to the underlying PCRE
60 /* We include pcre.h before pcre_internal.h so that the PCRE library functions
62 This is needed even though pcre_internal.h itself includes pcre.h, because it
65 #include "pcre.h"
70 /* Table to translate PCRE compile time error codes into POSIX error codes. */
111 REG_INVARG, /* this version of PCRE is not compiled with PCRE_UTF8 support */
117 REG_EESCAPE, /* PCRE does not support \L, \l, \N, \U, or \u */
153 REG_INVARG, /* this version of PCRE is not compiled with PCRE_UCP support *
    [all...]
pcre_get.c 5 /* PCRE is a library of functions to support regular expressions whose syntax
70 pcre_get_stringnumber(const pcre *code, const char *stringname)
150 pcre_get_stringtable_entries(const pcre *code, const char *stringname,
261 get_first_set(const pcre *code, const char *stringname, int *ovector)
390 pcre_copy_named_substring(const pcre *code, const char *subject,
493 /* This function exists for the benefit of people calling PCRE from non-C
607 pcre_get_named_substring(const pcre *code, const char *subject,
640 /* This function exists for the benefit of people calling PCRE from non-C
pcre_printint.c 5 /* PCRE is a library of functions to support regular expressions whose syntax
41 /* This module contains a PCRE private debugging function for printing out the
64 "inside information" compared to a program that strictly follows the PCRE API.
66 Although pcre_internal.h does itself include pcre.h, we explicitly include it
68 appropriately for an application, not for building PCRE. */
70 #include "pcre.h"
83 void pcre_printint(pcre *external_re, FILE *f, BOOL print_lengths);
85 void pcre16_printint(pcre *external_re, FILE *f, BOOL print_lengths);
87 void pcre32_printint(pcre *external_re, FILE *f, BOOL print_lengths);
303 pcre_printint(pcre *external_re, FILE *f, BOOL print_lengths
    [all...]
pcre_fullinfo.c 5 /* PCRE is a library of functions to support regular expressions whose syntax
70 pcre_fullinfo(const pcre *argument_re, const pcre_extra *extra_data,
pcretest.c 2 * PCRE testing program *
5 /* This program was hacked up as a tester for PCRE. I really should have
40 32-bit PCRE libraries in a single program. This is different from the modules
135 "inside information" compared to a program that strictly follows the PCRE API.
137 Although pcre_internal.h does itself include pcre.h, we explicitly include it
139 appropriately for an application, not for building PCRE. */
141 #include "pcre.h"
150 void pcre_printint(pcre *external_re, FILE *f, BOOL print_lengths);
153 void pcre16_printint(pcre *external_re, FILE *f, BOOL print_lengths);
156 void pcre32_printint(pcre *external_re, FILE *f, BOOL print_lengths)
    [all...]
pcre_byte_order.c 5 /* PCRE is a library of functions to support regular expressions whose syntax
99 PCRE_EXP_DECL int pcre_pattern_to_host_byte_order(pcre *argument_re,
  /external/libselinux/
Android.mk 51 LOCAL_C_INCLUDES := external/pcre
70 LOCAL_C_INCLUDES := external/pcre
81 LOCAL_C_INCLUDES := external/pcre
  /external/chromium_org/third_party/re2/util/
pcre.h 5 // This is a variant of PCRE's pcrecpp.h, originally written at Google.
7 // compilation as PCRE in namespace re2.
9 // C++ interface to the pcre regular-expression library. PCRE supports
16 // This module uses the pcre library and hence supports its syntax
19 // http://www.google.com/search?q=pcre
39 // CHECK(PCRE::FullMatch("hello", "h.*o"));
42 // CHECK(!PCRE::FullMatch("hello", "e"));
57 // PCRE re(utf8_pattern, PCRE::UTF8)
    [all...]
pcre.cc 5 // This is a variant of PCRE's pcrecpp.cc, originally written at Google.
7 // compilation as PCRE in namespace re2.
12 #include "util/pcre.h"
21 // Default PCRE limits.
26 DEFINE_int32(regexp_stack_limit, 256<<10, "default PCRE stack limit (bytes)");
28 "default PCRE match limit (function calls)");
34 static const int kVecSize = (1 + kMaxArgs) * 3; // results + PCRE workspace
36 // Approximate size of a recursive invocation of PCRE's
46 PCRE::Arg PCRE::no_more_args((void*)NULL)
    [all...]
  /external/regex-re2/util/
pcre.h 5 // This is a variant of PCRE's pcrecpp.h, originally written at Google.
7 // compilation as PCRE in namespace re2.
9 // C++ interface to the pcre regular-expression library. PCRE supports
16 // This module uses the pcre library and hence supports its syntax
19 // http://www.google.com/search?q=pcre
39 // CHECK(PCRE::FullMatch("hello", "h.*o"));
42 // CHECK(!PCRE::FullMatch("hello", "e"));
57 // PCRE re(utf8_pattern, PCRE::UTF8)
    [all...]
  /external/chromium_org/third_party/re2/doc/
mksyntaxwiki 10 ,s! pcre$! <font size="1">PCRE</font>!g
28 <tr><td colspan="2">It also lists syntax accepted by PCRE, PERL, and VIM.</td></tr>
mksyntaxhtml 12 ,s! pcre$! <font size=-2>PCRE</font>!g
32 <tr><td colspan=2>It also lists syntax accepted by PCRE, PERL, and VIM.</td></tr>
  /external/regex-re2/doc/
mksyntaxwiki 10 ,s! pcre$! <font size="1">PCRE</font>!g
28 <tr><td colspan="2">It also lists syntax accepted by PCRE, PERL, and VIM.</td></tr>
mksyntaxhtml 12 ,s! pcre$! <font size=-2>PCRE</font>!g
32 <tr><td colspan=2>It also lists syntax accepted by PCRE, PERL, and VIM.</td></tr>
  /external/chromium_org/third_party/re2/
Makefile 7 # to build against PCRE for testing or benchmarking,
60 util/pcre.h\
114 obj/util/pcre.o\
266 ./obj/test/regexp_benchmark 'PCRE|RE2') | tee -a benchlog.$$(hostname | sed 's/\..*//')
  /external/libselinux/src/
label_file.c 19 #include <pcre.h>
30 pcre *regex; /* compiled regular expression */
31 pcre_extra *sd; /* pcre study result */
  /external/regex-re2/
Makefile 7 # to build against PCRE for testing or benchmarking,
60 util/pcre.h\
114 obj/util/pcre.o\
266 ./obj/test/regexp_benchmark 'PCRE|RE2') | tee -a benchlog.$$(hostname | sed 's/\..*//')

Completed in 696 milliseconds

1 2