Searched refs:PDF_DATA_NOTAVAIL (Results 1 – 4 of 4) sorted by relevance
140 int32_t nRet = PDF_DATA_NOTAVAIL; in OpenDocument()141 while (nRet == PDF_DATA_NOTAVAIL) { in OpenDocument()153 nRet = PDF_DATA_NOTAVAIL; in OpenDocument()154 while (nRet == PDF_DATA_NOTAVAIL) { in OpenDocument()
436 int nRet = PDF_DATA_NOTAVAIL; in RenderPdf()444 while (nRet == PDF_DATA_NOTAVAIL) { in RenderPdf()520 nRet = PDF_DATA_NOTAVAIL; in RenderPdf()521 while (nRet == PDF_DATA_NOTAVAIL) { in RenderPdf()
19 #define PDF_DATA_NOTAVAIL 0 macro
15 static_assert(IPDF_DataAvail::DataNotAvailable == PDF_DATA_NOTAVAIL,