Home
last modified time | relevance | path

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

/PHP-5.4/win32/
H A Dphp_stdint.h69 #ifndef int8_t
70 typedef __int8 int8_t; typedef
94 typedef int8_t int_least8_t;
104 typedef int8_t int_fast8_t;
133 #define INT8_MIN ((int8_t)_I8_MIN)
/PHP-5.4/ext/zip/lib/
H A Dzipconf.h22 typedef int8_t zip_int8_t;
/PHP-5.4/ext/mysqlnd/
H A Dmysqlnd_portability.h77 typedef signed char int8_t; /* Signed integer >= 8 bits */ typedef
79 typedef int8 int8_t; /* Signed integer >= 8 bits */ typedef
242 #define int1store(T,A) do { *((int8_t*) (T)) = (A); } while(0)
H A Dconfig9.m443 …PHP_CHECK_TYPES([int8 uint8 int16 uint16 int32 uint32 uchar ulong int8_t uint8_t int16_t uint16_t …
H A Dmysqlnd_ps_codec.c105 case 1:lval = (int64_t) *(int8_t*)*row;break; in ps_fetch_from_1_to_8_bytes()
/PHP-5.4/sapi/cli/
H A Dphp_http_parser.c149 static const int8_t unhex[256] =
/PHP-5.4/ext/sqlite3/libsqlite/
H A Dsqlite3.c8972 # define INT8_TYPE int8_t

Completed in 343 milliseconds