Home
last modified time | relevance | path

Searched refs:real_pcre32 (Results 1 – 5 of 5) sorted by relevance

/external/pcre/
Dpcre.h330 struct real_pcre32; /* declaration; the definition is private */
331 typedef struct real_pcre32 pcre32;
/external/pcre/dist/
Dpcre_internal.h2351 typedef struct real_pcre32 { struct
2370 } real_pcre32; argument
2377 #define REAL_PCRE real_pcre32
Dpcre.h.generic330 struct real_pcre32; /* declaration; the definition is private */
331 typedef struct real_pcre32 pcre32;
Dpcre.h.in330 struct real_pcre32; /* declaration; the definition is private */
331 typedef struct real_pcre32 pcre32;
Dpcretest.c2683 real_pcre32 *re = (real_pcre32 *)ere; in regexflip_32()
4085 real_pcre_size = sizeof(real_pcre32); in main()