Searched refs:zByte (Results 1 – 1 of 1) sorted by relevance
29115 u8 *zByte; /* Memory usable by this allocator */ in memsys5Init() local29130 zByte = (u8*)sqlite3GlobalConfig.pHeap; in memsys5Init()29131 assert( zByte!=0 ); /* sqlite3_config() does not allow otherwise */ in memsys5Init()29141 mem5.zPool = zByte; in memsys5Init()196190 const char *zByte;196192 rc = pModule->xNext(pCursor, &zByte, &nByte, &iBegin, &iEnd, &iPos);196207 memcpy(&zTemp[nTemp], zByte, nByte);199324 const char *zByte = (const char *)sqlite3_value_text(apVal[0]);199330 if( nByte>0 ) memcpy(pCsr->zInput, zByte, nByte);