Searched refs:PRINTER_STATE_MARKER_EMPTY (Results 1 – 3 of 3) sorted by relevance
39 static const std::string PRINTER_STATE_MARKER_EMPTY = "marker-supply-empty"; variable265 strcpy_s(jobStatus.printer_state_reasons, len, PRINTER_STATE_MARKER_EMPTY.c_str());
49 static const std::string PRINTER_STATE_MARKER_EMPTY = "marker-supply-empty"; variable1595 PRINTER_STATE_MARKER_EMPTY.c_str(), strlen(PRINTER_STATE_MARKER_EMPTY.c_str()));
116 static const std::string PRINTER_STATE_MARKER_EMPTY = "marker-supply-empty"; variable1463 if ((strstr(jobStatus->printer_state_reasons, PRINTER_STATE_MARKER_EMPTY.c_str()) != nullptr) || in GetBlockedSubstate()