Searched refs:DriverDescription (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/iodbc-42.5/iodbc/iodbc/trace/
H A DDrivers.c84 SQLCHAR * DriverDescription,
97 _trace_string (DriverDescription, BufferLength1, DescriptionLengthPtr,
113 SQLWCHAR * DriverDescription,
126 _trace_string_w (DriverDescription, BufferLength1, DescriptionLengthPtr,
81 trace_SQLDrivers(int trace_leave, int retcode, SQLHENV EnvironmentHandle, SQLUSMALLINT Direction, SQLCHAR * DriverDescription, SQLSMALLINT BufferLength1, SQLSMALLINT * DescriptionLengthPtr, SQLCHAR * DriverAttributes, SQLSMALLINT BufferLength2, SQLSMALLINT * AttributesLengthPtr) argument
110 trace_SQLDriversW(int trace_leave, int retcode, SQLHENV EnvironmentHandle, SQLUSMALLINT Direction, SQLWCHAR * DriverDescription, SQLSMALLINT BufferLength1, SQLSMALLINT * DescriptionLengthPtr, SQLWCHAR * DriverAttributes, SQLSMALLINT BufferLength2, SQLSMALLINT * AttributesLengthPtr) argument
H A Dproto.h237 SQLCHAR * DriverDescription, SQLSMALLINT BufferLength1,
242 SQLWCHAR * DriverDescription, SQLSMALLINT BufferLength1,
/macosx-10.10/IOGraphics-485/IONDRVSupport/IOKit/ndrvsupport/
H A DIOMacOSTypes.h312 struct DriverDescription { struct
319 typedef struct DriverDescription DriverDescription; typedef in typeref:struct:DriverDescription
320 typedef DriverDescription * DriverDescriptionPtr;
/macosx-10.10/IOKitUser-1050.1.21/graphics.subproj/
H A DPEFSupport.c533 struct DriverDescription { struct
539 typedef struct DriverDescription DriverDescription; typedef in typeref:struct:DriverDescription
552 DriverDescription descrip;
635 DriverDescription _curDesc;
636 DriverDescription * curDesc;
638 curDesc = (DriverDescription *) CFDataGetBytePtr(ndrv);
641 if ((sizeof(DriverDescription) > (size_t) CFDataGetLength(ndrv))
647 curDesc, sizeof(DriverDescription));

Completed in 164 milliseconds