Searched refs:PCRE_UCHAR32 (Results 1 - 3 of 3) sorted by relevance

/forgerock/web-agents-v4/pcre/
H A Dpcre.h353 /* If PCRE is compiled with 32 bit character support, PCRE_UCHAR32 must contain
356 #ifndef PCRE_UCHAR32
357 #define PCRE_UCHAR32 unsigned int macro
361 #define PCRE_SPTR32 const PCRE_UCHAR32 *
409 PCRE_UCHAR32 **mark; /* For passing back a mark pointer */
478 const PCRE_UCHAR32 *mark; /* Pointer to current mark or NULL */
560 int *, int, PCRE_SPTR32, PCRE_UCHAR32 *, int);
566 PCRE_UCHAR32 *, int);
614 PCRE_UCHAR32 **, PCRE_UCHAR32 **);
[all...]
H A Dpcre_get.c159 PCRE_UCHAR32 **firstptr, PCRE_UCHAR32 **lastptr)
229 *firstptr = (PCRE_UCHAR32 *)first;
230 *lastptr = (PCRE_UCHAR32 *)last;
278 PCRE_UCHAR32 *first, *last;
344 int stringnumber, PCRE_UCHAR32 *buffer, int size)
402 PCRE_UCHAR32 *buffer, int size)
H A Dpcre_internal.h360 /* Assert that the public PCRE_UCHAR32 is a 32-bit type */
361 typedef int __assert_pcre_uchar32_size[sizeof(PCRE_UCHAR32) == 4 ? 1 : -1];

Completed in 57 milliseconds