Lines Matching refs:mapdt
184 Dt_t *shmdt, *mapdt, *insdt, *deldt;
193 if(!(mapdt = opendictionary(num, pid, Mapstore)) )
195 if(!(mapdc = (Mmdisc_t*)dtdisc(mapdt, NIL(Dtdisc_t*), 0)) )
209 deldt = num%2 == 0 ? mapdt : shmdt;
210 insdt = num%2 == 0 ? shmdt : mapdt;
224 dtclose(mapdt);
235 Dt_t *mapdt, *shmdt;
253 if(!(mapdt = opendictionary(0, ppid, Mapstore)) )
255 if(!(mapdc = (Mmdisc_t*)dtdisc(mapdt, NIL(Dtdisc_t*), 0)) )
270 if(dtinsert(mapdt, om) != om)
291 k = dtsize(mapdt);
293 tinfo("Parent[pid=%d]: mapdt=%d shmdt=%d", ppid, k, p);
295 terror("Parent[pid=%d]: expecting %d objects but (mapdt+shmdt)=%d", ppid, N_OBJ, k+p);
301 om = dtsearch(mapdt, &obj);
310 dtclose(mapdt);