Home
last modified time | relevance | path

Searched refs:zByte (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/sqlite3/
H A Dsqlite3.c28616 u8 *zByte; /* Memory usable by this allocator */ in memsys5Init() local
28631 zByte = (u8*)sqlite3GlobalConfig.pHeap; in memsys5Init()
28632 assert( zByte!=0 ); /* sqlite3_config() does not allow otherwise */ in memsys5Init()
28642 mem5.zPool = zByte; in memsys5Init()
193217 const char *zByte;
193219 rc = pModule->xNext(pCursor, &zByte, &nByte, &iBegin, &iEnd, &iPos);
193233 memcpy(&zTemp[nTemp], zByte, nByte);
196357 const char *zByte = (const char *)sqlite3_value_text(apVal[0]);
196363 if( nByte>0 ) memcpy(pCsr->zInput, zByte, nByte);