Home
last modified time | relevance | path

Searched refs:pcre_extra (Results 1 – 14 of 14) sorted by relevance

/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre.h376 typedef struct pcre_extra { struct
385 } pcre_extra; argument
567 PCRE_EXP_DECL int pcre_dfa_exec(const pcre *, const pcre_extra *,
573 PCRE_EXP_DECL int pcre_exec(const pcre *, const pcre_extra *, PCRE_SPTR,
579 PCRE_EXP_DECL int pcre_jit_exec(const pcre *, const pcre_extra *,
594 PCRE_EXP_DECL int pcre_fullinfo(const pcre *, const pcre_extra *, int,
633 PCRE_EXP_DECL pcre_extra *pcre_study(const pcre *, int, const char **);
636 PCRE_EXP_DECL void pcre_free_study(pcre_extra *);
644 PCRE_EXP_DECL int pcre_pattern_to_host_byte_order(pcre *, pcre_extra *,
663 PCRE_EXP_DECL void pcre_assign_jit_stack(pcre_extra *,
H A Dpcre_fullinfo.c70 pcre_fullinfo(const pcre *argument_re, const pcre_extra *extra_data, in pcre_fullinfo()
H A Dpcre_study.c1451 PCRE_EXP_DEFN pcre_extra * PCRE_CALL_CONVENTION
1667 pcre_free_study(pcre_extra *extra) in pcre_free_study()
H A DChangeLog4993 (b) For each call to pcre_exec(), you can pass a pcre_extra block in which
5039 The pcre_extra structure is now exposed and defined in pcre.h. It currently
5054 The pcre_study() function now returns one of these new pcre_extra blocks, with
5061 in a pcre_extra block provided by pcre_study(), or create your own pcre_extra
5073 pcre_extra block, that is, the value that was passed as the argument to
5097 (ii) The pcre_extra structure (see 45 above) has a void * field called
5100 the field passed in the pcre_extra structure are passed to the callout
5857 2. Add pcre_study() to the API and the passing of pcre_extra to pcre_exec(),
H A Dpcre_jit_compile.c10485 pcre_jit_exec(const pcre *argument_re, const pcre_extra *extra_data, in pcre_jit_exec()
10633 pcre_assign_jit_stack(pcre_extra *extra, pcre_jit_callback callback, void *userdata) in pcre_assign_jit_stack()
10704 pcre_assign_jit_stack(pcre_extra *extra, pcre_jit_callback callback, void *userdata) in pcre_assign_jit_stack()
H A Dpcre_exec.c6347 pcre_exec(const pcre *argument_re, const pcre_extra *extra_data, in pcre_exec()
/PHP-5.5/ext/pcre/
H A Dphp_pcre.h37 PHPAPI pcre* pcre_get_compiled_regex(char *regex, pcre_extra **extra, int *options TSRMLS_DC);
38 PHPAPI pcre* pcre_get_compiled_regex_ex(char *regex, pcre_extra **extra, int *preg_options, int *co…
45 pcre_extra *extra;
H A Dphp_pcre.c187 pcre_extra *extra = pce->extra; in make_subpats_table()
252 pcre_extra *extra; in pcre_get_compiled_regex_cache()
589 pcre_extra *extra = pce->extra;/* Holds results of studying */ in php_pcre_match_impl()
590 pcre_extra extra_data; /* Used locally for exec options */ in php_pcre_match_impl()
1035 pcre_extra *extra = pce->extra;/* Holds results of studying */ in php_pcre_replace_impl()
1036 pcre_extra extra_data; /* Used locally for exec options */ in php_pcre_replace_impl()
1521 pcre_extra *extra = NULL; /* Holds results of studying */ in php_pcre_split_impl()
1523 pcre_extra *extra_bump = NULL; /* Almost dummy */ in php_pcre_split_impl()
1524 pcre_extra extra_data; /* Used locally for exec options */ in php_pcre_split_impl()
1802 pcre_extra *extra = pce->extra;/* Holds results of studying */ in php_pcre_grep_impl()
[all …]
/PHP-5.5/ext/filter/
H A Dlogical_filters.c420 pcre_extra *pcre_extra = NULL; in php_filter_validate_regexp() local
435 re = pcre_get_compiled_regex(regexp, &pcre_extra, &preg_options TSRMLS_CC); in php_filter_validate_regexp()
532 pcre_extra *pcre_extra = NULL; in php_filter_validate_email() local
543 re = pcre_get_compiled_regex((char *)regexp, &pcre_extra, &preg_options TSRMLS_CC); in php_filter_validate_email()
/PHP-5.5/ext/standard/
H A Dbrowscap.c377 pcre_extra *re_extra; in browser_reg_compare()
/PHP-5.5/ext/zip/
H A Dphp_zip.c662 pcre_extra *pcre_extra = NULL; in php_zip_pcre() local
665 re = pcre_get_compiled_regex(regexp, &pcre_extra, &preg_options TSRMLS_CC); in php_zip_pcre()
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt1600 pcre_extra *pcre_study(const pcre *code, int options,
1603 void pcre_free_study(pcre_extra *extra);
1605 int pcre_exec(const pcre *code, const pcre_extra *extra,
1660 void pcre_assign_jit_stack(pcre_extra *extra,
1675 pcre_extra *extra, const unsigned char *tables);
2513 pcre_extra *pcre_study(const pcre *code, int options,
2578 pcre_extra *sd;
3009 pointed to by the study_data field in a pcre_extra block. If pcre_extra
3063 int pcre_exec(const pcre *code, const pcre_extra *extra,
8515 pcre_extra *extra
[all …]
/PHP-5.5/ext/fileinfo/libmagic/
H A Dsoftmagic.c347 pcre_extra *re_extra; in check_fmt()
/PHP-5.5/ext/fileinfo/
H A Dlibmagic.patch2960 + pcre_extra *re_extra;

Completed in 153 milliseconds