Lines Matching refs:nboob
872 size_t len, ooblen, nbdata, nboob;
904 nboob = min_t(size_t, ooblen, (size_t)DOC_LAYOUT_OOB_SIZE);
920 ret = doc_read_page_getbytes(docg3, nboob, oobbuf, 0, 0);
921 if (ret < nboob)
923 doc_read_page_getbytes(docg3, DOC_LAYOUT_OOB_SIZE - nboob,
924 NULL, 0, nboob % 2);
929 if (nboob >= DOC_LAYOUT_OOB_SIZE) {
961 ops->oobretlen += nboob;
963 oobbuf += nboob;
965 ooblen -= nboob;