Lines Matching refs:nboob
872 size_t len, ooblen, nbdata, nboob;
902 nboob = min_t(size_t, ooblen, (size_t)DOC_LAYOUT_OOB_SIZE);
918 ret = doc_read_page_getbytes(docg3, nboob, oobbuf, 0, 0);
919 if (ret < nboob)
921 doc_read_page_getbytes(docg3, DOC_LAYOUT_OOB_SIZE - nboob,
922 NULL, 0, nboob % 2);
927 if (nboob >= DOC_LAYOUT_OOB_SIZE) {
959 ops->oobretlen += nboob;
961 oobbuf += nboob;
963 ooblen -= nboob;