Searched refs:PCRE_UCHAR32 (Results 1 – 4 of 4) sorted by relevance
/PHP-7.0/ext/pcre/pcrelib/ |
H A D | pcre.h | 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 **); 652 PCRE_EXP_DECL int pcre32_utf32_to_host_byte_order(PCRE_UCHAR32 *,
|
H A D | pcre_get.c | 157 PCRE_UCHAR32 **firstptr, PCRE_UCHAR32 **lastptr) in pcre_get_stringtable_entries() 227 *firstptr = (PCRE_UCHAR32 *)first; in pcre_get_stringtable_entries() 228 *lastptr = (PCRE_UCHAR32 *)last; in pcre_get_stringtable_entries() 276 PCRE_UCHAR32 *first, *last; in get_first_set() 342 int stringnumber, PCRE_UCHAR32 *buffer, int size) in pcre_copy_substring() 400 PCRE_UCHAR32 *buffer, int size) in pcre_copy_named_substring()
|
H A D | pcre_internal.h | 361 typedef int __assert_pcre_uchar32_size[sizeof(PCRE_UCHAR32) == 4 ? 1 : -1];
|
/PHP-7.0/ext/pcre/pcrelib/doc/ |
H A D | pcre.txt | 570 PCRE_UCHAR32 *buffer, int buffersize); 573 int stringcount, int stringnumber, PCRE_UCHAR32 *buffer, 585 PCRE_SPTR32 name, PCRE_UCHAR32 **first, PCRE_UCHAR32 **last); 638 int pcre32_utf32_to_host_byte_order(PCRE_UCHAR32 *output, 684 PCRE_UCHAR32 specifies an appropriate data type, and PCRE_SPTR32 is 685 defined as "const PCRE_UCHAR32 *". In very many environments, "unsigned 686 int" is a 32-bit data type. When PCRE is built, it defines PCRE_UCHAR32 3120 "PCRE_UCHAR32 **". 4431 const PCRE_UCHAR32 *mark; (32-bit version)
|
Completed in 71 milliseconds