Home
last modified time | relevance | path

Searched refs:PCRE_UCHAR32 (Results 1 – 4 of 4) sorted by relevance

/PHP-5.3/ext/pcre/pcrelib/
H A Dpcre.h341 #ifndef PCRE_UCHAR32
342 #define PCRE_UCHAR32 unsigned int macro
346 #define PCRE_SPTR32 const PCRE_UCHAR32 *
394 PCRE_UCHAR32 **mark; /* For passing back a mark pointer */
463 const PCRE_UCHAR32 *mark; /* Pointer to current mark or NULL */
539 int *, int, PCRE_SPTR32, PCRE_UCHAR32 *, int);
545 PCRE_UCHAR32 *, int);
593 PCRE_UCHAR32 **, PCRE_UCHAR32 **);
631 PCRE_EXP_DECL int pcre32_utf32_to_host_byte_order(PCRE_UCHAR32 *,
H A Dpcre_get.c159 PCRE_UCHAR32 **firstptr, PCRE_UCHAR32 **lastptr) in pcre_get_stringtable_entries()
229 *firstptr = (PCRE_UCHAR32 *)first; in pcre_get_stringtable_entries()
230 *lastptr = (PCRE_UCHAR32 *)last; in pcre_get_stringtable_entries()
278 PCRE_UCHAR32 *first, *last; in get_first_set()
344 int stringnumber, PCRE_UCHAR32 *buffer, int size) in pcre_copy_substring()
402 PCRE_UCHAR32 *buffer, int size) in pcre_copy_named_substring()
H A Dpcre_internal.h355 typedef int __assert_pcre_uchar32_size[sizeof(PCRE_UCHAR32) == 4 ? 1 : -1];
/PHP-5.3/ext/pcre/pcrelib/doc/
H A Dpcre.txt551 PCRE_UCHAR32 *buffer, int buffersize);
554 int stringcount, int stringnumber, PCRE_UCHAR32 *buffer,
566 PCRE_SPTR32 name, PCRE_UCHAR32 **first, PCRE_UCHAR32 **last);
619 int pcre32_utf32_to_host_byte_order(PCRE_UCHAR32 *output,
665 PCRE_UCHAR32 specifies an appropriate data type, and PCRE_SPTR32 is
666 defined as "const PCRE_UCHAR32 *". In very many environments, "unsigned
667 int" is a 32-bit data type. When PCRE is built, it defines PCRE_UCHAR32
2985 "PCRE_UCHAR32 **".
4216 const PCRE_UCHAR32 *mark; (32-bit version)

Completed in 39 milliseconds