Searched refs:int8_t (Results 1 – 12 of 12) sorted by relevance
/PHP-7.2/win32/ |
H A D | php_stdint.h | 77 #ifndef int8_t 78 typedef __int8 int8_t; typedef 99 typedef int8_t int_least8_t; 109 typedef int8_t int_fast8_t; 134 #define INT8_MIN ((int8_t)_I8_MIN)
|
/PHP-7.2/main/ |
H A D | php_stdint.h | 78 typedef int8 int8_t; typedef 80 typedef signed char int8_t; typedef
|
/PHP-7.2/ext/zip/lib/ |
H A D | zipconf.h | 53 typedef int8_t zip_int8_t;
|
/PHP-7.2/sapi/phpdbg/ |
H A D | phpdbg_io.c | 263 int8_t any_addr = *addr == '*';
|
/PHP-7.2/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 | 105 case 1:lval = (int64_t) *(int8_t*)*row;break; in ps_fetch_from_1_to_8_bytes()
|
/PHP-7.2/ext/zip/ |
H A D | config.m4 | 168 AC_CHECK_TYPES([int8_t])
|
/PHP-7.2/ext/intl/converter/ |
H A D | converter.c | 75 int8_t chars_len = sizeof(chars); in php_converter_default_callback() 627 int8_t chars_len = sizeof(chars); in PHP_METHOD()
|
/PHP-7.2/sapi/cli/ |
H A D | php_http_parser.c | 151 static const int8_t unhex[256] =
|
/PHP-7.2/ext/standard/ |
H A D | ftp_fopen_wrapper.c | 428 int8_t read_write = 0; in php_stream_url_wrap_ftp()
|
/PHP-7.2/ |
H A D | acinclude.m4 | 3083 …AC_CHECK_TYPES([int8, int16, int32, int64, int8_t, int16_t, int32_t, int64_t, uint8, uint16, uint3…
|
/PHP-7.2/ext/sqlite3/libsqlite/ |
H A D | sqlite3.c | 13848 # define INT8_TYPE int8_t
|
Completed in 429 milliseconds