Searched refs:int8_t (Results 1 – 10 of 10) sorted by relevance
/PHP-5.6/win32/ |
H A D | php_stdint.h | 73 #ifndef int8_t 74 typedef __int8 int8_t; typedef 98 typedef int8_t int_least8_t; 108 typedef int8_t int_fast8_t; 137 #define INT8_MIN ((int8_t)_I8_MIN)
|
/PHP-5.6/main/ |
H A D | php_stdint.h | 58 typedef int8 int8_t; typedef 60 typedef signed char int8_t; typedef
|
/PHP-5.6/ext/zip/lib/ |
H A D | zipconf.h | 49 typedef int8_t zip_int8_t;
|
/PHP-5.6/ext/mysqlnd/ |
H A D | mysqlnd_portability.h | 137 #define int1store(T,A) do { *((int8_t*) (T)) = (A); } while(0)
|
H A D | mysqlnd_ps_codec.c | 106 case 1:lval = (int64_t) *(int8_t*)*row;break; in ps_fetch_from_1_to_8_bytes()
|
/PHP-5.6/ext/zip/ |
H A D | config.m4 | 136 AC_CHECK_TYPES([int8_t])
|
/PHP-5.6/ext/intl/converter/ |
H A D | converter.c | 70 int8_t chars_len = sizeof(chars); in php_converter_default_callback() 654 int8_t chars_len = sizeof(chars); in PHP_METHOD()
|
/PHP-5.6/sapi/cli/ |
H A D | php_http_parser.c | 150 static const int8_t unhex[256] =
|
/PHP-5.6/ |
H A D | acinclude.m4 | 3024 …AC_CHECK_TYPES([int8, int16, int32, int64, int8_t, int16_t, int32_t, int64_t, uint8, uint16, uint3…
|
/PHP-5.6/ext/sqlite3/libsqlite/ |
H A D | sqlite3.c | 8972 # define INT8_TYPE int8_t
|
Completed in 278 milliseconds