Home
last modified time | relevance | path

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

/PHP-7.0/win32/
H A Dphp_stdint.h77 #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.0/main/
H A Dphp_stdint.h78 typedef int8 int8_t; typedef
80 typedef signed char int8_t; typedef
/PHP-7.0/ext/zip/lib/
H A Dzipconf.h53 typedef int8_t zip_int8_t;
/PHP-7.0/sapi/phpdbg/
H A Dphpdbg_io.c263 int8_t any_addr = *addr == '*';
/PHP-7.0/ext/mysqlnd/
H A Dmysqlnd_portability.h137 #define int1store(T,A) do { *((int8_t*) (T)) = (A); } while(0)
H A Dmysqlnd_ps_codec.c106 case 1:lval = (int64_t) *(int8_t*)*row;break; in ps_fetch_from_1_to_8_bytes()
/PHP-7.0/ext/zip/
H A Dconfig.m4144 AC_CHECK_TYPES([int8_t])
/PHP-7.0/ext/intl/converter/
H A Dconverter.c75 int8_t chars_len = sizeof(chars); in php_converter_default_callback()
627 int8_t chars_len = sizeof(chars); in PHP_METHOD()
/PHP-7.0/sapi/cli/
H A Dphp_http_parser.c151 static const int8_t unhex[256] =
/PHP-7.0/ext/standard/
H A Dftp_fopen_wrapper.c430 int8_t read_write = 0; in php_stream_url_wrap_ftp()
/PHP-7.0/
H A Dacinclude.m43033 …AC_CHECK_TYPES([int8, int16, int32, int64, int8_t, int16_t, int32_t, int64_t, uint8, uint16, uint3…
/PHP-7.0/ext/sqlite3/libsqlite/
H A Dsqlite3.c11599 # define INT8_TYPE int8_t

Completed in 430 milliseconds