Home
last modified time | relevance | path

Searched refs:pcre16_extra (Results 1 – 6 of 6) sorted by relevance

/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre.h389 typedef struct pcre16_extra { struct
398 } pcre16_extra; argument
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,
634 PCRE_EXP_DECL pcre16_extra *pcre16_study(const pcre16 *, int, const char **);
637 PCRE_EXP_DECL void pcre16_free_study(pcre16_extra *);
646 PCRE_EXP_DECL int pcre16_pattern_to_host_byte_order(pcre16 *, pcre16_extra *,
665 PCRE_EXP_DECL void pcre16_assign_jit_stack(pcre16_extra *,
H A Dpcre_fullinfo.c74 pcre16_fullinfo(const pcre16 *argument_re, const pcre16_extra *extra_data, in pcre_fullinfo()
H A Dpcre_study.c1454 PCRE_EXP_DEFN pcre16_extra * PCRE_CALL_CONVENTION in pcre_study()
1670 pcre16_free_study(pcre16_extra *extra) in pcre_free_study()
H A Dpcre_jit_compile.c10490 pcre16_jit_exec(const pcre16 *argument_re, const pcre16_extra *extra_data, in pcre_jit_exec()
10636 pcre16_assign_jit_stack(pcre16_extra *extra, pcre16_jit_callback callback, void *userdata) in pcre_assign_jit_stack()
10707 pcre16_assign_jit_stack(pcre16_extra *extra, pcre16_jit_callback callback, void *userdata) in pcre_assign_jit_stack()
H A Dpcre_exec.c6352 pcre16_exec(const pcre16 *argument_re, const pcre16_extra *extra_data, in pcre_exec()
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt219 pcre16_extra *pcre16_study(const pcre16 *code, int options,
222 void pcre16_free_study(pcre16_extra *extra);
224 int pcre16_exec(const pcre16 *code, const pcre16_extra *extra,
228 int pcre16_dfa_exec(const pcre16 *code, const pcre16_extra *extra,
274 void pcre16_assign_jit_stack(pcre16_extra *extra,
279 int pcre16_fullinfo(const pcre16 *code, const pcre16_extra *extra,
289 pcre16_extra *extra, const unsigned char *tables);
366 pcre16_study() is pcre16_extra, and the type of the structure that is

Completed in 106 milliseconds