Home
last modified time | relevance | path

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

/PHP-5.4/ext/pcre/pcrelib/
H A Dpcre.h376 typedef struct pcre_extra { struct
385 } pcre_extra; typedef
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.c1445 PCRE_EXP_DEFN pcre_extra * PCRE_CALL_CONVENTION
1660 pcre_free_study(pcre_extra *extra) in pcre_free_study()
H A DChangeLog4817 (b) For each call to pcre_exec(), you can pass a pcre_extra block in which
4863 The pcre_extra structure is now exposed and defined in pcre.h. It currently
4878 The pcre_study() function now returns one of these new pcre_extra blocks, with
4885 in a pcre_extra block provided by pcre_study(), or create your own pcre_extra
4897 pcre_extra block, that is, the value that was passed as the argument to
4921 (ii) The pcre_extra structure (see 45 above) has a void * field called
4924 the field passed in the pcre_extra structure are passed to the callout
5681 2. Add pcre_study() to the API and the passing of pcre_extra to pcre_exec(),
H A Dpcre_jit_compile.c10442 pcre_jit_exec(const pcre *argument_re, const pcre_extra *extra_data, in pcre_jit_exec()
10590 pcre_assign_jit_stack(pcre_extra *extra, pcre_jit_callback callback, void *userdata) in pcre_assign_jit_stack()
10661 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.4/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.c186 pcre_extra *extra = pce->extra; in make_subpats_table()
232 pcre_extra *extra; in pcre_get_compiled_regex_cache()
566 pcre_extra *extra = pce->extra;/* Holds results of studying */ in php_pcre_match_impl()
567 pcre_extra extra_data; /* Used locally for exec options */ in php_pcre_match_impl()
1006 pcre_extra *extra = pce->extra;/* Holds results of studying */ in php_pcre_replace_impl()
1007 pcre_extra extra_data; /* Used locally for exec options */ in php_pcre_replace_impl()
1484 pcre_extra *extra = NULL; /* Holds results of studying */ in php_pcre_split_impl()
1486 pcre_extra *extra_bump = NULL; /* Almost dummy */ in php_pcre_split_impl()
1487 pcre_extra extra_data; /* Used locally for exec options */ in php_pcre_split_impl()
1763 pcre_extra *extra = pce->extra;/* Holds results of studying */ in php_pcre_grep_impl()
[all …]
/PHP-5.4/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.4/ext/standard/
H A Dbrowscap.c377 pcre_extra *re_extra; in browser_reg_compare()
/PHP-5.4/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.4/ext/pcre/pcrelib/doc/
H A Dpcre.txt1589 pcre_extra *pcre_study(const pcre *code, int options,
1592 void pcre_free_study(pcre_extra *extra);
1594 int pcre_exec(const pcre *code, const pcre_extra *extra,
1649 void pcre_assign_jit_stack(pcre_extra *extra,
1664 pcre_extra *extra, const unsigned char *tables);
2502 pcre_extra *pcre_study(const pcre *code, int options,
2567 pcre_extra *sd;
2998 pointed to by the study_data field in a pcre_extra block. If pcre_extra
3052 int pcre_exec(const pcre *code, const pcre_extra *extra,
8491 pcre_extra *extra
[all …]
/PHP-5.4/ext/fileinfo/libmagic/
H A Dsoftmagic.c347 pcre_extra *re_extra; in check_fmt()
/PHP-5.4/ext/fileinfo/
H A Dlibmagic.patch2957 + pcre_extra *re_extra;

Completed in 177 milliseconds