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

  /external/pcre/
pcre.h 418 typedef struct pcre_callout_block { struct
436 } pcre_callout_block; typedef in typeref:struct:pcre_callout_block
493 PCRE_EXP_DECL int (*pcre_callout)(pcre_callout_block *);
514 PCRE_EXP_DECL int pcre_callout(pcre_callout_block *);
  /external/pcre/dist/
pcre.h.generic 418 typedef struct pcre_callout_block {
436 } pcre_callout_block;
493 PCRE_EXP_DECL int (*pcre_callout)(pcre_callout_block *);
514 PCRE_EXP_DECL int pcre_callout(pcre_callout_block *);
pcre.h.in 418 typedef struct pcre_callout_block {
436 } pcre_callout_block;
493 PCRE_EXP_DECL int (*pcre_callout)(pcre_callout_block *);
514 PCRE_EXP_DECL int pcre_callout(pcre_callout_block *);
pcregexp.pas 276 type ppcre_callout_block = ^pcre_callout_block;
277 pcre_callout_block = record
pcretest.c     [all...]

Completed in 3813 milliseconds