Home
last modified time | relevance | path

Searched refs:mapheader_t (Results 1 – 9 of 9) sorted by relevance

/dports/databases/speedtables/speedtables-1.13.12/ctables/shared/
H A Dshared.c151 mapheader_t *mh; in map_file()
163 mh = mmf->find_or_construct<mapheader_t>("mapheader")(); in map_file()
278 volatile mapheader_t *map = shm->map; in shminitmap()
282 map->headersize = sizeof(mapheader_t); in shminitmap()
351 volatile mapheader_t *map = shm->map; in write_lock()
410 volatile mapheader_t *map = share->map; in shmattachpid()
433 volatile mapheader_t *map = shm->map; in read_lock()
494 volatile mapheader_t *map = shm->map; in oldest_reader_cycle()
540 volatile mapheader_t *map = shm->map; in add_symbol()
575 volatile mapheader_t *map = shm->map; in set_symbol()
[all …]
H A Dshared.h100 struct mapheader_t { struct
124 volatile mapheader_t *map; // points within shmem. argument
153 volatile reader_t *pid2reader(volatile mapheader_t *map, int pid);
/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/
H A Ddoomstat.h367 } mapheader_t; typedef
391 extern mapheader_t* mapheaderinfo[NUMMAPS];
H A Dr_portal.c262 mapheader_t *mh; in Portal_AddSkybox()
H A Dlua_script.c1241 mapheader_t *header = *((mapheader_t **)lua_touserdata(gL, myindex)); in ArchiveValue()
H A Dlua_maplib.c2109 mapheader_t *header = *((mapheader_t **)luaL_checkudata(L, 1, META_MAPHEADER)); in mapheaderinfo_get()
H A Dr_main.c1285 mapheader_t *mh = mapheaderinfo[gamemap-1]; in R_SkyboxFrame()
H A Dg_game.c166 mapheader_t* mapheaderinfo[NUMMAPS] = {NULL};
H A Dp_setup.c407 mapheaderinfo[i] = Z_Malloc(sizeof(mapheader_t), PU_STATIC, NULL); in P_AllocMapHeader()