Searched refs:pcre_fullinfo (Results 1 - 4 of 4) sorted by relevance

/forgerock/web-agents-v4/pcre/
H A Dpcre_get.c85 if ((rc = pcre_fullinfo(code, NULL, PCRE_INFO_NAMECOUNT, &top)) != 0)
89 if ((rc = pcre_fullinfo(code, NULL, PCRE_INFO_NAMEENTRYSIZE, &entrysize)) != 0)
91 if ((rc = pcre_fullinfo(code, NULL, PCRE_INFO_NAMETABLE, &nametable)) != 0)
168 if ((rc = pcre_fullinfo(code, NULL, PCRE_INFO_NAMECOUNT, &top)) != 0)
172 if ((rc = pcre_fullinfo(code, NULL, PCRE_INFO_NAMEENTRYSIZE, &entrysize)) != 0)
174 if ((rc = pcre_fullinfo(code, NULL, PCRE_INFO_NAMETABLE, &nametable)) != 0)
H A Dpcre_fullinfo.c41 /* This module contains the external function pcre_fullinfo(), which returns
70 pcre_fullinfo(const pcre *argument_re, const pcre_extra *extra_data, function
245 /* End of pcre_fullinfo.c */
H A Dpcre.h255 /* Request types for pcre_fullinfo() */
594 PCRE_EXP_DECL int pcre_fullinfo(const pcre *, const pcre_extra *, int,
H A Dpcre_study.c1474 (void)pcre_fullinfo(external_re, NULL, PCRE_INFO_DEFAULT_TABLES,
1519 save it in a field for returning via the pcre_fullinfo() function so that if it

Completed in 1928 milliseconds