Home
last modified time | relevance | path

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

/minix3/external/public-domain/sqlite/dist/
H A Dsqlite3.c17963 u8 *zByte; /* Memory usable by this allocator */ in memsys5Init() local
17978 zByte = (u8*)sqlite3GlobalConfig.pHeap; in memsys5Init()
17979 assert( zByte!=0 ); /* sqlite3_config() does not allow otherwise */ in memsys5Init()
17989 mem5.zPool = zByte; in memsys5Init()
130704 const char *zByte;
130706 rc = pModule->xNext(pCursor, &zByte, &nByte, &iBegin, &iEnd, &iPos);
130720 memcpy(&zTemp[nTemp], zByte, nByte);
133774 const char *zByte = (const char *)sqlite3_value_text(apVal[0]);
133780 memcpy(pCsr->zInput, zByte, nByte);