Home
last modified time | relevance | path

Searched refs:CharacterAttributePtr (Results 1 – 16 of 16) sorted by relevance

/dports/databases/libiodbc/iODBC-3.52.15/iodbc/trace/
H A DColAttribute.c159 SQLPOINTER CharacterAttributePtr, in _trace_colattr3_data() argument
230 _trace_pointer (CharacterAttributePtr); in _trace_colattr3_data()
240 _trace_string_w (CharacterAttributePtr, BufferLength, StringLengthPtr, in _trace_colattr3_data()
243 _trace_string (CharacterAttributePtr, BufferLength, StringLengthPtr, in _trace_colattr3_data()
251 _trace_pointer (CharacterAttributePtr); in _trace_colattr3_data()
333 SQLPOINTER CharacterAttributePtr, in trace_SQLColAttribute() argument
347 _trace_colattr3_data (FieldIdentifier, CharacterAttributePtr, BufferLength, in trace_SQLColAttribute()
359 SQLPOINTER CharacterAttributePtr, in trace_SQLColAttributeW() argument
373 _trace_colattr3_data (FieldIdentifier, CharacterAttributePtr, BufferLength, in trace_SQLColAttributeW()
H A Dproto.h134 SQLUSMALLINT FieldIdentifier, SQLPOINTER CharacterAttributePtr,
139 SQLUSMALLINT FieldIdentifier, SQLPOINTER CharacterAttributePtr,
/dports/databases/mysql55-client/mysql-5.5.62/storage/ndb/test/odbc/client/
H A DSQLColAttributeTest.cpp32 SQLCHAR CharacterAttributePtr; variable
67 &CharacterAttributePtr, in SQLColAttributeTest()
211 &CharacterAttributePtr, in SQLColAttributeTest()
230 &CharacterAttributePtr, in SQLColAttributeTest()
248 &CharacterAttributePtr, in SQLColAttributeTest()
267 &CharacterAttributePtr, in SQLColAttributeTest()
/dports/databases/libiodbc/iODBC-3.52.15/iodbc/
H A Dodbc3.c2950 SQLPOINTER CharacterAttributePtr, in SQLColAttribute_Internal() argument
2963 void * charAttrOut = CharacterAttributePtr; in SQLColAttribute_Internal()
3073 (SQLCHAR *) CharacterAttributePtr, in SQLColAttribute_Internal()
3082 CharacterAttributePtr, BufferLength, NULL, &count); in SQLColAttribute_Internal()
3185 if (CharacterAttributePtr) in SQLColAttribute_Internal()
3187 STRNCPY (CharacterAttributePtr, szval, len1); in SQLColAttribute_Internal()
3188 ((SQLCHAR *) CharacterAttributePtr)[len1] = 0; in SQLColAttribute_Internal()
3290 (SQLCHAR *) CharacterAttributePtr, in SQLColAttribute_Internal()
3324 SQLPOINTER CharacterAttributePtr, in SQLColAttribute() argument
3359 SQLPOINTER CharacterAttributePtr, in SQLColAttributeA() argument
[all …]
/dports/databases/mariadb-connector-odbc/mariadb-connector-odbc-3.1.14-src/cmake/
H A Dsqlcolattribute.c7 SQLPOINTER CharacterAttributePtr, in SQLColAttribute() argument
/dports/databases/mariadb-connector-odbc/mariadb-connector-odbc-3.1.14-src/
H A Dma_odbc.h475 …t *Stmt, SQLUSMALLINT ColumnNumber, SQLUSMALLINT FieldIdentifier, SQLPOINTER CharacterAttributePtr,
478 …t *Stmt, SQLUSMALLINT ColumnNumber, SQLUSMALLINT FieldIdentifier, SQLPOINTER CharacterAttributePtr,
H A Dma_statement.c3219CharacterAttributePtr, (IsWchar) ? BufferLength / sizeof(SQLWCHAR) : BufferLength, in MADB_StmtColAttr()
3225CharacterAttributePtr, (IsWchar) ? BufferLength / sizeof(SQLWCHAR) : BufferLength, in MADB_StmtColAttr()
3234CharacterAttributePtr, (IsWchar) ? BufferLength / sizeof(SQLWCHAR) : BufferLength, in MADB_StmtColAttr()
3240CharacterAttributePtr, (IsWchar) ? BufferLength / sizeof(SQLWCHAR) : BufferLength, in MADB_StmtColAttr()
3266CharacterAttributePtr, (IsWchar) ? BufferLength / sizeof(SQLWCHAR) : BufferLength, in MADB_StmtColAttr()
3272CharacterAttributePtr, (IsWchar) ? BufferLength / sizeof(SQLWCHAR) : BufferLength, in MADB_StmtColAttr()
3278CharacterAttributePtr, (IsWchar) ? BufferLength / sizeof(SQLWCHAR) : BufferLength, in MADB_StmtColAttr()
3285CharacterAttributePtr, (IsWchar) ? BufferLength / sizeof(SQLWCHAR) : BufferLength, in MADB_StmtColAttr()
3291CharacterAttributePtr, (IsWchar) ? BufferLength / sizeof(SQLWCHAR) : BufferLength, in MADB_StmtColAttr()
3315CharacterAttributePtr, (IsWchar) ? BufferLength / sizeof(SQLWCHAR) : BufferLength, in MADB_StmtColAttr()
[all …]
H A Dma_statement.h49 …t *Stmt, SQLUSMALLINT ColumnNumber, SQLUSMALLINT FieldIdentifier, SQLPOINTER CharacterAttributePtr,
H A Dodbc_3_api.c236 SQLPOINTER CharacterAttributePtr, in SQLColAttribute() argument
257 MDBUG_C_DUMP(Stmt->Connection, CharacterAttributePtr, 0x); in SQLColAttribute()
262 ret= Stmt->Methods->ColAttribute(Stmt, ColumnNumber, FieldIdentifier, CharacterAttributePtr, in SQLColAttribute()
273 SQLPOINTER CharacterAttributePtr, in SQLColAttributeW() argument
294 MDBUG_C_DUMP(Stmt->Connection, CharacterAttributePtr, 0x); in SQLColAttributeW()
299 ret= Stmt->Methods->ColAttribute(Stmt, ColumnNumber, FieldIdentifier, CharacterAttributePtr, in SQLColAttributeW()
/dports/databases/mysql-connector-odbc/mysql-connector-odbc-5.3.13-src/cmake/
H A Dsqlcolattrib1.c.cmake46 SQLPOINTER CharacterAttributePtr,
H A Dsqlcolattrib2.c.cmake46 SQLPOINTER CharacterAttributePtr,
/dports/lang/yap/yap-6.2.2/MYDDAS/
H A Dmyddas_odbc.c286 SQLPOINTER CharacterAttributePtr, in SQLCOLATTRIBUTE() argument
296 CharacterAttributePtr, in SQLCOLATTRIBUTE()
/dports/editors/libreoffice/libreoffice-7.2.6.2/connectivity/source/inc/odbc/
H A DOFunctions.hxx296 SQLPOINTER CharacterAttributePtr,
/dports/editors/libreoffice6/libreoffice-6.4.7.2/connectivity/source/inc/odbc/
H A DOFunctions.hxx297 SQLPOINTER CharacterAttributePtr,
/dports/databases/fpc-odbc/fpc-3.2.2/packages/odbc/src/
H A Dodbcsql.inc1227 CharacterAttributePtr:SQLPOINTER;BufferLength:SQLSMALLINT;
1610 CharacterAttributePtr:SQLPOINTER;
/dports/lang/fpc-source/fpc-3.2.2/packages/odbc/src/
H A Dodbcsql.inc1227 CharacterAttributePtr:SQLPOINTER;BufferLength:SQLSMALLINT;
1610 CharacterAttributePtr:SQLPOINTER;