Home
last modified time | relevance | path

Searched refs:SQLAllocStmt_Internal (Results 1 – 3 of 3) sorted by relevance

/dports/databases/libiodbc/iODBC-3.52.15/iodbc/
H A Dhstmt.c111 SQLAllocStmt_Internal ( in SQLAllocStmt_Internal() function
439 retcode = SQLAllocStmt_Internal (hdbc, phstmt); in SQLAllocStmt()
H A Dconnect.c712 SQLAllocStmt_Internal (SQLHDBC hdbc, SQLHSTMT *phstmt);
734 retcode = SQLAllocStmt_Internal (hdbc, &hstmt); in _iodbcdm_pool_exec_cpprobe()
H A Dodbc3.c113 SQLRETURN SQLAllocStmt_Internal (SQLHDBC hdbc, SQLHSTMT * phstmt);
238 return SQLAllocStmt_Internal (inputHandle, outputHandlePtr); in SQLAllocHandle_Internal()