Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3.c28337 u8 *zByte; /* Memory usable by this allocator */ in memsys5Init() local
28352 zByte = (u8*)sqlite3GlobalConfig.pHeap; in memsys5Init()
28353 assert( zByte!=0 ); /* sqlite3_config() does not allow otherwise */ in memsys5Init()
28363 mem5.zPool = zByte; in memsys5Init()
191599 const char *zByte;
191601 rc = pModule->xNext(pCursor, &zByte, &nByte, &iBegin, &iEnd, &iPos);
191615 memcpy(&zTemp[nTemp], zByte, nByte);
194739 const char *zByte = (const char *)sqlite3_value_text(apVal[0]);
194745 if( nByte>0 ) memcpy(pCsr->zInput, zByte, nByte);