Home
last modified time | relevance | path

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

/external/pcre/
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 *,
/external/pcre/dist/
Dpcre.h.in389 typedef struct pcre16_extra { struct
398 } pcre16_extra; typedef
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 *,
Dpcre.h.generic389 typedef struct pcre16_extra {
398 } pcre16_extra;
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 *,
Dpcre_fullinfo.c74 pcre16_fullinfo(const pcre16 *argument_re, const pcre16_extra *extra_data, in pcre_fullinfo()
Dpcre_byte_order.c103 pcre16_extra *extra_data, const unsigned char *tables) in pcre_pattern_to_host_byte_order()
Dpcre_jit_test.c936 static void setstack16(pcre16_extra *extra) in setstack16()
1140 pcre16_extra *extra16; in regression_tests()
1141 pcre16_extra dummy_extra16; in regression_tests()
1368 memset(&dummy_extra16, 0, sizeof(pcre16_extra)); in regression_tests()
Dpcre_study.c1412 PCRE_EXP_DEFN pcre16_extra * PCRE_CALL_CONVENTION in pcre_study()
1627 pcre16_free_study(pcre16_extra *extra) in pcre_free_study()
Dpcretest.c327 pcre16_assign_jit_stack((pcre16_extra *)extra, \
345 count = pcre16_dfa_exec((pcre16 *)re, (pcre16_extra *)extra, \
351 count = pcre16_exec((pcre16 *)re, (pcre16_extra *)extra, (PCRE_SPTR16)bptr, \
355 pcre16_free_study((pcre16_extra *)extra)
380 rc = pcre16_pattern_to_host_byte_order((pcre16 *)re, (pcre16_extra *)extra, \
2422 rc = pcre16_fullinfo((pcre16 *)re, (pcre16_extra *)study, option, ptr); in new_info()
Dpcre_dfa_exec.c3181 pcre16_dfa_exec(const pcre16 *argument_re, const pcre16_extra *extra_data, in pcre_dfa_exec()
Dpcre_jit_compile.c10460 pcre16_jit_exec(const pcre16 *argument_re, const pcre16_extra *extra_data, in pcre_jit_exec()
10607 pcre16_assign_jit_stack(pcre16_extra *extra, pcre16_jit_callback callback, void *userdata) in pcre_assign_jit_stack()
10678 pcre16_assign_jit_stack(pcre16_extra *extra, pcre16_jit_callback callback, void *userdata) in pcre_assign_jit_stack()
Dpcre_exec.c6340 pcre16_exec(const pcre16 *argument_re, const pcre16_extra *extra_data, in pcre_exec()
/external/pcre/dist/doc/
Dpcre.txt208 pcre16_extra *pcre16_study(const pcre16 *code, int options,
211 void pcre16_free_study(pcre16_extra *extra);
213 int pcre16_exec(const pcre16 *code, const pcre16_extra *extra,
217 int pcre16_dfa_exec(const pcre16 *code, const pcre16_extra *extra,
263 void pcre16_assign_jit_stack(pcre16_extra *extra,
268 int pcre16_fullinfo(const pcre16 *code, const pcre16_extra *extra,
278 pcre16_extra *extra, const unsigned char *tables);
355 pcre16_study() is pcre16_extra, and the type of the structure that is