int8_t 242 mysqlnd/mysqlnd_portability.h #define int1store(T,A) do { *((int8_t*) (T)) = (A); } while(0) int8_t 105 mysqlnd/mysqlnd_ps_codec.c case 1:lval = (int64_t) *(int8_t*)*row;break; int8_t 7664 sqlite3/libsqlite/sqlite3.c # define INT8_TYPE int8_t int8_t 22 zip/lib/zipconf.h typedef int8_t zip_int8_t;