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 | 3176 pcre_dfa_exec(const pcre *argument_re, const pcre_extra *extra_data, in pcre_dfa_exec() argument 3181 pcre16_dfa_exec(const pcre16 *argument_re, const pcre16_extra *extra_data, in pcre_dfa_exec() 3186 pcre32_dfa_exec(const pcre32 *argument_re, const pcre32_extra *extra_data, in pcre_dfa_exec() 3191 REAL_PCRE *re = (REAL_PCRE *)argument_re; in pcre_dfa_exec() 3275 md->start_code = (const pcre_uchar *)argument_re + in pcre_dfa_exec()
|
D | pcre_exec.c | 6335 pcre_exec(const pcre *argument_re, const pcre_extra *extra_data, in pcre_exec() argument 6340 pcre16_exec(const pcre16 *argument_re, const pcre16_extra *extra_data, in pcre_exec() 6345 pcre32_exec(const pcre32 *argument_re, const pcre32_extra *extra_data, in pcre_exec() 6374 const REAL_PCRE *re = (const REAL_PCRE *)argument_re; in pcre_exec()
|
D | pcre_jit_compile.c | 10455 pcre_jit_exec(const pcre *argument_re, const pcre_extra *extra_data, in pcre_jit_exec() argument 10460 pcre16_jit_exec(const pcre16 *argument_re, const pcre16_extra *extra_data, in pcre_jit_exec() 10465 pcre32_jit_exec(const pcre32 *argument_re, const pcre32_extra *extra_data, in pcre_jit_exec() 10481 SLJIT_UNUSED_ARG(argument_re); in pcre_jit_exec()
|