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

/external/quake/quake/src/WinQuake/
H A Dcommon.cpp1557 COM_LoadFile
1566 byte *COM_LoadFile (const char *path, int usehunk) function
1599 Sys_Error ("COM_LoadFile: bad usehunk");
1602 Sys_Error ("COM_LoadFile: not enough space for %s", path);
1616 return COM_LoadFile (path, 1);
1621 return COM_LoadFile (path, 2);
1627 COM_LoadFile (path, 3);
1637 buf = COM_LoadFile (path, 4);
/external/quake/quake/src/QW/client/
H A Dcommon.c1544 COM_LoadFile
1553 byte *COM_LoadFile (char *path, int usehunk) function
1586 Sys_Error ("COM_LoadFile: bad usehunk");
1589 Sys_Error ("COM_LoadFile: not enough space for %s", path);
1606 return COM_LoadFile (path, 1);
1611 return COM_LoadFile (path, 2);
1617 COM_LoadFile (path, 3);
1627 buf = COM_LoadFile (path, 4);

Completed in 51 milliseconds