Home
last modified time | relevance | path

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

/PHP-7.0/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.c68 pcre_fullinfo(const pcre *argument_re, const pcre_extra *extra_data, in pcre_fullinfo()
H A Dpcre_study.c1449 PCRE_EXP_DEFN pcre_extra * PCRE_CALL_CONVENTION
1665 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.c6345 pcre_exec(const pcre *argument_re, const pcre_extra *extra_data, in pcre_exec()
/PHP-7.0/ext/pcre/
H A Dphp_pcre.h37 PHPAPI pcre* pcre_get_compiled_regex(zend_string *regex, pcre_extra **extra, int *options);
38 PHPAPI pcre* pcre_get_compiled_regex_ex(zend_string *regex, pcre_extra **extra, int *preg_options, …
48 pcre_extra *extra;
H A Dphp_pcre.c249 pcre_extra *extra = pce->extra; in make_subpats_table()
304 pcre_extra *extra; in pcre_get_compiled_regex_cache()
615 PHPAPI pcre* pcre_get_compiled_regex(zend_string *regex, pcre_extra **extra, int *preg_options) in pcre_get_compiled_regex()
715 pcre_extra *extra = pce->extra;/* Holds results of studying */ in php_pcre_match_impl()
716 pcre_extra extra_data; /* Used locally for exec options */ in php_pcre_match_impl()
1155 pcre_extra *extra = pce->extra;/* Holds results of studying */ in php_pcre_replace_impl()
1156 pcre_extra extra_data; /* Used locally for exec options */ in php_pcre_replace_impl()
1777 pcre_extra *extra = pce->extra;/* Holds results of studying */ in php_pcre_split_impl()
1778 pcre_extra extra_data; /* Used locally for exec options */ in php_pcre_split_impl()
2050 pcre_extra *extra = pce->extra;/* Holds results of studying */ in php_pcre_grep_impl()
[all …]
/PHP-7.0/ext/filter/
H A Dlogical_filters.c432 pcre_extra *pcre_extra = NULL; in php_filter_validate_regexp() local
445 re = pcre_get_compiled_regex(regexp, &pcre_extra, &preg_options); in php_filter_validate_regexp()
603 pcre_extra *pcre_extra = NULL; in php_filter_validate_email() local
616 re = pcre_get_compiled_regex(sregexp, &pcre_extra, &preg_options); in php_filter_validate_email()
/PHP-7.0/ext/standard/
H A Dbrowscap.c561 pcre_extra *re_extra; in browser_reg_compare()
/PHP-7.0/ext/zip/
H A Dphp_zip.c635 pcre_extra *pcre_extra = NULL; in php_zip_pcre() local
638 re = pcre_get_compiled_regex(regexp, &pcre_extra, &preg_options); in php_zip_pcre()
/PHP-7.0/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-7.0/ext/fileinfo/libmagic/
H A Dsoftmagic.c384 pcre_extra *re_extra; in check_fmt()
/PHP-7.0/ext/fileinfo/
H A Dlibmagic.patch3323 + pcre_extra *re_extra;

Completed in 166 milliseconds