Lines Matching refs:mapdt
182 Dt_t *shmdt, *mapdt, *insdt, *deldt;
191 if(!(mapdt = opendictionary(num, pid, Mapstore)) )
193 if(!(mapdc = (Mmdisc_t*)dtdisc(mapdt, NIL(Dtdisc_t*), 0)) )
207 deldt = num%2 == 0 ? mapdt : shmdt;
208 insdt = num%2 == 0 ? shmdt : mapdt;
222 dtclose(mapdt);
233 Dt_t *mapdt, *shmdt;
251 if(!(mapdt = opendictionary(0, ppid, Mapstore)) )
253 if(!(mapdc = (Mmdisc_t*)dtdisc(mapdt, NIL(Dtdisc_t*), 0)) )
268 if(dtinsert(mapdt, om) != om)
289 k = dtsize(mapdt);
291 tinfo("Parent[pid=%d]: mapdt=%d shmdt=%d", ppid, k, p);
293 terror("Parent[pid=%d]: expecting %d objects but (mapdt+shmdt)=%d", ppid, N_OBJ, k+p);
299 om = dtsearch(mapdt, &obj);
308 dtclose(mapdt);