Home
last modified time | relevance | path

Searched refs:AllocSplStr (Results 1 – 11 of 11) sorted by relevance

/reactos/win32ss/printing/processors/winprint/
H A Dmain.c221 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()
/reactos/win32ss/printing/base/spoolss/
H A Dmemory.c56 AllocSplStr(PCWSTR pwszInput) in AllocSplStr() function
200 *ppwszString = AllocSplStr(pwszInput); in ReallocSplStr()
H A Dspoolss.spec20 @ stdcall AllocSplStr(ptr)
/reactos/win32ss/printing/providers/localspl/
H A Djobs.c293 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()
H A Dmonitors.c499 pPrintMonitor->pwszName = AllocSplStr( pName ); in AddPrintMonitorList()
531 pPrintMonitor->pwszFileName = AllocSplStr( DllName ); in AddPrintMonitorList()
H A Dprinters.c229 pPrinter->pwszPrinterName = AllocSplStr(wszPrinterName); in InitializePrinterList()
1167 pPrinterHandle->pwszDatatype = AllocSplStr(pDefault->pDatatype); in _LocalOpenPrinterHandle()
1172 pPrinterHandle->pwszDatatype = AllocSplStr(pPrinter->pwszDefaultDatatype); in _LocalOpenPrinterHandle()
/reactos/modules/rostests/apitests/spoolss/
H A DReallocSplStr.c41 pwszTest = AllocSplStr(wszTestString1); in START_TEST()
/reactos/win32ss/printing/include/
H A Dspoolss.h84 PWSTR WINAPI AllocSplStr(PCWSTR pwszInput);
/reactos/win32ss/printing/base/winspool/
H A Dutils.c204 AllocSplStr(PCWSTR pwszInput) in AllocSplStr() function
H A Dprinters.c908 pcui_ud->pszPrinterName = AllocSplStr( pszPrinterName ); in CreatePrinterFriendlyName()
/reactos/win32ss/printing/monitors/localmon/
H A Dports.c322 pPort->pwszMapping = AllocSplStr(pwszDeviceMappings); in _CreateNonspooledPort()