Searched refs:td_customValues (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/tiff/
H A Dtif_extension.c53 return td->td_customValues[tag_index].info->field_tag;
H A Dtif_dir.c517 if( td->td_customValues[iCustom].info == fip )
519 tv = td->td_customValues + iCustom;
535 _TIFFrealloc(td->td_customValues,
545 td->td_customValues = new_customValues;
547 tv = td->td_customValues + (td->td_customValueCount-1);
964 TIFFTagValue *tv = td->td_customValues + i;
1077 _TIFFfree( td->td_customValues[i].value );
1079 if( td->td_customValues != NULL )
1080 _TIFFfree( td->td_customValues );
H A Dtif_dir.h124 TIFFTagValue *td_customValues; member in struct:__anon758
H A Dtif_dirwrite.c200 is_set |= (td->td_customValues[ci].info == fip);

Completed in 60 milliseconds