Home
last modified time | relevance | path

Searched defs:SQL_CP_ONE_PER_HENV (Results 1 – 22 of 22) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data/System/Data/Odbc/
H A DOdbc32.cs645 …static internal readonly IntPtr SQL_CP_ONE_PER_HENV = new IntPtr(2); //One pool per en… field in System.Data.Odbc.ODBC32
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Data.Odbc/src/System/Data/Odbc/
H A DOdbc32.cs668 …internal static readonly IntPtr SQL_CP_ONE_PER_HENV = new IntPtr(2); //One pool per environm… field in System.Data.Odbc.ODBC32
/dports/lang/gcc12-devel/gcc-12-20211205/libphobos/libdruntime/core/sys/windows/
H A Dsqlext.d839 enum SQL_CP_ONE_PER_HENV = 2UL; variable
/dports/editors/libreoffice/libreoffice-7.2.6.2/external/unixODBC/inc/odbc/
H A Dsqlext.h88 #define SQL_CP_ONE_PER_HENV 2UL macro
/dports/lang/gcc11/gcc-11.2.0/libphobos/libdruntime/core/sys/windows/
H A Dsqlext.d839 enum SQL_CP_ONE_PER_HENV = 2UL; variable
/dports/editors/libreoffice6/libreoffice-6.4.7.2/external/unixODBC/inc/odbc/
H A Dsqlext.h88 #define SQL_CP_ONE_PER_HENV 2UL macro
/dports/lang/gcc10/gcc-10.3.0/libphobos/libdruntime/core/sys/windows/
H A Dsqlext.d838 enum SQL_CP_ONE_PER_HENV = 2UL; variable
/dports/lang/gcc11-devel/gcc-11-20211009/libphobos/libdruntime/core/sys/windows/
H A Dsqlext.d839 enum SQL_CP_ONE_PER_HENV = 2UL; variable
/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/mingw32/include/
H A Dsqlext.h802 #define SQL_CP_ONE_PER_HENV 2UL macro
/dports/devel/avr-gcc/gcc-10.2.0/libphobos/libdruntime/core/sys/windows/
H A Dsqlext.d838 enum SQL_CP_ONE_PER_HENV = 2UL; variable
/dports/lang/gcc9-devel/gcc-9-20211007/libphobos/libdruntime/core/sys/windows/
H A Dsqlext.d838 enum SQL_CP_ONE_PER_HENV = 2UL; variable
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dsqlext.h44 #define SQL_CP_ONE_PER_HENV __MSABI_LONG(2U) macro
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dsqlext.h44 #define SQL_CP_ONE_PER_HENV __MSABI_LONG(2U) macro
/dports/lang/gcc9/gcc-9.4.0/libphobos/libdruntime/core/sys/windows/
H A Dsqlext.d838 enum SQL_CP_ONE_PER_HENV = 2UL; variable
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libphobos/libdruntime/core/sys/windows/
H A Dsqlext.d839 enum SQL_CP_ONE_PER_HENV = 2UL; variable
/dports/databases/libiodbc/iODBC-3.52.15/include/
H A Dsqlext.h612 #define SQL_CP_ONE_PER_HENV 2UL macro
/dports/lang/gcc9-aux/gcc-9.1.0/libphobos/libdruntime/core/sys/windows/
H A Dsqlext.d838 enum SQL_CP_ONE_PER_HENV = 2UL; variable
/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/include/
H A Dsqlext.h802 #define SQL_CP_ONE_PER_HENV 2UL macro
/dports/databases/unixODBC/unixODBC-2.3.9/include/
H A Dsqlext.h88 #define SQL_CP_ONE_PER_HENV 2UL macro
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/dbapi/driver/odbc/unix_odbc/
H A Dsqlext.h88 #define SQL_CP_ONE_PER_HENV 2UL macro
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/include/dbapi/driver/odbc/unix_odbc/
H A Dsqlext.h88 #define SQL_CP_ONE_PER_HENV 2UL macro
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/System/Search/
H A Dmod.rs5267 pub const SQL_CP_ONE_PER_HENV: u32 = 2u32; const