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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/html/
H A Dhelpdata.cpp330 inline static wxInt32 CacheReadInt32(wxInputStream *f) function
347 size_t len = (size_t)CacheReadInt32(f);
366 version = CacheReadInt32(f);
377 if (CacheReadInt32(f) != CACHED_BOOK_FORMAT_FLAGS)
382 newsize = st + CacheReadInt32(f);
387 item->level = CacheReadInt32(f);
388 item->id = CacheReadInt32(f);
397 newsize = st + CacheReadInt32(f);
404 item->level = CacheReadInt32(f);
406 int parentShift = CacheReadInt32(
[all...]

Completed in 113 milliseconds