Searched refs:zByte (Results 1 – 1 of 1) sorted by relevance
29870 u8 *zByte; /* Memory usable by this allocator */ in memsys5Init() local29885 zByte = (u8*)sqlite3GlobalConfig.pHeap; in memsys5Init()29886 assert( zByte!=0 ); /* sqlite3_config() does not allow otherwise */ in memsys5Init()29896 mem5.zPool = zByte; in memsys5Init()201050 const char *zByte; local201052 rc = pModule->xNext(pCursor, &zByte, &nByte, &iBegin, &iEnd, &iPos);201067 memcpy(&zTemp[nTemp], zByte, nByte);204185 const char *zByte = (const char *)sqlite3_value_text(apVal[0]); local204191 if( nByte>0 ) memcpy(pCsr->zInput, zByte, nByte);