Searched refs:SQL_UNSIGNED_OFFSET (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dsqlext.h410 #define SQL_UNSIGNED_OFFSET (-22) macro
437 #define SQL_C_UBIGINT (SQL_BIGINT+SQL_UNSIGNED_OFFSET)
443 #define SQL_C_ULONG (SQL_C_LONG+SQL_UNSIGNED_OFFSET)
444 #define SQL_C_USHORT (SQL_C_SHORT+SQL_UNSIGNED_OFFSET)
445 #define SQL_C_UTINYINT (SQL_TINYINT+SQL_UNSIGNED_OFFSET)
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dsqlext.h410 #define SQL_UNSIGNED_OFFSET (-22) macro
437 #define SQL_C_UBIGINT (SQL_BIGINT+SQL_UNSIGNED_OFFSET)
443 #define SQL_C_ULONG (SQL_C_LONG+SQL_UNSIGNED_OFFSET)
444 #define SQL_C_USHORT (SQL_C_SHORT+SQL_UNSIGNED_OFFSET)
445 #define SQL_C_UTINYINT (SQL_TINYINT+SQL_UNSIGNED_OFFSET)

Completed in 50 milliseconds