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

  /external/pcre/
Makefile.am 39 doc/html/pcre_study.html \
181 pcre_study.c \
324 pcre_study.o pcre_tables.o pcre_try_flipped.o \
364 doc/pcre_study.3 \
Android.mk 58 pcre_study.c \
pcre.h.generic 229 void *study_data; /* Opaque data from pcre_study() */
311 PCRE_EXP_DECL pcre_extra *pcre_study(const pcre *, int, const char **);
pcre.h.in 229 void *study_data; /* Opaque data from pcre_study() */
311 PCRE_EXP_DECL pcre_extra *pcre_study(const pcre *, int, const char **);
pcregexp.pas 269 study_data : pointer; { Opaque data from pcre_study() }
413 function pcre_study( const external_re : pointer {pcre}; function
494 RegExpExt := pcre_study( RegExpC, 0, ErrorMsg );
pcre_study.c 41 /* This module contains the external function pcre_study(), along with local
1027 pcre_study(const pcre *external_re, int options, const char **errorptr) function
1129 /* End of pcre_study.c */
pcretest.c 99 displaying the results of pcre_study() and we also need to know about the
    [all...]
pcregrep.c     [all...]

Completed in 892 milliseconds