Home
last modified time | relevance | path

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

/PHP-7.2/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.c298 (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 DChangeLog1453 since it was replaced by pcre_fullinfo() in February 2000.
2575 pcre_fullinfo().
3378 7. Added two new calls to pcre_fullinfo(): PCRE_INFO_OKPARTIAL and
3873 8. A call of pcre_fullinfo() from pcretest to get the option bits was passing
5130 numbers. The function pcre_fullinfo() can be used after compilation to extract
5257 47. There's a new option for pcre_fullinfo() called PCRE_INFO_STUDYSIZE. It
5430 8. Tiny buglet in pcretest: when pcre_fullinfo() was called to retrieve the
5579 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.2/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.m466 pcrelib/pcre_fullinfo.c pcrelib/pcre_get.c pcrelib/pcre_globals.c \
H A Dphp_pcre.c281 rc1 = pcre_fullinfo(pce->re, extra, PCRE_INFO_NAMETABLE, &name_table); in make_subpats_table()
282 rc2 = pcre_fullinfo(pce->re, extra, PCRE_INFO_NAMEENTRYSIZE, &name_size); in make_subpats_table()
591 rc = pcre_fullinfo(re, extra, PCRE_INFO_CAPTURECOUNT, &new_entry.capture_count); in pcre_get_compiled_regex_cache_ex()
603 rc = pcre_fullinfo(re, extra, PCRE_INFO_NAMECOUNT, &new_entry.name_count); in pcre_get_compiled_regex_cache_ex()
/PHP-7.2/main/
H A Dphp_compat.h40 #define pcre_fullinfo php_pcre_fullinfo macro
/PHP-7.2/ext/pcre/pcrelib/testdata/
H A Dtestoutput14376 Error -28 from pcre_fullinfo(0)
382 Error -28 from pcre_fullinfo(0)
/PHP-7.2/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
2595 pcre_fullinfo() function.
2687 int pcre_fullinfo(const pcre *code, const pcre_extra *extra,
2690 The pcre_fullinfo() function returns information about a compiled pat-
2694 The first argument for pcre_fullinfo() is a pointer to the compiled
2712 different host. Here is a typical call of pcre_fullinfo(), to obtain
2717 rc = pcre_fullinfo(
2984 by pcre_fullinfo().
[all …]

Completed in 83 milliseconds