Searched refs:argument_re (Results 1 – 7 of 7) sorted by relevance
/external/pcre/dist/ |
D | pcre_refcount.c | 73 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()
|
D | pcre_fullinfo.c | 70 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()
|
D | pcre_byte_order.c | 99 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()
|
D | pcregexp.pas | 359 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()
|
D | pcre_dfa_exec.c | 3177 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()
|
D | pcre_exec.c | 6347 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()
|
D | pcre_jit_compile.c | 10485 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()
|