OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:packfile_t
(Results
1 - 2
of
2
) sorted by null
/external/quake/quake/src/WinQuake/
common.cpp
1245
}
packfile_t
;
typedef in typeref:struct:__anon10465
1252
packfile_t
*files;
1656
packfile_t
*newfiles;
1683
newfiles = (
packfile_t
*) Hunk_AllocName (numpackfiles * sizeof(
packfile_t
), "packfile");
[
all
...]
/external/quake/quake/src/QW/client/
common.c
1286
}
packfile_t
;
typedef in typeref:struct:__anon10180
1293
packfile_t
*files;
1646
packfile_t
*newfiles;
1671
newfiles = Z_Malloc (numpackfiles * sizeof(
packfile_t
));
[
all
...]
Completed in 22 milliseconds