Home
last modified time | relevance | path

Searched refs:foxLog (Results 1 – 9 of 9) sorted by relevance

/dports/security/razorback-pdfFox/pdfFox-0.5.0/src/
H A Dfoxdecode.c23 foxLog(FATAL, "%s: Malloctile Dysfunction\n", __func__); in PDF_hex_decode()
81 foxLog(PDF_DEBUG, "HexDecode successful!\n"); in PDF_hex_decode()
101 foxLog(FATAL, "%s: Malloctile dysfunction\n", __func__); in PDF_zlib_decode()
115 foxLog(NONFATAL, "%s: inflateInit error\n", __func__); in PDF_zlib_decode()
131 foxLog(NONFATAL, "%s: Z_STREAM_ERROR\n", __func__); in PDF_zlib_decode()
149 foxLog(NONFATAL, "%s: ZLIB ERROR\n", __func__); in PDF_zlib_decode()
157 foxLog(FATAL, "%s: Could not realloc.\n", __func__); in PDF_zlib_decode()
181 foxLog(PDF_DEBUG, "Inflate successful!\n"); in PDF_zlib_decode()
202 foxLog(FATAL, "%s: Malloctle Dysfunction\n", __func__); in PDF_ASCII85_decode()
262 foxLog(PDF_DEBUG, "ASCII85 Decode successful!\n"); in PDF_ASCII85_decode()
[all …]
H A Dfoxtoken.c23 foxLog(FATAL, "%s: Could not back up.\n", __func__); in backupChar()
330 foxLog(PRINT, "\n\t\tFile bytes: "); in getNextToken()
337 foxLog(PRINT, "%c", c); in getNextToken()
551 foxLog(PDF_DEBUG, "%s: End of file.\n", __func__); in getNextToken()
557 foxLog(FATAL, "%s: GNT_FATAL\n", __func__); in getNextToken()
562 foxLog(NONFATAL, "%s: GNT_ERROR\n", __func__); in getNextToken()
567 foxLog(PRINT, "\n"); in getNextToken()
670 foxLog(FATAL, "%s: ERROR\n", __func__); in tokenizeLitString()
728 foxLog(FATAL, "%s: ERROR\n", __func__); in tokenizeHexString()
745 foxLog(FATAL, "%s: Expected Ref.\n", __func__); in tokenizeRef()
[all …]
H A Dfoxjsutil.c29 foxLog(FATAL, "%s: Malloc failure.\n", __func__); in initJSArgList()
36 foxLog(FATAL, "%s: Calloc failure.\n", __func__); in initJSArgList()
70 foxLog(FATAL, "%s: Realloc failure.\n", __func__); in addJSArgList()
109 foxLog(FATAL, "%s: Unexpected character in JS function argument.\n", __func__); in populateJSArgList()
230 foxLog(FATAL, "%s: Reached unknown state in Javascript arglist parsing.\n", __func__); in populateJSArgList()
267 foxLog(PDF_DEBUG, "%s: Function %s not found in Javascript stream.\n", __func__, function); in JSFindFunction()
278 foxLog(NONFATAL, "%s: JS method search exceeded bounds of buffer.\n", __func__); in JSFindFunction()
286 foxLog(NONFATAL, "%s: Error obtaining arglist for Javascript function %s().", __func__, function); in JSFindFunction()
H A Dfoxrecovery.c28 foxLog(FATAL, "%s: Can't seek to pos in file.\n", __func__); in recoverStream()
34 foxLog(FATAL, "%s: Can't read from file.\n", __func__); in recoverStream()
44 foxLog(FATAL, "%s: Can't seek to pos in file.\n", __func__); in recoverStream()
57 foxLog(FATAL, "%s: Was unable to recover. Exiting.\n", __func__); in recoverStream()
H A Dfoxparse.c109 foxLog(FATAL, "%s: NULL token.\n", __func__); in match()
114 foxLog(FATAL, "%s: Premature end of file.\n", __func__); in match()
119 foxLog(PDF_DEBUG, "%s: %s\n", __func__, PDFTokenString[expected]); in match()
343 foxLog(FATAL, "%s: Can't figure out starting pos in file.\n", __func__); in object()
432 foxLog(FATAL, "%s: Can't figure out starting pos in file.\n", __func__); in arraycontent_CheckReference()
744 foxLog(FATAL, "%s: Invalid Reference.\n", __func__); in entry_CheckReference()
777 foxLog(FATAL, "%s: Can't figure out starting pos in file.\n", __func__); in entry_CheckReference()
813 foxLog(PDF_DEBUG, "%s: Javascript found!\n", __func__); in entry()
818 foxLog(PDF_DEBUG, "%s: URI found!\n", __func__); in entry()
823 foxLog(PDF_DEBUG, "%s: DecodeParams found!\n", __func__); in entry()
[all …]
H A Dfoxobjtab.c52 foxLog(FATAL, "%s: Could not allocate memory.\n", __func__); in getNewObjTabEntry()
78 foxLog(NONFATAL, "%s: Entry already exists with that ref/rev.\n", __func__); in addPDFObjEntry()
86 foxLog(NONFATAL, "%s: Entry already exists with that ref/rev.\n", __func__); in addPDFObjEntry()
170 foxLog(PDF_DEBUG, "Remaining unresolved references = %d\n.", count); in countUnresolved()
H A Dfoxsemantics.c49 foxLog(NONFATAL, "%s: Could not retrieve object from reference.\n", __func__); in resolveIndirect()
55 foxLog(FATAL, "%s: Can't figure out starting pos in file.\n", __func__); in resolveIndirect()
H A Dfoxreport.h18 extern void foxLog (REPORTMODE type, const char *fmt, ...);
H A Dfoxreport.c62 void foxLog (REPORTMODE type, const char *fmt, ...) in foxLog() function