Searched refs:LPSTR (Results 1 - 25 of 127) sorted by relevance

123456

/macosx-10.10/iodbc-42.5/iodbc/iodbcinst/
H A Diodbc_error.c84 LPSTR errormsg[ERROR_NUM] = {0};
H A Dinifile.h167 LPSTR lpszRetBuffer, int cbRetBuffer);
168 int _iodbcdm_list_sections (PCONFIG pCfg, LPSTR lpszRetBuffer, int cbRetBuffer);
169 BOOL do_create_dsns (PCONFIG pCfg, PCONFIG pInfCfg, LPSTR szDriver,
170 LPSTR szDSNS, LPSTR szDiz);
171 BOOL install_from_ini (PCONFIG pCfg, PCONFIG pOdbcCfg, LPSTR szInfFile,
172 LPSTR szDriver, BOOL drivers);
173 int install_from_string (PCONFIG pCfg, PCONFIG pOdbcCfg, LPSTR lpszDriver,
H A DSQLWriteDSNToIni.c90 LPCSTR lpszDefault, LPSTR lpszRetBuffer, int cbRetBuffer,
111 (LPSTR) lpszDSN, (LPSTR) lpszDriver))
113 if (_iodbcdm_cfg_write (pCfg, "ODBC Data Sources", (LPSTR) lpszDSN,
114 (LPSTR) lpszDriver))
123 if (_iodbcdm_cfg_write (pCfg, (LPSTR) lpszDSN, NULL, NULL))
131 if (!GetPrivateProfileString ((LPSTR) lpszDriver, "Driver", "", szBuffer,
136 if (!GetPrivateProfileString ((LPSTR) lpszDriver, "Driver", "",
145 if (_iodbcdm_cfg_write (pCfg, (LPSTR) lpszDSN, "Driver", szBuffer)
H A Diodbc_error.h84 extern LPSTR errormsg[ERROR_NUM];
H A DSQLInstallDriverManager.c84 extern BOOL InstallDriverPath (LPSTR lpszPath, WORD cbPathMax,
85 WORD * pcbPathOut, LPSTR envname);
88 SQLInstallDriverManager (LPSTR lpszPath, WORD cbPathMax, WORD * pcbPathOut)
H A DSQLInstallerError.c84 LPSTR errortable[] = {
113 SQLInstallerError (WORD iError, DWORD * pfErrorCode, LPSTR lpszErrorMsg,
116 LPSTR message;
H A DSQLWritePrivateProfileString.c109 _iodbcdm_cfg_write (pCfg, (LPSTR) lpszSection, NULL, NULL);
116 _iodbcdm_cfg_write (pCfg, (LPSTR) lpszSection, (LPSTR) lpszEntry, NULL);
121 _iodbcdm_cfg_write (pCfg, (LPSTR) lpszSection, (LPSTR) lpszEntry,
122 (LPSTR) lpszString);
279 LPCSTR lpszEntry, LPSTR lpszString, int cbString)
H A DSQLRemoveTranslator.c108 _iodbcdm_cfg_write (pCfg, "ODBC Translators", (LPSTR) lpszTranslator, NULL);
109 _iodbcdm_cfg_write (pCfg, (LPSTR) lpszTranslator, NULL, NULL);
H A DSQLRemoveDSNFromIni.c132 _iodbcdm_cfg_write (pCfg, "ODBC 32 bit Data Sources", (LPSTR) _dsn_u8,
135 _iodbcdm_cfg_write (pCfg, "ODBC Data Sources", (LPSTR) _dsn_u8, NULL);
140 _iodbcdm_cfg_write (pCfg, (LPSTR) _dsn_u8, NULL, NULL);
H A DSQLRemoveDriver.c93 LPSTR entries = (LPSTR) malloc (sizeof (char) * 65535), curr;
203 if (_iodbcdm_cfg_write (pInstCfg, "ODBC Drivers", (LPSTR) lpszDriver, NULL))
/macosx-10.10/ruby-106/ruby/win32/
H A Dwinmain.c7 WinMain(HINSTANCE current, HINSTANCE prev, LPSTR cmdline, int showcmd)
/macosx-10.10/iodbc-42.5/iodbc/drvproxy/gtk/
H A Dgui.h94 LPSTR connstr;
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/contrib/win32/
H A Ddllshell.c21 LPSTR lpszCmdLine)
/macosx-10.10/xnu-2782.1.97/osfmk/prng/YarrowCoreLib/include/
H A DWindowsTypesForMac.h61 typedef int8_t *LPSTR; typedef
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/contrib/win_dib/
H A Dtiff2dib.c30 static LPSTR FindDIBBits(LPSTR lpDIB);
31 static WORD PaletteSize(LPSTR lpDIB);
32 static WORD DIBNumColors(LPSTR lpDIB);
39 * HDIB LoadTIFFinDIB(LPSTR lpFileName)
43 * LPSTR lpDIB - File name of a tiff imag
47 * LPSTR - HANDLE of a DIB
59 HDIB LoadTIFFinDIB(LPSTR lpFileName)
108 lpBits = FindDIBBits((LPSTR) lpDIB);
114 lpBits = FindDIBBits((LPSTR) lpDI
[all...]
/macosx-10.10/iodbc-42.5/iodbc/iodbcadm/
H A Diodbcadm.h89 SQLRETURN SQL_API iodbcdm_drvconn_dialbox (HWND hwnd, LPSTR szInOutConnStr,
96 SQLRETURN SQL_API _iodbcdm_drvchoose_dialbox (HWND hwnd, LPSTR szInOutDrvStr,
101 SQLRETURN SQL_API _iodbcdm_trschoose_dialbox (HWND hwnd, LPSTR szInOutDrvStr,
117 typedef SQLRETURN SQL_API (*pTrsChooseFunc) (HWND hwnd, LPSTR szInOutDrvStr,
119 typedef SQLRETURN SQL_API (*pDrvConnFunc) (HWND hwnd, LPSTR szInOutConnStr,
/macosx-10.10/iodbc-42.5/iodbc/include/
H A Dodbcinst.h230 LPSTR lpszPathOut,
250 LPSTR lpszErrorMsg,
265 LPSTR szErrorMsg) DEPRECATED_IN_MAC_OS_X_VERSION_10_8_AND_LATER;
276 LPSTR lpszPathOut,
297 LPSTR lpszString,
315 LPSTR lpszString) DEPRECATED_IN_MAC_OS_X_VERSION_10_8_AND_LATER;
352 LPSTR lpszName,
355 LPSTR lpszPath,
377 LPSTR lpszPath,
389 LPSTR lpszPat
[all...]
H A Diodbcunix.h130 typedef char * LPSTR; typedef
/macosx-10.10/SmartCardServices-55111/src/PCSC/
H A Dhotplug_macosx.cpp49 LONG RFAddReader(LPSTR, DWORD, LPSTR)
54 LONG RFRemoveReader(LPSTR, DWORD)
H A Dwintypes.h73 typedef char *LPSTR; typedef
76 * You should use LPSTR instead */
H A Dreaderfactory.h119 RESPONSECODE (*pvfCreateChannelByName)(DWORD, LPSTR);
213 LONG RFAddReader(LPSTR, DWORD, LPSTR, LPSTR);
214 LONG RFRemoveReader(LPSTR, DWORD);
216 LONG RFListReaders(LPSTR, LPDWORD);
217 LONG RFReaderInfo(LPSTR, struct ReaderContext **);
218 LONG RFReaderInfoNamePort(DWORD, LPSTR, struct ReaderContext **);
H A Difdhandler.h268 LPSTR Vendor_Name; /**< Tag 0x0100 */
269 LPSTR IFD_Type; /**< Tag 0x0101 */
271 LPSTR IFD_Serial; /**< Tag 0x0103 */
485 RESPONSECODE IFDHCreateChannelByName(DWORD Lun, LPSTR DeviceName);
/macosx-10.10/iodbc-42.5/iodbc/drvproxy/
H A Dgui.h97 LPSTR create_gensetup (HWND hwnd, LPCSTR dsn, LPCSTR attrs, BOOL add);
H A DConfigDSN.c116 for (curr = (LPSTR) lpszAttributes; curr && *curr;
132 for (curr = (LPSTR) lpszAttributes, cour = prov; curr && *curr;
205 if (connstr == (LPSTR) - 1L)
250 if (connstr == (LPSTR) - 1L)
303 if (connstr && connstr != (LPSTR) - 1L && connstr != lpszAttributes
/macosx-10.10/SmartcardCCID-55008/ccid/ccid/MacOSX/
H A Difdhandler.h239 LPSTR Vendor_Name; /**< Tag 0x0100 */
240 LPSTR IFD_Type; /**< Tag 0x0101 */
242 LPSTR IFD_Serial; /**< Tag 0x0103 */
463 RESPONSECODE IFDHCreateChannelByName(DWORD Lun, LPSTR DeviceName);

Completed in 174 milliseconds

123456