Home
last modified time | relevance | path

Searched refs:CHECK_SQLCOLATTRIBUTESW (Results 1 – 5 of 5) sorted by relevance

/dports/databases/unixODBC/unixODBC-2.3.9/DriverManager/
H A DSQLColAttributeW.c311 CHECK_SQLCOLATTRIBUTESW( statement -> connection )) in SQLColAttributeW()
315 if ( CHECK_SQLCOLATTRIBUTESW( statement -> connection )) in SQLColAttributeW()
H A DSQLColAttributesW.c344 CHECK_SQLCOLATTRIBUTESW( statement -> connection ) || in SQLColAttributesW()
347 if ( !CHECK_SQLCOLATTRIBUTESW( statement -> connection )) in SQLColAttributesW()
H A DSQLColAttributes.c455 if ( !CHECK_SQLCOLATTRIBUTESW( statement -> connection )) in SQLColAttributes()
H A DSQLColAttribute.c473 if ( CHECK_SQLCOLATTRIBUTESW( statement -> connection )) in SQLColAttribute()
H A Ddrivermanager.h1014 #define CHECK_SQLCOLATTRIBUTESW(con) (con->functions[13].funcW!=NULL) macro