Lines Matching refs:status
43 * \brief Callback function that stocks in memory the content of the scanner status.
45 * \return realsize (size of the content needed -> the scanner status)
68 * --> to recover the scanner status.
184 * \brief Function that finally recovers the scanner status ('Idle', or not), using curl.
188 * \return status (if everything is OK, status = SANE_STATUS_GOOD, otherwise, SANE_STATUS_NO_MEM/SANE_STATUS_INVAL)
196 SANE_Status status = SANE_STATUS_DEVICE_BUSY;
210 status = SANE_STATUS_DEVICE_BUSY;
228 status = SANE_STATUS_INVAL;
234 status = SANE_STATUS_NO_MEM;
239 status = SANE_STATUS_NO_MEM;
242 /* Decode Job status */
247 status = platen;
249 status = platen;
251 status = adf;
253 DBG (10, "STATUS : %s\n", sane_strstatus(status));
265 (status == SANE_STATUS_GOOD ||
266 status == SANE_STATUS_UNSUPPORTED ||
267 status == SANE_STATUS_DEVICE_BUSY)) {
271 return (status);