shm_perm 421 TSRM/tsrm_win32.c if (!addr && ptr->descriptor->shm_perm.key == key) { shm_perm 640 TSRM/tsrm_win32.c shm->descriptor->shm_perm.key = key; shm_perm 644 TSRM/tsrm_win32.c shm->descriptor->shm_perm.mode = flags; shm_perm 646 TSRM/tsrm_win32.c shm->descriptor->shm_perm.cuid = shm->descriptor->shm_perm.cgid= 0; shm_perm 647 TSRM/tsrm_win32.c shm->descriptor->shm_perm.gid = shm->descriptor->shm_perm.uid = 0; shm_perm 650 TSRM/tsrm_win32.c shm->descriptor->shm_perm.mode = shm->descriptor->shm_perm.seq = 0; shm_perm 653 TSRM/tsrm_win32.c if (NULL != shm->descriptor && (shm->descriptor->shm_perm.key != key || size > shm->descriptor->shm_segsz)) { shm_perm 711 TSRM/tsrm_win32.c shm->descriptor->shm_perm.uid = buf->shm_perm.uid; shm_perm 712 TSRM/tsrm_win32.c shm->descriptor->shm_perm.gid = buf->shm_perm.gid; shm_perm 713 TSRM/tsrm_win32.c shm->descriptor->shm_perm.mode = buf->shm_perm.mode; shm_perm 718 TSRM/tsrm_win32.c shm->descriptor->shm_perm.key = -1; shm_perm 41 TSRM/tsrm_win32.h struct ipc_perm shm_perm;