Home
last modified time | relevance | path

Searched refs:uchar (Results 1 – 7 of 7) sorted by relevance

/PHP-5.5/ext/exif/
H A Dexif.c82 typedef unsigned char uchar; typedef
1084 return (((uchar *)value)[0] << 8) | ((uchar *)value)[1]; in php_jpg_get16()
1093 return (((uchar *)value)[0] << 8) | ((uchar *)value)[1]; in php_ifd_get16u()
1095 return (((uchar *)value)[1] << 8) | ((uchar *)value)[0]; in php_ifd_get16u()
1114 | (((uchar *)value)[1] << 16) in php_ifd_get32s()
1115 | (((uchar *)value)[2] << 8 ) in php_ifd_get32s()
1494 uchar *data;
3317 uchar *Data; in exif_scan_JPEG_header()
3386 Data[0] = (uchar)lh; in exif_scan_JPEG_header()
3387 Data[1] = (uchar)ll; in exif_scan_JPEG_header()
[all …]
/PHP-5.5/ext/ereg/regex/
H A DWHATSNEW29 now handled gracefully. "uchar" is no longer used as an internal type
58 BRE \$ bug is fixed. Most uses of "uchar" are gone; it's all chars now.
59 Char/uchar parameters are now written int/unsigned, to avoid possible
/PHP-5.5/ext/date/lib/
H A Dparse_iso_intervals.re60 typedef unsigned char uchar;
64 #define YYCTYPE uchar
89 uchar *lim, *str, *ptr, *cur, *tok, *pos;
243 uchar *cursor = s->cur;
H A Dparse_iso_intervals.c62 typedef unsigned char uchar; typedef
66 #define YYCTYPE uchar
91 uchar *lim, *str, *ptr, *cur, *tok, *pos;
245 uchar *cursor = s->cur; in scan()
H A Dparse_date.re93 /* Some compilers like AIX, defines uchar in sys/types.h */
94 #undef uchar
95 typedef unsigned char uchar;
99 #define YYCTYPE uchar
151 uchar *lim, *str, *ptr, *cur, *tok, *pos;
307 uchar *fill(Scanner *s, uchar *cursor){
319 uchar *buf = (uchar*) malloc(((s->lim - s->bot) + BSIZE)*sizeof(uchar));
809 uchar *cursor = s->cur;
H A Dparse_date.c96 #undef uchar
97 typedef unsigned char uchar; typedef
101 #define YYCTYPE uchar
153 uchar *lim, *str, *ptr, *cur, *tok, *pos;
309 uchar *fill(Scanner *s, uchar *cursor){
321 uchar *buf = (uchar*) malloc(((s->lim - s->bot) + BSIZE)*sizeof(uchar));
811 uchar *cursor = s->cur; in scan()
/PHP-5.5/ext/mysqlnd/
H A Dconfig9.m453 …PHP_CHECK_TYPES([int8 uint8 int16 uint16 int32 uint32 uchar ulong int8_t uint8_t int16_t uint16_t …

Completed in 54 milliseconds