/external/pcre/ |
D | pcre.h | 328 typedef struct real_pcre16 pcre16; typedef 542 PCRE_EXP_DECL pcre16 *pcre16_compile(PCRE_SPTR16, int, const char **, int *, 548 PCRE_EXP_DECL pcre16 *pcre16_compile2(PCRE_SPTR16, int, int *, const char **, 557 PCRE_EXP_DECL int pcre16_copy_named_substring(const pcre16 *, PCRE_SPTR16, 569 PCRE_EXP_DECL int pcre16_dfa_exec(const pcre16 *, const pcre16_extra *, 575 PCRE_EXP_DECL int pcre16_exec(const pcre16 *, const pcre16_extra *, 582 PCRE_EXP_DECL int pcre16_jit_exec(const pcre16 *, const pcre16_extra *, 596 PCRE_EXP_DECL int pcre16_fullinfo(const pcre16 *, const pcre16_extra *, int, 602 PCRE_EXP_DECL int pcre16_get_named_substring(const pcre16 *, PCRE_SPTR16, 607 PCRE_EXP_DECL int pcre16_get_stringnumber(const pcre16 *, PCRE_SPTR16); [all …]
|
/external/pcre/dist/ |
D | pcre.h.generic | 328 typedef struct real_pcre16 pcre16; 344 pcre16 functions are not implemented. There is a check for this in pcre_internal.h. */ 542 PCRE_EXP_DECL pcre16 *pcre16_compile(PCRE_SPTR16, int, const char **, int *, 548 PCRE_EXP_DECL pcre16 *pcre16_compile2(PCRE_SPTR16, int, int *, const char **, 557 PCRE_EXP_DECL int pcre16_copy_named_substring(const pcre16 *, PCRE_SPTR16, 569 PCRE_EXP_DECL int pcre16_dfa_exec(const pcre16 *, const pcre16_extra *, 575 PCRE_EXP_DECL int pcre16_exec(const pcre16 *, const pcre16_extra *, 582 PCRE_EXP_DECL int pcre16_jit_exec(const pcre16 *, const pcre16_extra *, 596 PCRE_EXP_DECL int pcre16_fullinfo(const pcre16 *, const pcre16_extra *, int, 602 PCRE_EXP_DECL int pcre16_get_named_substring(const pcre16 *, PCRE_SPTR16, [all …]
|
D | pcre.h.in | 328 typedef struct real_pcre16 pcre16; typedef 344 pcre16 functions are not implemented. There is a check for this in pcre_internal.h. */ 542 PCRE_EXP_DECL pcre16 *pcre16_compile(PCRE_SPTR16, int, const char **, int *, 548 PCRE_EXP_DECL pcre16 *pcre16_compile2(PCRE_SPTR16, int, int *, const char **, 557 PCRE_EXP_DECL int pcre16_copy_named_substring(const pcre16 *, PCRE_SPTR16, 569 PCRE_EXP_DECL int pcre16_dfa_exec(const pcre16 *, const pcre16_extra *, 575 PCRE_EXP_DECL int pcre16_exec(const pcre16 *, const pcre16_extra *, 582 PCRE_EXP_DECL int pcre16_jit_exec(const pcre16 *, const pcre16_extra *, 596 PCRE_EXP_DECL int pcre16_fullinfo(const pcre16 *, const pcre16_extra *, int, 602 PCRE_EXP_DECL int pcre16_get_named_substring(const pcre16 *, PCRE_SPTR16, [all …]
|
D | pcre_get.c | 73 pcre16_get_stringnumber(const pcre16 *code, PCRE_SPTR16 stringname) in pcre_get_stringnumber() 154 pcre16_get_stringtable_entries(const pcre16 *code, PCRE_SPTR16 stringname, in pcre_get_stringtable_entries() 264 get_first_set(const pcre16 *code, PCRE_SPTR16 stringname, int *ovector) in get_first_set() 395 pcre16_copy_named_substring(const pcre16 *code, PCRE_SPTR16 subject, in pcre_copy_named_substring() 612 pcre16_get_named_substring(const pcre16 *code, PCRE_SPTR16 subject, in pcre_get_named_substring()
|
D | pcre_refcount.c | 76 pcre16_refcount(pcre16 *argument_re, int adjust) in pcre_refcount()
|
D | pcre_fullinfo.c | 74 pcre16_fullinfo(const pcre16 *argument_re, const pcre16_extra *extra_data, in pcre_fullinfo()
|
D | CMakeLists.txt | 626 ADD_LIBRARY(pcre16 ${PCRE_HEADERS} ${PCRE16_SOURCES} ${PROJECT_BINARY_DIR}/config.h) target 627 SET(targets ${targets} pcre16) 631 SET_TARGET_PROPERTIES(pcre16 637 SET_TARGET_PROPERTIES(pcre16 725 LIST(APPEND PCRETEST_LIBS pcre16) 740 LIST(APPEND PCRE_JIT_TEST_LIBS pcre16)
|
D | pcre_byte_order.c | 102 PCRE_EXP_DECL int pcre16_pattern_to_host_byte_order(pcre16 *argument_re, in pcre_pattern_to_host_byte_order()
|
D | pcretest.c | 336 rc = pcre16_copy_named_substring((pcre16 *)re, (PCRE_SPTR16)bptr, offsets, \ 345 count = pcre16_dfa_exec((pcre16 *)re, (pcre16_extra *)extra, \ 351 count = pcre16_exec((pcre16 *)re, (pcre16_extra *)extra, (PCRE_SPTR16)bptr, \ 365 rc = pcre16_get_named_substring((pcre16 *)re, (PCRE_SPTR16)bptr, offsets, \ 380 rc = pcre16_pattern_to_host_byte_order((pcre16 *)re, (pcre16_extra *)extra, \ 387 extra = (pcre_extra *)pcre16_study((pcre16 *)re, options, error) 2190 if (pcre16_get_stringnumber((pcre16 *)re, (PCRE_SPTR16)(*pp)) < 0) in read_capture_name16() 2422 rc = pcre16_fullinfo((pcre16 *)re, (pcre16_extra *)study, option, ptr); in new_info()
|
D | Makefile.am | 25 doc/html/pcre16.html \ 681 doc/pcre16.3 \
|
D | configure.ac | 130 # Handle --enable-pcre16 (disabled by default) 131 AC_ARG_ENABLE(pcre16, optenable 132 AS_HELP_STRING([--enable-pcre16], 331 # Set the default value for pcre16 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 | 296 $sim ./pcretest -C pcre16 >/dev/null
|
D | pcre_jit_test.c | 831 pcre16 *regex; in tables() 1139 pcre16 *re16; in regression_tests()
|
D | pcre_study.c | 1413 pcre16_study(const pcre16 *external_re, int options, const char **errorptr) in pcre_study()
|
D | RunTest.bat | 54 %pcretest% -C pcre16 >NUL
|
D | pcre_compile.c | 8751 PCRE_EXP_DEFN pcre16 * PCRE_CALL_CONVENTION in pcre_compile() 8775 PCRE_EXP_DEFN pcre16 * PCRE_CALL_CONVENTION in pcre_compile2() 9508 return (pcre16 *)re; in pcre_compile2()
|
D | pcre_dfa_exec.c | 3181 pcre16_dfa_exec(const pcre16 *argument_re, const pcre16_extra *extra_data, in pcre_dfa_exec()
|
D | README | 198 . By default, only the 8-bit library is built. If you add --enable-pcre16 to
|
D | Makefile.in | 923 doc/html/pcre16.html \ 1234 doc/pcre16.3 \
|
D | pcre_exec.c | 6340 pcre16_exec(const pcre16 *argument_re, const pcre16_extra *extra_data, in pcre_exec()
|
D | pcre_jit_compile.c | 10460 pcre16_jit_exec(const pcre16 *argument_re, const pcre16_extra *extra_data, in pcre_jit_exec()
|
/external/pcre/dist/doc/ |
D | pcretest.txt | 17 options, see the pcreapi , pcre16 and pcre32 documentation. 111 pcre16 the 16-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 141 pcre16 details of the 16-bit library 199 pcre16 *pcre16_compile(PCRE_SPTR16 pattern, int options, 203 pcre16 *pcre16_compile2(PCRE_SPTR16 pattern, int options, 208 pcre16_extra *pcre16_study(const pcre16 *code, int options, 213 int pcre16_exec(const pcre16 *code, const pcre16_extra *extra, 217 int pcre16_dfa_exec(const pcre16 *code, const pcre16_extra *extra, 225 int pcre16_copy_named_substring(const pcre16 *code, 234 int pcre16_get_named_substring(const pcre16 *code, 239 int pcre16_get_stringnumber(const pcre16 *code, [all …]
|
/external/pcre/dist/doc/html/ |
D | README.txt | 198 . By default, only the 8-bit library is built. If you add --enable-pcre16 to
|