Home
last modified time | relevance | path

Searched refs:pcre_fullinfo (Results 1 – 15 of 15) sorted by relevance

/PHP-5.5/ext/pcre/pcrelib/
H A Dpcredemo.c187 (void)pcre_fullinfo( in main()
201 (void)pcre_fullinfo( in main()
207 (void)pcre_fullinfo( in main()
266 (void)pcre_fullinfo(re, NULL, PCRE_INFO_OPTIONS, &option_bits); in main()
H A Dpcre_get.c85 if ((rc = pcre_fullinfo(code, NULL, PCRE_INFO_NAMECOUNT, &top)) != 0) in pcre_get_stringnumber()
89 if ((rc = pcre_fullinfo(code, NULL, PCRE_INFO_NAMEENTRYSIZE, &entrysize)) != 0) in pcre_get_stringnumber()
91 if ((rc = pcre_fullinfo(code, NULL, PCRE_INFO_NAMETABLE, &nametable)) != 0) in pcre_get_stringnumber()
168 if ((rc = pcre_fullinfo(code, NULL, PCRE_INFO_NAMECOUNT, &top)) != 0) in pcre_get_stringtable_entries()
172 if ((rc = pcre_fullinfo(code, NULL, PCRE_INFO_NAMEENTRYSIZE, &entrysize)) != 0) in pcre_get_stringtable_entries()
174 if ((rc = pcre_fullinfo(code, NULL, PCRE_INFO_NAMETABLE, &nametable)) != 0) in pcre_get_stringtable_entries()
H A Dpcre_fullinfo.c70 pcre_fullinfo(const pcre *argument_re, const pcre_extra *extra_data, in pcre_fullinfo() function
H A Dpcreposix.c297 (void)pcre_fullinfo((const pcre *)preg->re_pcre, NULL, PCRE_INFO_CAPTURECOUNT, in regcomp()
H A Dpcre.h594 PCRE_EXP_DECL int pcre_fullinfo(const pcre *, const pcre_extra *, int,
H A Dpcre_study.c1517 (void)pcre_fullinfo(external_re, NULL, PCRE_INFO_DEFAULT_TABLES, in pcre_study()
H A DChangeLog1267 since it was replaced by pcre_fullinfo() in February 2000.
2389 pcre_fullinfo().
3192 7. Added two new calls to pcre_fullinfo(): PCRE_INFO_OKPARTIAL and
3687 8. A call of pcre_fullinfo() from pcretest to get the option bits was passing
4944 numbers. The function pcre_fullinfo() can be used after compilation to extract
5071 47. There's a new option for pcre_fullinfo() called PCRE_INFO_STUDYSIZE. It
5244 8. Tiny buglet in pcretest: when pcre_fullinfo() was called to retrieve the
5393 9. Added a new function, pcre_fullinfo() with an extensible interface. It can
H A DREADME719 The second set of tests check pcre_fullinfo(), pcre_study(),
/PHP-5.5/ext/pcre/
H A Dconfig.w326 …pcre_chartables.c pcre_ucd.c pcre_compile.c pcre_config.c pcre_exec.c pcre_fullinfo.c pcre_get.c p…
H A Dphp_pcre.c194 rc = pcre_fullinfo(pce->re, extra, PCRE_INFO_NAMECOUNT, &name_cnt); in make_subpats_table()
203 rc1 = pcre_fullinfo(pce->re, extra, PCRE_INFO_NAMETABLE, &name_table); in make_subpats_table()
204 rc2 = pcre_fullinfo(pce->re, extra, PCRE_INFO_NAMEENTRYSIZE, &name_size); in make_subpats_table()
287 if (pcre_fullinfo(pce->re, NULL, PCRE_INFO_CAPTURECOUNT, &count) == PCRE_ERROR_BADMAGIC) { in pcre_get_compiled_regex_cache()
647 rc = pcre_fullinfo(pce->re, extra, PCRE_INFO_CAPTURECOUNT, &num_subpats); in php_pcre_match_impl()
1089 rc = pcre_fullinfo(pce->re, extra, PCRE_INFO_CAPTURECOUNT, &num_subpats); in php_pcre_replace_impl()
1557 rc = pcre_fullinfo(pce->re, extra, PCRE_INFO_CAPTURECOUNT, &size_offsets); in php_pcre_split_impl()
1823 rc = pcre_fullinfo(pce->re, extra, PCRE_INFO_CAPTURECOUNT, &size_offsets); in php_pcre_grep_impl()
H A Dconfig0.m457 pcrelib/pcre_fullinfo.c pcrelib/pcre_get.c pcrelib/pcre_globals.c \
/PHP-5.5/main/
H A Dphp_compat.h40 #define pcre_fullinfo php_pcre_fullinfo macro
/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dtestoutput14376 Error -28 from pcre_fullinfo(0)
382 Error -28 from pcre_fullinfo(0)
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt122 pcre_fullinfo() function to check the compiled pattern's options for
1665 int pcre_fullinfo(const pcre *code, const pcre_extra *extra,
1794 The function pcre_fullinfo() is used to find out information about a
2596 pcre_fullinfo() function.
2688 int pcre_fullinfo(const pcre *code, const pcre_extra *extra,
2691 The pcre_fullinfo() function returns information about a compiled pat-
2695 The first argument for pcre_fullinfo() is a pointer to the compiled
2718 rc = pcre_fullinfo(
2985 by pcre_fullinfo().
6006 fore show up in data extracted by the pcre_fullinfo() function).
[all …]
/PHP-5.5/win32/
H A Dphp5dllts.dsp398 SOURCE=..\ext\pcre\pcrelib\pcre_fullinfo.c

Completed in 161 milliseconds