Lines Matching defs:isWrite
49274 ** Otherwise, if the isWrite parameter is 0 and the requested shared-memory
49277 ** isWrite is non-zero and the requested shared-memory region has not yet
49289 int isWrite, /* True to extend file if necessary */
49334 /* The requested memory region does not exist. If isWrite is set to
49337 ** Alternatively, if isWrite is non-zero, use ftruncate() to allocate
49340 if( !isWrite ) goto shmpage_out;
213752 int isWrite,
213797 rc = p->pReal->pMethods->xShmMap(p->pReal, iRegion, szRegion, isWrite, pp);