writesize 317 ext/shmop/shmop.c int writesize; writesize 338 ext/shmop/shmop.c writesize = (data_len < shmop->size - offset) ? data_len : shmop->size - offset; writesize 339 ext/shmop/shmop.c memcpy(shmop->addr + offset, data, writesize); writesize 341 ext/shmop/shmop.c RETURN_LONG(writesize);