HomeSort by relevance Sort by last modified time
    Searched refs:pcre_fullinfo (Results 1 - 20 of 20) sorted by null

  /external/pcre/dist/
pcredemo.c 187 (void)pcre_fullinfo(
201 (void)pcre_fullinfo(
207 (void)pcre_fullinfo(
266 (void)pcre_fullinfo(re, NULL, PCRE_INFO_OPTIONS, &option_bits);
pcre_get.c 85 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)
Makefile.am 38 doc/html/pcre_fullinfo.html \
233 pcre_fullinfo.c \
649 pcre_dfa_exec.o pcre_exec.o pcre_fullinfo.o pcre_get.o \
694 doc/pcre_fullinfo.3 \
743 ln -sf pcre_fullinfo.3 $(DESTDIR)$(man3dir)/pcre16_fullinfo.3
769 ln -sf pcre_fullinfo.3 $(DESTDIR)$(man3dir)/pcre32_fullinfo.3
pcre_fullinfo.c 41 /* 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 */
pcreposix.c 297 (void)pcre_fullinfo((const pcre *)preg->re_pcre, NULL, PCRE_INFO_CAPTURECOUNT,
pcregexp.pas 206 { Request types for pcre_fullinfo() }
382 function pcre_fullinfo( const argument_re : pointer {pcre}; function
pcre.h.generic 255 /* Request types for pcre_fullinfo() */
594 PCRE_EXP_DECL int pcre_fullinfo(const pcre *, const pcre_extra *, int,
pcre.h.in 255 /* Request types for pcre_fullinfo() */
594 PCRE_EXP_DECL int pcre_fullinfo(const pcre *, const pcre_extra *, int,
pcre_study.c     [all...]
pcrecpp.cc 406 // Note it's better to call pcre_fullinfo() than to examine
652 int pcre_retval = pcre_fullinfo(re_partial_, // The regular expression object
pcre_jit_test.c     [all...]
pcretest.c     [all...]
  /external/pcre/
Android.mk 10 dist/pcre_fullinfo.c \
pcre.h 255 /* Request types for pcre_fullinfo() */
594 PCRE_EXP_DECL int pcre_fullinfo(const pcre *, const pcre_extra *, int,
  /external/libselinux/utils/
sefcontext_compile.c 198 rc = pcre_fullinfo(re, NULL, PCRE_INFO_SIZE, &size);
214 rc = pcre_fullinfo(re, sd, PCRE_INFO_STUDYSIZE, &size);
  /external/selinux/libselinux/utils/
sefcontext_compile.c 216 rc = pcre_fullinfo(re, NULL, PCRE_INFO_SIZE, &size);
232 rc = pcre_fullinfo(re, sd, PCRE_INFO_STUDYSIZE, &size);
  /external/libselinux/src/
label_file.c 376 /* Check that regex lengths match. pcre_fullinfo()
378 rc = pcre_fullinfo(spec->regex, NULL, PCRE_INFO_SIZE, &len);
396 rc = pcre_fullinfo(spec->regex, &spec->lsd,
816 rc = pcre_fullinfo(spec1->regex, NULL, PCRE_INFO_SIZE, &len1);
818 rc = pcre_fullinfo(spec2->regex, NULL, PCRE_INFO_SIZE, &len2);
  /external/selinux/libselinux/src/
label_file.c 378 /* Check that regex lengths match. pcre_fullinfo()
380 rc = pcre_fullinfo(spec->regex, NULL, PCRE_INFO_SIZE, &len);
398 rc = pcre_fullinfo(spec->regex, &spec->lsd,
853 rc = pcre_fullinfo(spec1->regex, NULL, PCRE_INFO_SIZE, &len1);
855 rc = pcre_fullinfo(spec2->regex, NULL, PCRE_INFO_SIZE, &len2);
  /external/regex-re2/util/
pcre.h 185 #define pcre_fullinfo(a, b, c, d) ({ (void)(a); (void)(b); (void)(c); *(d) = 0; 0; })
pcre.cc 685 CHECK(pcre_fullinfo(re_partial_, // The regular expression object
    [all...]

Completed in 766 milliseconds