Home
last modified time | relevance | path

Searched refs:SourceDescHandle (Results 1 – 17 of 17) sorted by relevance

/dports/databases/libiodbc/iODBC-3.52.15/iodbc/trace/
H A DCopyDesc.c83 SQLHDESC SourceDescHandle, in trace_SQLCopyDesc() argument
90 _trace_handle (SQL_HANDLE_DESC, SourceDescHandle); in trace_SQLCopyDesc()
H A Dproto.h186 SQLHDESC SourceDescHandle, SQLHDESC TargetDescHandle);
/dports/databases/mysql-connector-odbc/mysql-connector-odbc-5.3.13-src/driver/
H A Ddesc.cc988 SQLRETURN MySQLCopyDesc(SQLHDESC SourceDescHandle, SQLHDESC TargetDescHandle) in MySQLCopyDesc() argument
990 DESC *src= (DESC *)SourceDescHandle; in MySQLCopyDesc()
1080 SQLCopyDesc(SQLHDESC SourceDescHandle, SQLHDESC TargetDescHandle) in SQLCopyDesc() argument
1082 CHECK_HANDLE(SourceDescHandle); in SQLCopyDesc()
1085 return MySQLCopyDesc(SourceDescHandle, TargetDescHandle); in SQLCopyDesc()
/dports/databases/libiodbc/iODBC-3.52.15/iodbc/
H A Dodbc3.c2902 SQLHDESC SourceDescHandle, in SQLCopyDesc_Internal() argument
2905 DESC (desc, SourceDescHandle); in SQLCopyDesc_Internal()
2926 SQLHDESC SourceDescHandle, in SQLCopyDesc() argument
2929 ENTER_DESC (SourceDescHandle, in SQLCopyDesc()
2931 SourceDescHandle, in SQLCopyDesc()
2935 SourceDescHandle, in SQLCopyDesc()
2938 LEAVE_DESC (SourceDescHandle, in SQLCopyDesc()
2940 SourceDescHandle, in SQLCopyDesc()
/dports/databases/postgresql-odbc/psqlodbc-13.02.0000/
H A Dodbcapi30.c154 SQLCopyDesc(SQLHDESC SourceDescHandle, in SQLCopyDesc() argument
160 ret = PGAPI_CopyDesc(SourceDescHandle, TargetDescHandle); in SQLCopyDesc()
H A Ddescriptor.c516 PGAPI_CopyDesc(SQLHDESC SourceDescHandle, in PGAPI_CopyDesc() argument
527 src = (DescriptorClass *) SourceDescHandle; in PGAPI_CopyDesc()
H A Dpgapifunc.h332 RETCODE SQL_API PGAPI_CopyDesc(SQLHDESC SourceDescHandle,
/dports/editors/libreoffice/libreoffice-7.2.6.2/external/unixODBC/inc/odbc/
H A Dsql.h623 SQLRETURN SQL_API SQLCopyDesc(SQLHDESC SourceDescHandle,
/dports/editors/libreoffice6/libreoffice-6.4.7.2/external/unixODBC/inc/odbc/
H A Dsql.h623 SQLRETURN SQL_API SQLCopyDesc(SQLHDESC SourceDescHandle,
/dports/databases/unixODBC/unixODBC-2.3.9/include/
H A Dsql.h638 SQLRETURN SQL_API SQLCopyDesc(SQLHDESC SourceDescHandle,
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dsql.h505 SQLRETURN SQL_API SQLCopyDesc(SQLHDESC SourceDescHandle,SQLHDESC TargetDescHandle);
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dsql.h505 SQLRETURN SQL_API SQLCopyDesc(SQLHDESC SourceDescHandle,SQLHDESC TargetDescHandle);
/dports/databases/libiodbc/iODBC-3.52.15/include/
H A Dsql.h863 SQLHDESC SourceDescHandle,
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/dbapi/driver/odbc/unix_odbc/
H A Dsql.h638 SQLRETURN SQL_API SQLCopyDesc(SQLHDESC SourceDescHandle,
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/include/dbapi/driver/odbc/unix_odbc/
H A Dsql.h638 SQLRETURN SQL_API SQLCopyDesc(SQLHDESC SourceDescHandle,
/dports/databases/mariadb-connector-odbc/mariadb-connector-odbc-3.1.14-src/
H A Dodbc_3_api.c635 SQLRETURN SQL_API SQLCopyDesc(SQLHDESC SourceDescHandle, in SQLCopyDesc() argument
639 return MADB_DescCopyDesc((MADB_Desc *)SourceDescHandle, (MADB_Desc *)TargetDescHandle); in SQLCopyDesc()
/dports/databases/sqlrelay/sqlrelay-1.7.0/src/api/odbc/
H A Dsqlrodbc.cpp2524 SQLRETURN SQL_API SQLCopyDesc(SQLHDESC SourceDescHandle, in SQLCopyDesc() argument