Home
last modified time | relevance | path

Searched refs:pcre32 (Results 1 – 25 of 26) sorted by relevance

12

/external/pcre/
Dpcre.h331 typedef struct real_pcre32 pcre32; typedef
544 PCRE_EXP_DECL pcre32 *pcre32_compile(PCRE_SPTR32, int, const char **, int *,
550 PCRE_EXP_DECL pcre32 *pcre32_compile2(PCRE_SPTR32, int, int *, const char **,
559 PCRE_EXP_DECL int pcre32_copy_named_substring(const pcre32 *, PCRE_SPTR32,
571 PCRE_EXP_DECL int pcre32_dfa_exec(const pcre32 *, const pcre32_extra *,
577 PCRE_EXP_DECL int pcre32_exec(const pcre32 *, const pcre32_extra *,
585 PCRE_EXP_DECL int pcre32_jit_exec(const pcre32 *, const pcre32_extra *,
598 PCRE_EXP_DECL int pcre32_fullinfo(const pcre32 *, const pcre32_extra *, int,
604 PCRE_EXP_DECL int pcre32_get_named_substring(const pcre32 *, PCRE_SPTR32,
608 PCRE_EXP_DECL int pcre32_get_stringnumber(const pcre32 *, PCRE_SPTR32);
[all …]
/external/pcre/dist/
Dpcre.h.in331 typedef struct real_pcre32 pcre32; typedef
355 pcre32 functions are not implemented. There is a check for this in pcre_internal.h. */
544 PCRE_EXP_DECL pcre32 *pcre32_compile(PCRE_SPTR32, int, const char **, int *,
550 PCRE_EXP_DECL pcre32 *pcre32_compile2(PCRE_SPTR32, int, int *, const char **,
559 PCRE_EXP_DECL int pcre32_copy_named_substring(const pcre32 *, PCRE_SPTR32,
571 PCRE_EXP_DECL int pcre32_dfa_exec(const pcre32 *, const pcre32_extra *,
577 PCRE_EXP_DECL int pcre32_exec(const pcre32 *, const pcre32_extra *,
585 PCRE_EXP_DECL int pcre32_jit_exec(const pcre32 *, const pcre32_extra *,
598 PCRE_EXP_DECL int pcre32_fullinfo(const pcre32 *, const pcre32_extra *, int,
604 PCRE_EXP_DECL int pcre32_get_named_substring(const pcre32 *, PCRE_SPTR32,
[all …]
Dpcre.h.generic331 typedef struct real_pcre32 pcre32;
355 pcre32 functions are not implemented. There is a check for this in pcre_internal.h. */
544 PCRE_EXP_DECL pcre32 *pcre32_compile(PCRE_SPTR32, int, const char **, int *,
550 PCRE_EXP_DECL pcre32 *pcre32_compile2(PCRE_SPTR32, int, int *, const char **,
559 PCRE_EXP_DECL int pcre32_copy_named_substring(const pcre32 *, PCRE_SPTR32,
571 PCRE_EXP_DECL int pcre32_dfa_exec(const pcre32 *, const pcre32_extra *,
577 PCRE_EXP_DECL int pcre32_exec(const pcre32 *, const pcre32_extra *,
585 PCRE_EXP_DECL int pcre32_jit_exec(const pcre32 *, const pcre32_extra *,
598 PCRE_EXP_DECL int pcre32_fullinfo(const pcre32 *, const pcre32_extra *, int,
604 PCRE_EXP_DECL int pcre32_get_named_substring(const pcre32 *, PCRE_SPTR32,
[all …]
Dpcre_get.c76 pcre32_get_stringnumber(const pcre32 *code, PCRE_SPTR32 stringname) in pcre_get_stringnumber()
158 pcre32_get_stringtable_entries(const pcre32 *code, PCRE_SPTR32 stringname, in pcre_get_stringtable_entries()
267 get_first_set(const pcre32 *code, PCRE_SPTR32 stringname, int *ovector) in get_first_set()
400 pcre32_copy_named_substring(const pcre32 *code, PCRE_SPTR32 subject, in pcre_copy_named_substring()
617 pcre32_get_named_substring(const pcre32 *code, PCRE_SPTR32 subject, in pcre_get_named_substring()
Dpcre_refcount.c79 pcre32_refcount(pcre32 *argument_re, int adjust) in pcre_refcount()
Dpcre_fullinfo.c78 pcre32_fullinfo(const pcre32 *argument_re, const pcre32_extra *extra_data, in pcre_fullinfo()
DCMakeLists.txt646 ADD_LIBRARY(pcre32 ${PCRE_HEADERS} ${PCRE32_SOURCES} ${PROJECT_BINARY_DIR}/config.h) target
647 SET(targets ${targets} pcre32)
651 SET_TARGET_PROPERTIES(pcre32
657 SET_TARGET_PROPERTIES(pcre32
728 LIST(APPEND PCRETEST_LIBS pcre32)
743 LIST(APPEND PCRE_JIT_TEST_LIBS pcre32)
Dpcre_byte_order.c105 PCRE_EXP_DECL int pcre32_pattern_to_host_byte_order(pcre32 *argument_re, in pcre_pattern_to_host_byte_order()
Dpcretest.c428 rc = pcre32_copy_named_substring((pcre32 *)re, (PCRE_SPTR32)bptr, offsets, \
437 count = pcre32_dfa_exec((pcre32 *)re, (pcre32_extra *)extra, \
443 count = pcre32_exec((pcre32 *)re, (pcre32_extra *)extra, (PCRE_SPTR32)bptr, \
457 rc = pcre32_get_named_substring((pcre32 *)re, (PCRE_SPTR32)bptr, offsets, \
472 rc = pcre32_pattern_to_host_byte_order((pcre32 *)re, (pcre32_extra *)extra, \
479 extra = (pcre_extra *)pcre32_study((pcre32 *)re, options, error)
2217 if (pcre32_get_stringnumber((pcre32 *)re, (PCRE_SPTR32)(*pp)) < 0) in read_capture_name32()
2416 rc = pcre32_fullinfo((pcre32 *)re, (pcre32_extra *)study, option, ptr); in new_info()
DMakefile.am26 doc/html/pcre32.html \
682 doc/pcre32.3 \
Dconfigure.ac137 # Handle --enable-pcre32 (disabled by default)
138 AC_ARG_ENABLE(pcre32, optenable
139 AS_HELP_STRING([--enable-pcre32],
337 # Set the default value for pcre32
915 DISTCHECK_CONFIGURE_FLAGS="CFLAGS='' CXXFLAGS='' --enable-pcre16 --enable-pcre32 --enable-jit --ena…
DPrepareRelease67 for file in pcre pcre16 pcre32 pcrebuild pcrematching pcreapi pcrecallout \
DRunTest298 $sim ./pcretest -C pcre32 >/dev/null
Dpcre_jit_test.c834 pcre32 *regex; in tables()
1149 pcre32 *re32; in regression_tests()
Dpcre_study.c1416 pcre32_study(const pcre32 *external_re, int options, const char **errorptr) in pcre_study()
DRunTest.bat56 %pcretest% -C pcre32 >NUL
Dpcre_compile.c8755 PCRE_EXP_DEFN pcre32 * PCRE_CALL_CONVENTION in pcre_compile()
8779 PCRE_EXP_DEFN pcre32 * PCRE_CALL_CONVENTION in pcre_compile2()
9510 return (pcre32 *)re; in pcre_compile2()
Dpcre_dfa_exec.c3186 pcre32_dfa_exec(const pcre32 *argument_re, const pcre32_extra *extra_data, in pcre_dfa_exec()
DREADME200 --enable-pcre32 to the "configure" command, the 32-bit library is also built.
DMakefile.in924 doc/html/pcre32.html \
1235 doc/pcre32.3 \
Dpcre_exec.c6345 pcre32_exec(const pcre32 *argument_re, const pcre32_extra *extra_data, in pcre_exec()
Dpcre_jit_compile.c10465 pcre32_jit_exec(const pcre32 *argument_re, const pcre32_extra *extra_data, in pcre_jit_exec()
/external/pcre/dist/doc/
Dpcretest.txt17 options, see the pcreapi , pcre16 and pcre32 documentation.
112 pcre32 the 32-bit library was built
1073 pcre(3), pcre16(3), pcre32(3), pcreapi(3), pcrecallout(3), pcrejit,
Dpcre.txt47 rately in the pcre16 and pcre32 pages. References to functions or
142 pcre32 details of the 32-bit library
531 pcre32 *pcre32_compile(PCRE_SPTR32 pattern, int options,
535 pcre32 *pcre32_compile2(PCRE_SPTR32 pattern, int options,
539 pcre32_extra *pcre32_study(const pcre32 *code, int options,
544 int pcre32_exec(const pcre32 *code, const pcre32_extra *extra,
548 int pcre32_dfa_exec(const pcre32 *code, const pcre32_extra *extra,
556 int pcre32_copy_named_substring(const pcre32 *code,
565 int pcre32_get_named_substring(const pcre32 *code,
570 int pcre32_get_stringnumber(const pcre32 *code,
[all …]
/external/pcre/dist/doc/html/
DREADME.txt200 --enable-pcre32 to the "configure" command, the 32-bit library is also built.

12