Searched refs:zByte (Results 1 – 1 of 1) sorted by relevance
29840 u8 *zByte; /* Memory usable by this allocator */ in memsys5Init() local29855 zByte = (u8*)sqlite3GlobalConfig.pHeap; in memsys5Init()29856 assert( zByte!=0 ); /* sqlite3_config() does not allow otherwise */ in memsys5Init()29866 mem5.zPool = zByte; in memsys5Init()200737 const char *zByte; local200739 rc = pModule->xNext(pCursor, &zByte, &nByte, &iBegin, &iEnd, &iPos);200754 memcpy(&zTemp[nTemp], zByte, nByte);203871 const char *zByte = (const char *)sqlite3_value_text(apVal[0]); local203877 if( nByte>0 ) memcpy(pCsr->zInput, zByte, nByte);