Home
last modified time | relevance | path

Searched refs:real_pcre (Results 1 – 6 of 6) sorted by relevance

/external/pcre/
Dpcre.h324 struct real_pcre; /* declaration; the definition is private */
325 typedef struct real_pcre pcre;
/external/pcre/dist/
Dpcre.h.generic324 struct real_pcre; /* declaration; the definition is private */
325 typedef struct real_pcre pcre;
Dpcre_internal.h2340 typedef struct real_pcre8_or_16 real_pcre; typedef
2365 #define REAL_PCRE real_pcre
Dpcre.h.in324 struct real_pcre; /* declaration; the definition is private */
325 typedef struct real_pcre pcre;
Dpcretest.c4074 real_pcre_size = sizeof(real_pcre); in main()
DChangeLog5334 2. Replaced offsetof(real_pcre, code) by offsetof(real_pcre, code[0]) because