Lines Matching refs:mapdt
181 Dt_t *shmdt, *mapdt, *insdt, *deldt;
190 if(!(mapdt = opendictionary(num, pid, Mapstore)) )
192 if(!(mapdc = (Mmdisc_t*)dtdisc(mapdt, NIL(Dtdisc_t*), 0)) )
206 deldt = num%2 == 0 ? mapdt : shmdt;
207 insdt = num%2 == 0 ? shmdt : mapdt;
221 dtclose(mapdt);
232 Dt_t *mapdt, *shmdt;
250 if(!(mapdt = opendictionary(0, ppid, Mapstore)) )
252 if(!(mapdc = (Mmdisc_t*)dtdisc(mapdt, NIL(Dtdisc_t*), 0)) )
267 if(dtinsert(mapdt, om) != om)
288 k = dtsize(mapdt);
290 tinfo("Parent[pid=%d]: mapdt=%d shmdt=%d", ppid, k, p);
292 terror("Parent[pid=%d]: expecting %d objects but (mapdt+shmdt)=%d", ppid, N_OBJ, k+p);
298 om = dtsearch(mapdt, &obj);
307 dtclose(mapdt);