Lines Matching refs:pcre_fullinfo
111 pcre_fullinfo() function to check the compiled pattern's options for
1654 int pcre_fullinfo(const pcre *code, const pcre_extra *extra,
1783 The function pcre_fullinfo() is used to find out information about a
2585 pcre_fullinfo() function.
2677 int pcre_fullinfo(const pcre *code, const pcre_extra *extra,
2680 The pcre_fullinfo() function returns information about a compiled pat-
2684 The first argument for pcre_fullinfo() is a pointer to the compiled
2702 different host. Here is a typical call of pcre_fullinfo(), to obtain
2707 rc = pcre_fullinfo(
2859 has been set, the call to pcre_fullinfo() returns the error
2974 by pcre_fullinfo().
2981 has been set, the call to pcre_fullinfo() returns the error
3565 The pcre_fullinfo() function can be used to find out how many capturing
5982 fore show up in data extracted by the pcre_fullinfo() function).
8413 pattern by calling pcre_fullinfo() with the PCRE_INFO_JIT option. A
8922 PCRE_INFO_OKPARTIAL call to pcre_fullinfo() to find out if a compiled
9040 PCRE_INFO_MAXLOOKBEHIND option of the pcre_fullinfo() or
9223 rc = pcre_fullinfo(re, NULL, PCRE_INFO_SIZE, &size);