Searched refs:tv (Results 1 – 3 of 3) sorted by relevance
472 TIFFTagValue *tv; in _TIFFVSetField() local496 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 …]
93 struct timeval tv; local105 gettimeofday(&tv, (struct timezone *) NULL);106 ct = localtime(&tv.tv_sec);
3972 * libtiff/tif_dir.c: When prefreeing tv->value in TIFFSetFieldV