Searched refs:WriteOK (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/tiff/
H A Dtiffiop.h195 #ifndef WriteOK
196 #define WriteOK(tif, buf, size) \ macro
H A Dtif_dirwrite.c381 if (!WriteOK(tif, &dircount, sizeof (dircount))) {
385 if (!WriteOK(tif, data, dirsize)) {
389 if (!WriteOK(tif, &diroff, sizeof (diroff))) {
1087 WriteOK(tif, cp, cc)) {
1129 if (!WriteOK(tif, &(tif->tif_header.tiff_diroff),
1163 if (!WriteOK(tif, &(tif->tif_diroff), sizeof (nextdir))) {
1195 if (!WriteOK(tif, &diroff, sizeof (diroff))) {
1220 if (!WriteOK(tif, &diroff, sizeof (diroff))) {
1251 if (!WriteOK(tif, &diroff, sizeof (diroff))) {
H A Dtif_open.c302 if (!WriteOK(tif, &tif->tif_header, sizeof (TIFFHeader))) {
H A Dtif_write.c660 if (!WriteOK(tif, data, cc)) {
H A Dtif_dir.c1358 if (!WriteOK(tif, &nextdir, sizeof (uint32))) {

Completed in 63 milliseconds