Searched refs:AllocSplStr (Results 1 – 11 of 11) sorted by relevance
221 pHandle->pwszDatatype = AllocSplStr(pPrintProcessorOpenData->pDatatype); in OpenPrintProcessor()222 pHandle->pwszDocumentName = AllocSplStr(pPrintProcessorOpenData->pDocumentName); in OpenPrintProcessor()223 pHandle->pwszOutputFile = AllocSplStr(pPrintProcessorOpenData->pOutputFile); in OpenPrintProcessor()224 pHandle->pwszPrinterPort = AllocSplStr(pPrinterName); in OpenPrintProcessor()
56 AllocSplStr(PCWSTR pwszInput) in AllocSplStr() function200 *ppwszString = AllocSplStr(pwszInput); in ReallocSplStr()
20 @ stdcall AllocSplStr(ptr)
293 pJob->pwszDatatype = AllocSplStr(pPrinterHandle->pwszDatatype); in CreateJob()294 pJob->pwszDocumentName = AllocSplStr(wszDefaultDocumentName); in CreateJob()309 pJob->pwszNotifyName = AllocSplStr(pJob->pwszUserName); in CreateJob()1267 pJob->pwszDatatype = AllocSplStr((PCWSTR)((ULONG_PTR)pShadowFile + pShadowFile->offDatatype)); in ReadJobShadowFile()1268 …pJob->pwszMachineName = AllocSplStr((PCWSTR)((ULONG_PTR)pShadowFile + pShadowFile->offMachineName)… in ReadJobShadowFile()1273 …pJob->pwszDocumentName = AllocSplStr((PCWSTR)((ULONG_PTR)pShadowFile + pShadowFile->offDocumentNam… in ReadJobShadowFile()1276 … pJob->pwszNotifyName = AllocSplStr((PCWSTR)((ULONG_PTR)pShadowFile + pShadowFile->offNotifyName)); in ReadJobShadowFile()1279 …pJob->pwszPrintProcessorParameters = AllocSplStr((PCWSTR)((ULONG_PTR)pShadowFile + pShadowFile->of… in ReadJobShadowFile()1282 … pJob->pwszUserName = AllocSplStr((PCWSTR)((ULONG_PTR)pShadowFile + pShadowFile->offUserName)); in ReadJobShadowFile()
499 pPrintMonitor->pwszName = AllocSplStr( pName ); in AddPrintMonitorList()531 pPrintMonitor->pwszFileName = AllocSplStr( DllName ); in AddPrintMonitorList()
229 pPrinter->pwszPrinterName = AllocSplStr(wszPrinterName); in InitializePrinterList()1167 pPrinterHandle->pwszDatatype = AllocSplStr(pDefault->pDatatype); in _LocalOpenPrinterHandle()1172 pPrinterHandle->pwszDatatype = AllocSplStr(pPrinter->pwszDefaultDatatype); in _LocalOpenPrinterHandle()
41 pwszTest = AllocSplStr(wszTestString1); in START_TEST()
84 PWSTR WINAPI AllocSplStr(PCWSTR pwszInput);
204 AllocSplStr(PCWSTR pwszInput) in AllocSplStr() function
908 pcui_ud->pszPrinterName = AllocSplStr( pszPrinterName ); in CreatePrinterFriendlyName()
322 pPort->pwszMapping = AllocSplStr(pwszDeviceMappings); in _CreateNonspooledPort()