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

  /external/pcre/dist/
pcre_refcount.c 79 pcre32_refcount(pcre32 *argument_re, int adjust)
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...]
pcre.h.in 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...]
pcre_get.c 76 pcre32_get_stringnumber(const pcre32 *code, PCRE_SPTR32 stringname)
158 pcre32_get_stringtable_entries(const pcre32 *code, PCRE_SPTR32 stringname,
267 get_first_set(const pcre32 *code, PCRE_SPTR32 stringname, int *ovector)
400 pcre32_copy_named_substring(const pcre32 *code, PCRE_SPTR32 subject,
617 pcre32_get_named_substring(const pcre32 *code, PCRE_SPTR32 subject,
pcre_fullinfo.c 78 pcre32_fullinfo(const pcre32 *argument_re, const pcre32_extra *extra_data,
pcre_byte_order.c 105 PCRE_EXP_DECL int pcre32_pattern_to_host_byte_order(pcre32 *argument_re,
Makefile.am 26 doc/html/pcre32.html \
682 doc/pcre32.3 \
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)
    [all...]
RunTest 298 $sim ./pcretest -C pcre32 >/dev/null
pcre_jit_test.c     [all...]
pcre_study.c     [all...]
RunTest.bat 56 %pcretest% -C pcre32 >NUL
pcre_compile.c     [all...]
pcre_dfa_exec.c     [all...]
pcre_exec.c     [all...]
configure     [all...]
pcre_jit_compile.c     [all...]

Completed in 3538 milliseconds