Home
last modified time | relevance | path

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

/external/pdfium/third_party/libtiff/
Dtif_zip.c64 #define SAFE_MSG(sp) ((sp)->stream.msg == NULL ? "" : (sp)->stream.msg) macro
115 TIFFErrorExt(tif->tif_clientdata, module, "%s", SAFE_MSG(sp)); in ZIPSetupDecode()
183 (unsigned long) tif->tif_row, SAFE_MSG(sp)); in ZIPDecode()
190 "ZLib error: %s", SAFE_MSG(sp)); in ZIPDecode()
220 TIFFErrorExt(tif->tif_clientdata, module, "%s", SAFE_MSG(sp)); in ZIPSetupEncode()
284 SAFE_MSG(sp)); in ZIPEncode()
324 "ZLib error: %s", SAFE_MSG(sp)); in ZIPPostEncode()
369 SAFE_MSG(sp)); in ZIPVSetField()