/external/pcre/ |
D | pcre.h | 331 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/ |
D | pcre.h.in | 331 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 …]
|
D | pcre.h.generic | 331 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 …]
|
D | pcre_get.c | 76 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()
|
D | pcre_refcount.c | 79 pcre32_refcount(pcre32 *argument_re, int adjust) in pcre_refcount()
|
D | pcre_fullinfo.c | 78 pcre32_fullinfo(const pcre32 *argument_re, const pcre32_extra *extra_data, in pcre_fullinfo()
|
D | CMakeLists.txt | 646 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)
|
D | pcre_byte_order.c | 105 PCRE_EXP_DECL int pcre32_pattern_to_host_byte_order(pcre32 *argument_re, in pcre_pattern_to_host_byte_order()
|
D | pcretest.c | 428 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()
|
D | Makefile.am | 26 doc/html/pcre32.html \ 682 doc/pcre32.3 \
|
D | configure.ac | 137 # 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…
|
D | PrepareRelease | 67 for file in pcre pcre16 pcre32 pcrebuild pcrematching pcreapi pcrecallout \
|
D | RunTest | 298 $sim ./pcretest -C pcre32 >/dev/null
|
D | pcre_jit_test.c | 834 pcre32 *regex; in tables() 1149 pcre32 *re32; in regression_tests()
|
D | pcre_study.c | 1416 pcre32_study(const pcre32 *external_re, int options, const char **errorptr) in pcre_study()
|
D | RunTest.bat | 56 %pcretest% -C pcre32 >NUL
|
D | pcre_compile.c | 8755 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()
|
D | pcre_dfa_exec.c | 3186 pcre32_dfa_exec(const pcre32 *argument_re, const pcre32_extra *extra_data, in pcre_dfa_exec()
|
D | README | 200 --enable-pcre32 to the "configure" command, the 32-bit library is also built.
|
D | Makefile.in | 924 doc/html/pcre32.html \ 1235 doc/pcre32.3 \
|
D | pcre_exec.c | 6345 pcre32_exec(const pcre32 *argument_re, const pcre32_extra *extra_data, in pcre_exec()
|
D | pcre_jit_compile.c | 10465 pcre32_jit_exec(const pcre32 *argument_re, const pcre32_extra *extra_data, in pcre_jit_exec()
|
/external/pcre/dist/doc/ |
D | pcretest.txt | 17 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,
|
D | pcre.txt | 47 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/ |
D | README.txt | 200 --enable-pcre32 to the "configure" command, the 32-bit library is also built.
|