Home
last modified time | relevance | path

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

/PHP-7.0/ext/pcre/pcrelib/
H A 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 …]
H A Dpcre_refcount.c77 pcre32_refcount(pcre32 *argument_re, int adjust) in pcre_refcount()
H A Dpcre_get.c74 pcre32_get_stringnumber(const pcre32 *code, PCRE_SPTR32 stringname) in pcre_get_stringnumber()
156 pcre32_get_stringtable_entries(const pcre32 *code, PCRE_SPTR32 stringname, in pcre_get_stringtable_entries()
265 get_first_set(const pcre32 *code, PCRE_SPTR32 stringname, int *ovector) in get_first_set()
398 pcre32_copy_named_substring(const pcre32 *code, PCRE_SPTR32 subject, in pcre_copy_named_substring()
615 pcre32_get_named_substring(const pcre32 *code, PCRE_SPTR32 subject, in pcre_get_named_substring()
H A Dpcre_fullinfo.c76 pcre32_fullinfo(const pcre32 *argument_re, const pcre32_extra *extra_data, in pcre_fullinfo()
H A Dpcre_study.c1456 pcre32_study(const pcre32 *external_re, int options, const char **errorptr) in pcre_study()
H A Dpcre_compile.c8970 PCRE_EXP_DEFN pcre32 * PCRE_CALL_CONVENTION in pcre_compile()
8994 PCRE_EXP_DEFN pcre32 * PCRE_CALL_CONVENTION in pcre_compile2()
9731 return (pcre32 *)re; in pcre_compile2()
H A DREADME209 --enable-pcre32 to the "configure" command, the 32-bit library is also built.
H A Dpcre_exec.c6355 pcre32_exec(const pcre32 *argument_re, const pcre32_extra *extra_data, in pcre_exec()
H A Dpcre_jit_compile.c10495 pcre32_jit_exec(const pcre32 *argument_re, const pcre32_extra *extra_data, in pcre_jit_exec()
/PHP-7.0/ext/pcre/pcrelib/doc/
H A Dpcre.txt153 pcre32 details of the 32-bit library
567 int pcre32_copy_named_substring(const pcre32 *code,
576 int pcre32_get_named_substring(const pcre32 *code,
581 int pcre32_get_stringnumber(const pcre32 *code,
584 int pcre32_get_stringtable_entries(const pcre32 *code,
613 int pcre32_refcount(pcre32 *code, int adjust);
619 int pcre32_pattern_to_host_byte_order(pcre32 *code,
924 --enable-pcre32
1344 pcreapi(3), pcre16, pcre32, pcre_config(3).
3781 and pcre32 pages.
[all …]

Completed in 172 milliseconds