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

  /external/bluetooth/glib/glib/
Makefile.am 13 MAYBE_PCRE = pcre
22 SUBDIRS = libcharset $(PRINTF_SUBDIR) $(MAYBE_PCRE) update-pcre . tests
24 DIST_SUBDIRS = libcharset gnulib pcre update-pcre tests
283 pcre_lib = pcre/libpcre.la
  /external/pcre/
pcre_refcount.c 5 /* PCRE is a library of functions to support regular expressions whose syntax
72 pcre_refcount(pcre *argument_re, int adjust)
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
149 #define PCRE_ERROR_CALLOUT (-9) /* Never used by PCRE itself */
213 typedef struct real_pcre pcre;
215 /* When PCRE is compiled as a C++ library, the subject pointer type can be
280 /* Exported PCRE functions */
282 PCRE_EXP_DECL pcre *pcre_compile(const char *, int, const char **, int *
    [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
149 #define PCRE_ERROR_CALLOUT (-9) /* Never used by PCRE itself */
213 typedef struct real_pcre pcre;
215 /* When PCRE is compiled as a C++ library, the subject pointer type can be
280 /* Exported PCRE functions */
282 PCRE_EXP_DECL pcre *pcre_compile(const char *, int, const char **, int *
    [all...]
pcre_info.c 5 /* PCRE is a library of functions to support regular expressions whose syntax
76 pcre_info(const pcre *argument_re, int *optptr, int *first_byte)
Android.mk 20 intermediatesSrc := $(call intermediates-dir-for,STATIC_LIBRARIES,libpcre,HOST,)/pcre/src
21 intermediatesInc := $(call intermediates-dir-for,STATIC_LIBRARIES,libpcre,HOST,)/pcre/include
23 pcre_generated_header1 := $(intermediatesInc)/pcre.h
24 $(pcre_generated_header1): PRIVATE_INPUT_FILE := $(LOCAL_PATH)/pcre.h.generic
26 $(pcre_generated_header1): $(LOCAL_PATH)/pcre.h.generic
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...]
Makefile.am 6 doc/pcre.txt \
7 doc/pcre-config.txt \
19 doc/html/pcre.html \
20 doc/html/pcre-config.html \
108 # These files are usable versions of pcre.h and config.h that are distributed
109 # for the benefit of people who are building PCRE manually, without the
112 pcre.h.generic \
115 pcre.h.generic: configure.ac
117 cp -p pcre.h $@
119 MAINTAINERCLEANFILES += pcre.h.generi
    [all...]
pcre_get.c 5 /* PCRE is a library of functions to support regular expressions whose syntax
69 pcre_get_stringnumber(const pcre *code, const char *stringname)
118 pcre_get_stringtable_entries(const pcre *code, const char *stringname,
186 get_first_set(const pcre *code, const char *stringname, int *ovector)
280 pcre_copy_named_substring(const pcre *code, const char *subject, int *ovector,
349 /* This function exists for the benefit of people calling PCRE from non-C
437 pcre_get_named_substring(const pcre *code, const char *subject, int *ovector,
452 /* This function exists for the benefit of people calling PCRE from non-C
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...]
pcre_fullinfo.c 5 /* PCRE is a library of functions to support regular expressions whose syntax
69 pcre_fullinfo(const pcre *argument_re, const pcre_extra *extra_data, int what,
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...]
pcregrep.c 5 /* This is a grep program that uses the PCRE regular expression library to do
66 #include "pcre.h"
146 static pcre **pattern_list = NULL;
154 static pcre *include_compiled = NULL;
155 static pcre *exclude_compiled = NULL;
156 static pcre *include_dir_compiled = NULL;
157 static pcre *exclude_dir_compiled = NULL;
242 { OP_LONGNUMBER, N_M_LIMIT, &match_limit, "match-limit=number", "set PCRE match limit option" },
243 { OP_LONGNUMBER, N_M_LIMIT_REC, &match_limit_recursion, "recursion-limit=number", "set PCRE match recursion limit option" },
    [all...]
pcrecpp.cc 46 #include "pcre.h"
55 static const int kVecSize = (1 + kMaxArgs) * 3; // results + PCRE workspace
60 // This is for ABI compatibility with old versions of pcre (pre-7.6),
111 pcre* RE::Compile(Anchor anchor) {
112 // First, convert RE_Options into pcre options
117 // runtime pcre only provides an option for anchoring at the
122 // a pcre unanchored match.
124 // a pcre anchored match.
126 // and use a pcre anchored match.
130 pcre* re
    [all...]
pcre_printint.src 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
155 pcre_printint(pcre *external_re, FILE *f, BOOL print_lengths)
pcre_study.c 5 /* PCRE is a library of functions to support regular expressions whose syntax
609 the pcre module can use all the optimization it can get). */
1027 pcre_study(const pcre *external_re, int options, const char **errorptr)
pcretest.c 2 * PCRE testing program *
5 /* This program was hacked up as a tester for PCRE. I really should have
101 "inside information" compared to a program that strictly follows the PCRE API.
103 Although pcre_internal.h does itself include pcre.h, we explicitly include it
105 appropriately for an application, not for building PCRE. */
107 #include "pcre.h"
110 /* We need access to some of the data tables that PCRE uses. So as not to have
155 UTF8 support if PCRE is built without it. */
205 /* By default, the "tables" pointer when calling PCRE is set to NULL, thereby
210 /* This is the set of tables distributed as default with PCRE. It recognize
    [all...]
pcre_compile.c 5 /* PCRE is a library of functions to support regular expressions whose syntax
368 "this version of PCRE is not compiled with PCRE_UTF8 support\0"
374 "PCRE does not support \\L, \\l, \\N{name}, \\U, or \\u\0"
410 "this version of PCRE is not compiled with PCRE_UCP support\0"
416 may mark arbitrary characters as digits - but the PCRE compiling code expects
420 applications one wants PCRE to compile efficiently as well as match
640 /* A number of Perl escapes are not handled by PCRE. We give an explicit
    [all...]
pcre_dfa_exec.c 5 /* PCRE is a library of functions to support regular expressions whose syntax
    [all...]
pcre_exec.c 5 /* PCRE is a library of functions to support regular expressions whose syntax
    [all...]
configure 3 # Generated by GNU Autoconf 2.65 for PCRE 8.12.
560 PACKAGE_NAME='PCRE'
561 PACKAGE_TARNAME='pcre'
563 PACKAGE_STRING='PCRE 8.12'
567 ac_unique_file="pcre.h.in"
    [all...]
  /external/bluetooth/glib/docs/reference/glib/
Makefile.am 47 pcre \
48 update-pcre
  /external/collada/
Android.mk 225 pcre_intermediatesInc := $(call intermediates-dir-for,STATIC_LIBRARIES,libpcre,HOST,)/pcre/include
228 $(pcre_intermediatesInc)/pcre.h \
237 external/pcre \

Completed in 300 milliseconds