Home
last modified time | relevance | path

Searched refs:pcre16 (Results 1 – 11 of 11) sorted by relevance

/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre.h328 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 …]
H A Dpcre_refcount.c76 pcre16_refcount(pcre16 *argument_re, int adjust) in pcre_refcount()
H A Dpcre_get.c73 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()
H A Dpcre_fullinfo.c74 pcre16_fullinfo(const pcre16 *argument_re, const pcre16_extra *extra_data, in pcre_fullinfo()
H A Dpcre_study.c1455 pcre16_study(const pcre16 *external_re, int options, const char **errorptr) in pcre_study()
H A Dpcre_compile.c8963 PCRE_EXP_DEFN pcre16 * PCRE_CALL_CONVENTION in pcre_compile()
8987 PCRE_EXP_DEFN pcre16 * PCRE_CALL_CONVENTION in pcre_compile2()
9726 return (pcre16 *)re; in pcre_compile2()
H A DREADME207 . By default, only the 8-bit library is built. If you add --enable-pcre16 to
H A Dpcre_exec.c6352 pcre16_exec(const pcre16 *argument_re, const pcre16_extra *extra_data, in pcre_exec()
H A Dpcre_jit_compile.c10490 pcre16_jit_exec(const pcre16 *argument_re, const pcre16_extra *extra_data, in pcre_jit_exec()
H A DChangeLog1088 32. Running "pcretest -C pcre8" or "pcretest -C pcre16" gave a spurious error
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt152 pcre16 details of the 16-bit library
210 pcre16 *pcre16_compile(PCRE_SPTR16 pattern, int options,
236 int pcre16_copy_named_substring(const pcre16 *code,
245 int pcre16_get_named_substring(const pcre16 *code,
250 int pcre16_get_stringnumber(const pcre16 *code,
253 int pcre16_get_stringtable_entries(const pcre16 *code,
282 int pcre16_refcount(pcre16 *code, int adjust);
288 int pcre16_pattern_to_host_byte_order(pcre16 *code,
917 --enable-pcre16
1344 pcreapi(3), pcre16, pcre32, pcre_config(3).
[all …]

Completed in 181 milliseconds