Searched refs:pNoSyncDetection (Results 1 – 3 of 3) sorted by relevance
379 static const char* pNoSyncDetection = getenv( "SAL_DISABLE_SYNCHRONOUS_PRINTER_DETECTION" ); in GetPrinterQueueInfo() local380 if( ! pNoSyncDetection || ! *pNoSyncDetection ) in GetPrinterQueueInfo()
445 static const char* pNoSyncDetection = getenv( "SAL_DISABLE_SYNCHRONOUS_PRINTER_DETECTION" ); in GetPrinterQueueInfo() local446 if( ! pNoSyncDetection || ! *pNoSyncDetection ) in GetPrinterQueueInfo()
1186 static const char* pNoSyncDetection = getenv( "SAL_DISABLE_SYNCHRONOUS_PRINTER_DETECTION" ); in ~SystemQueueInfo() local1187 if( ! pNoSyncDetection || !*pNoSyncDetection ) in ~SystemQueueInfo()
Completed in 90 milliseconds