OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gefvCache
(Results
1 - 2
of
2
) sorted by null
/external/quake/quake/src/QW/server/
pr_edict.c
47
static gefv_cache
gefvCache
[GEFV_CACHESIZE] = {{NULL, ""}, {NULL, ""}};
244
if (!strcmp(field,
gefvCache
[i].field))
246
def =
gefvCache
[i].pcache;
255
gefvCache
[rep].pcache = def;
256
strcpy (
gefvCache
[rep].field, field);
966
gefvCache
[i].field[0] = 0;
/external/quake/quake/src/WinQuake/
pr_edict.cpp
61
static gefv_cache
gefvCache
[GEFV_CACHESIZE] = {{NULL, ""}, {NULL, ""}};
249
if (!strcmp(field,
gefvCache
[i].field))
251
def =
gefvCache
[i].pcache;
260
gefvCache
[rep].pcache = def;
261
strcpy (
gefvCache
[rep].field, field);
991
gefvCache
[i].field[0] = 0;
Completed in 82 milliseconds