Home
last modified time | relevance | path

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

/libtiff-4.0.7/libtiff/
H A Dtif_dir.c472 TIFFTagValue *tv; in _TIFFVSetField() local
496 tv = NULL; in _TIFFVSetField()
502 tv->value = NULL; in _TIFFVSetField()
511 if(tv == NULL) { in _TIFFVSetField()
529 tv->info = fip; in _TIFFVSetField()
530 tv->value = NULL; in _TIFFVSetField()
531 tv->count = 0; in _TIFFVSetField()
562 tv->count=ma; in _TIFFVSetField()
574 tv->count = 1; in _TIFFVSetField()
593 tv->value = _TIFFCheckMalloc(tif, tv->count, tv_size, in _TIFFVSetField()
[all …]
/libtiff-4.0.7/contrib/ras/
H A Dras2tif.c93 struct timeval tv; local
105 gettimeofday(&tv, (struct timezone *) NULL);
106 ct = localtime(&tv.tv_sec);
/libtiff-4.0.7/
H A DChangeLog3972 * libtiff/tif_dir.c: When prefreeing tv->value in TIFFSetFieldV