Home
last modified time | relevance | path

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

/PHP-7.0/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.c83 if ((rc = pcre_fullinfo(code, NULL, PCRE_INFO_NAMECOUNT, &top)) != 0) in pcre_get_stringnumber()
87 if ((rc = pcre_fullinfo(code, NULL, PCRE_INFO_NAMEENTRYSIZE, &entrysize)) != 0) in pcre_get_stringnumber()
89 if ((rc = pcre_fullinfo(code, NULL, PCRE_INFO_NAMETABLE, &nametable)) != 0) in pcre_get_stringnumber()
166 if ((rc = pcre_fullinfo(code, NULL, PCRE_INFO_NAMECOUNT, &top)) != 0) in pcre_get_stringtable_entries()
170 if ((rc = pcre_fullinfo(code, NULL, PCRE_INFO_NAMEENTRYSIZE, &entrysize)) != 0) in pcre_get_stringtable_entries()
172 if ((rc = pcre_fullinfo(code, NULL, PCRE_INFO_NAMETABLE, &nametable)) != 0) in pcre_get_stringtable_entries()
H A Dpcre_fullinfo.c68 pcre_fullinfo(const pcre *argument_re, const pcre_extra *extra_data, in pcre_fullinfo() function
H A Dpcreposix.c295 (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.c1515 (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-7.0/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 Dconfig0.m457 pcrelib/pcre_fullinfo.c pcrelib/pcre_get.c pcrelib/pcre_globals.c \
H A Dphp_pcre.c257 rc1 = pcre_fullinfo(pce->re, extra, PCRE_INFO_NAMETABLE, &name_table); in make_subpats_table()
258 rc2 = pcre_fullinfo(pce->re, extra, PCRE_INFO_NAMEENTRYSIZE, &name_size); in make_subpats_table()
565 rc = pcre_fullinfo(re, extra, PCRE_INFO_CAPTURECOUNT, &new_entry.capture_count); in pcre_get_compiled_regex_cache()
577 rc = pcre_fullinfo(re, extra, PCRE_INFO_NAMECOUNT, &new_entry.name_count); in pcre_get_compiled_regex_cache()
/PHP-7.0/main/
H A Dphp_compat.h40 #define pcre_fullinfo php_pcre_fullinfo macro
/PHP-7.0/ext/pcre/pcrelib/testdata/
H A Dtestoutput14376 Error -28 from pcre_fullinfo(0)
382 Error -28 from pcre_fullinfo(0)
/PHP-7.0/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 …]

Completed in 101 milliseconds