Lines Matching defs:zByte
18244 u8 *zByte; /* Memory usable by this allocator */
18259 zByte = (u8*)sqlite3GlobalConfig.pHeap;
18260 assert( zByte!=0 ); /* sqlite3_config() does not allow otherwise */
18270 mem5.zPool = zByte;
133533 const char *zByte;
133535 rc = pModule->xNext(pCursor, &zByte, &nByte, &iBegin, &iEnd, &iPos);
133549 memcpy(&zTemp[nTemp], zByte, nByte);
136622 const char *zByte = (const char *)sqlite3_value_text(apVal[0]);
136628 memcpy(pCsr->zInput, zByte, nByte);