Home | History | Annotate | Download | only in orig

Lines Matching refs:isWrite

41762 ** Otherwise, if the isWrite parameter is 0 and the requested shared-memory
41765 ** isWrite is non-zero and the requested shared-memory region has not yet
41777 int isWrite, /* True to extend file if necessary */
41814 /* The requested memory region does not exist. If isWrite is set to
41817 ** Alternatively, if isWrite is non-zero, use ftruncate() to allocate
41820 if( !isWrite ) goto shmpage_out;
172991 int isWrite,
173032 rc = p->pReal->pMethods->xShmMap(p->pReal, iRegion, szRegion, isWrite, pp);