Lines Matching refs:zByte
17134 u8 *zByte; /* Memory usable by this allocator */
17149 zByte = (u8*)sqlite3GlobalConfig.pHeap;
17150 assert( zByte!=0 ); /* sqlite3_config() does not allow otherwise */
17160 mem5.zPool = zByte;
122634 const char *zByte;
122636 rc = pModule->xNext(pCursor, &zByte, &nByte, &iBegin, &iEnd, &iPos);
122650 memcpy(&zTemp[nTemp], zByte, nByte);