Home | History | Annotate | Download | only in fpdf_parser

Lines Matching defs:pEntry

455             char* pEntry = pBuf + i * recordsize;
456 if (pEntry[17] == 'f') {
460 FX_INT32 offset = FXSYS_atoi(pEntry);
463 if (pEntry[c] < '0' || pEntry[c] > '9') {
470 FX_INT32 version = FXSYS_atoi(pEntry + 11);
539 char* pEntry = pBuf + i * recordsize;
540 if (pEntry[17] == 'f') {
546 FX_FILESIZE offset = (FX_FILESIZE)FXSYS_atoi64(pEntry);
547 FX_INT32 version = FXSYS_atoi(pEntry + 11);
556 FX_FILESIZE offset = (FX_FILESIZE)FXSYS_atoi64(pEntry);
559 if (pEntry[c] < '0' || pEntry[c] > '9') {
566 FX_INT32 version = FXSYS_atoi(pEntry + 11);