Searched refs:file_ext_off (Results 1 – 1 of 1) sorted by relevance
2855 DWORD file_ext_off = 0; in urlcache_entry_commit() local2963 if(file_ext && (file_ext_off = strlen(file_ext))) { in urlcache_entry_commit()2964 DWORD len = file_ext_off; in urlcache_entry_commit()2966 file_ext_off = size; in urlcache_entry_commit()3001 url_entry->file_extension_off = file_ext_off; in urlcache_entry_commit()3028 if(file_ext_off) in urlcache_entry_commit()3029 strcpy((LPSTR)((LPBYTE)url_entry + file_ext_off), file_ext); in urlcache_entry_commit()