HomeSort by relevance Sort by last modified time
    Searched refs:packhandle (Results 1 - 2 of 2) sorted by null

  /external/quake/quake/src/WinQuake/
common.cpp 1659 int packhandle; local
1663 if (Sys_FileOpenRead (packfile, &packhandle) == -1)
1668 Sys_FileRead (packhandle, (void *)&header, sizeof(header));
1685 Sys_FileSeek (packhandle, header.dirofs);
1686 Sys_FileRead (packhandle, (void *)info, header.dirlen);
1705 pack->handle = packhandle;
    [all...]
  /external/quake/quake/src/QW/client/
common.c 1649 FILE *packhandle; local
1653 if (COM_FileOpenRead (packfile, &packhandle) == -1)
1656 fread (&header, 1, sizeof(header), packhandle);
1673 fseek (packhandle, header.dirofs, SEEK_SET);
1674 fread (&info, 1, header.dirlen, packhandle);
1695 pack->handle = packhandle;
    [all...]

Completed in 80 milliseconds