Home
last modified time | relevance | path

Searched refs:SQLAllocEnv (Results 1 – 4 of 4) sorted by relevance

/reactos/dll/win32/odbc32/
H A Dodbc32.spec2 2 stdcall SQLAllocEnv(ptr) ODBC32_SQLAllocEnv
H A Dproxyodbc.c566 LOAD_FUNC(SQLAllocEnv); in ODBC_LoadDMFunctions()
/reactos/sdk/include/psdk/
H A Dsql.h341 SQLRETURN SQL_API SQLAllocEnv(SQLHENV*); /* deprecated */
H A Dsqlext.h1122 #define SQLAllocEnv(p) SQLAllocHandleStd(SQL_HANDLE_ENV,SQL_NULL_HANDLE,p) macro