Lines Matching defs:bExtend
26220 int bExtend, /* True to extend file if necessary */
26224 return id->pMethods->xShmMap(id, iPage, pgsz, bExtend, pp);
43178 ** Otherwise, if the bExtend parameter is 0 and the requested shared-memory
43181 ** bExtend is non-zero and the requested shared-memory region has not yet
43193 int bExtend, /* True to extend file if necessary */
43243 /* The requested memory region does not exist. If bExtend is set to
43246 if( !bExtend ){
43250 /* Alternatively, if bExtend is true, extend the file. Do this by