Home
last modified time | relevance | path

Searched refs:argument_re (Results 1 – 7 of 7) sorted by relevance

/external/pcre/dist/
Dpcre_refcount.c73 pcre_refcount(pcre *argument_re, int adjust) in pcre_refcount() argument
76 pcre16_refcount(pcre16 *argument_re, int adjust) in pcre_refcount()
79 pcre32_refcount(pcre32 *argument_re, int adjust) in pcre_refcount()
82 REAL_PCRE *re = (REAL_PCRE *)argument_re; in pcre_refcount()
Dpcre_fullinfo.c70 pcre_fullinfo(const pcre *argument_re, const pcre_extra *extra_data, in pcre_fullinfo() argument
74 pcre16_fullinfo(const pcre16 *argument_re, const pcre16_extra *extra_data, in pcre_fullinfo()
78 pcre32_fullinfo(const pcre32 *argument_re, const pcre32_extra *extra_data, in pcre_fullinfo()
82 const REAL_PCRE *re = (const REAL_PCRE *)argument_re; in pcre_fullinfo()
Dpcre_byte_order.c99 PCRE_EXP_DECL int pcre_pattern_to_host_byte_order(pcre *argument_re, in pcre_pattern_to_host_byte_order() argument
102 PCRE_EXP_DECL int pcre16_pattern_to_host_byte_order(pcre16 *argument_re, in pcre_pattern_to_host_byte_order()
105 PCRE_EXP_DECL int pcre32_pattern_to_host_byte_order(pcre32 *argument_re, in pcre_pattern_to_host_byte_order()
109 REAL_PCRE *re = (REAL_PCRE *)argument_re; in pcre_pattern_to_host_byte_order()
Dpcregexp.pas359 function pcre_exec( const argument_re : pointer {pcre}; in pcre_exec()
370 function pcre_dfa_exec( const argument_re : pointer {pcre}; in pcre_dfa_exec()
382 function pcre_fullinfo( const argument_re : pointer {pcre}; in pcre_fullinfo()
404 function pcre_info( const argument_re : pointer {pcre}; in pcre_info()
410 function pcre_refcount( const argument_re : pointer {pcre}; in pcre_refcount()
Dpcre_dfa_exec.c3177 pcre_dfa_exec(const pcre *argument_re, const pcre_extra *extra_data, in pcre_dfa_exec() argument
3182 pcre16_dfa_exec(const pcre16 *argument_re, const pcre16_extra *extra_data, in pcre_dfa_exec()
3187 pcre32_dfa_exec(const pcre32 *argument_re, const pcre32_extra *extra_data, in pcre_dfa_exec()
3192 REAL_PCRE *re = (REAL_PCRE *)argument_re; in pcre_dfa_exec()
3276 md->start_code = (const pcre_uchar *)argument_re + in pcre_dfa_exec()
Dpcre_exec.c6347 pcre_exec(const pcre *argument_re, const pcre_extra *extra_data, in pcre_exec() argument
6352 pcre16_exec(const pcre16 *argument_re, const pcre16_extra *extra_data, in pcre_exec()
6357 pcre32_exec(const pcre32 *argument_re, const pcre32_extra *extra_data, in pcre_exec()
6386 const REAL_PCRE *re = (const REAL_PCRE *)argument_re; in pcre_exec()
Dpcre_jit_compile.c10485 pcre_jit_exec(const pcre *argument_re, const pcre_extra *extra_data, in pcre_jit_exec() argument
10490 pcre16_jit_exec(const pcre16 *argument_re, const pcre16_extra *extra_data, in pcre_jit_exec()
10495 pcre32_jit_exec(const pcre32 *argument_re, const pcre32_extra *extra_data, in pcre_jit_exec()
10511 SLJIT_UNUSED_ARG(argument_re); in pcre_jit_exec()