shm_perm          420 TSRM/tsrm_win32.c 		if (!addr && ptr->descriptor->shm_perm.key == key) {
shm_perm          629 TSRM/tsrm_win32.c 		shm->descriptor->shm_perm.key	= key;
shm_perm          633 TSRM/tsrm_win32.c 		shm->descriptor->shm_perm.mode	= flags;
shm_perm          635 TSRM/tsrm_win32.c 		shm->descriptor->shm_perm.cuid	= shm->descriptor->shm_perm.cgid= 0;
shm_perm          636 TSRM/tsrm_win32.c 		shm->descriptor->shm_perm.gid	= shm->descriptor->shm_perm.uid = 0;
shm_perm          639 TSRM/tsrm_win32.c 		shm->descriptor->shm_perm.mode	= shm->descriptor->shm_perm.seq	= 0;
shm_perm          642 TSRM/tsrm_win32.c 	if (NULL != shm->descriptor && (shm->descriptor->shm_perm.key != key || size > shm->descriptor->shm_segsz)) {
shm_perm          700 TSRM/tsrm_win32.c 			shm->descriptor->shm_perm.uid	= buf->shm_perm.uid;
shm_perm          701 TSRM/tsrm_win32.c 			shm->descriptor->shm_perm.gid	= buf->shm_perm.gid;
shm_perm          702 TSRM/tsrm_win32.c 			shm->descriptor->shm_perm.mode	= buf->shm_perm.mode;
shm_perm          707 TSRM/tsrm_win32.c 				shm->descriptor->shm_perm.key = -1;
shm_perm           38 TSRM/tsrm_win32.h 	struct	ipc_perm	shm_perm;