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

  /external/pcre/
Android.mk 8 dist/pcre_dfa_exec.c \
  /external/pcre/dist/
Makefile.am 33 doc/html/pcre_dfa_exec.html \
231 pcre_dfa_exec.c \
649 pcre_dfa_exec.o pcre_exec.o pcre_fullinfo.o pcre_get.o \
689 doc/pcre_dfa_exec.3 \
738 ln -sf pcre_dfa_exec.3 $(DESTDIR)$(man3dir)/pcre16_dfa_exec.3
764 ln -sf pcre_dfa_exec.3 $(DESTDIR)$(man3dir)/pcre32_dfa_exec.3
pcre.h.generic 104 only recognized at matching time (i.e. by pcre_exec() or pcre_dfa_exec()) may
122 Options that can be set for pcre_exec() and/or pcre_dfa_exec() are flagged with
567 PCRE_EXP_DECL int pcre_dfa_exec(const pcre *, const pcre_extra *,
pcre.h.in 104 only recognized at matching time (i.e. by pcre_exec() or pcre_dfa_exec()) may
122 Options that can be set for pcre_exec() and/or pcre_dfa_exec() are flagged with
567 PCRE_EXP_DECL int pcre_dfa_exec(const pcre *, const pcre_extra *,
pcregexp.pas 370 function pcre_dfa_exec( const argument_re : pointer {pcre}; function
pcre_dfa_exec.c 41 /* This module contains the external function pcre_dfa_exec(), which is an
3176 pcre_dfa_exec(const pcre *argument_re, const pcre_extra *extra_data, function
    [all...]
pcretest.c 255 count = pcre_dfa_exec(re, extra, (char *)bptr, len, start_offset, options, \
593 #define PCRE_DFA_EXEC(count, re, extra, bptr, len, start_offset, options, \
814 #define PCRE_DFA_EXEC(count, re, extra, bptr, len, start_offset, options, \
817 G(PCRE_DFA_EXEC,BITONE)(count, re, extra, bptr, len, start_offset, options, \
820 G(PCRE_DFA_EXEC,BITTWO)(count, re, extra, bptr, len, start_offset, options, \
    [all...]

Completed in 185 milliseconds