Home
last modified time | relevance | path

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

/reactos/dll/3rdparty/libtiff/
H A Dtif_dirwrite.c2833 uint16 entry_type = 0; in _TIFFRewriteField() local
2937 TIFFSwabShort( &entry_type ); in _TIFFRewriteField()
2986 entry_type = TIFF_LONG8; in _TIFFRewriteField()
3028 (entry_type == TIFF_SHORT || entry_type == TIFF_LONG || in _TIFFRewriteField()
3029 entry_type == TIFF_LONG8 ) ) in _TIFFRewriteField()
3030 datatype = entry_type; in _TIFFRewriteField()
3032 (entry_type == TIFF_SLONG || entry_type == TIFF_SLONG8 ) ) in _TIFFRewriteField()
3033 datatype = entry_type; in _TIFFRewriteField()
3035 (entry_type == TIFF_IFD || entry_type == TIFF_IFD8 ) ) in _TIFFRewriteField()
3036 datatype = entry_type; in _TIFFRewriteField()
[all …]
/reactos/dll/win32/wininet/
H A Durlcache.c2842 FILETIME expire_time, FILETIME modify_time, DWORD entry_type, in urlcache_entry_commit() argument
2866 entry_type, header_info, header_size, debugstr_a(file_ext), debugstr_a(original_url)); in urlcache_entry_commit()
2868 if(entry_type & STICKY_CACHE_ENTRY && !file_name) { in urlcache_entry_commit()
2993 url_entry->cache_entry_type = entry_type | container->default_entry_type; in urlcache_entry_commit()
2995 if((entry_type & STICKY_CACHE_ENTRY) && !exempt_delta) { in urlcache_entry_commit()
3049 if(entry_type & STICKY_CACHE_ENTRY) in urlcache_entry_commit()