Home
last modified time | relevance | path

Searched refs:SQL_C_UBIGINT (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-sql/
H A Dback-sql.h231 #if defined(HAVE_LONG_LONG) && defined(SQL_C_UBIGINT) && \
234 #define BACKSQL_C_NUMID SQL_C_UBIGINT
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/
H A Dsqlext.d748 enum SQL_C_UBIGINT = SQL_BIGINT+SQL_UNSIGNED_OFFSET; variable