Home
last modified time | relevance | path

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

/freebsd-12.1/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c16646 u8 *zByte; /* Memory usable by this allocator */ in memsys5Init() local
16661 zByte = (u8*)sqlite3GlobalConfig.pHeap; in memsys5Init()
16662 assert( zByte!=0 ); /* sqlite3_config() does not allow otherwise */ in memsys5Init()
16672 mem5.zPool = zByte; in memsys5Init()
119801 const char *zByte;
119803 rc = pModule->xNext(pCursor, &zByte, &nByte, &iBegin, &iEnd, &iPos);
119817 memcpy(&zTemp[nTemp], zByte, nByte);
/freebsd-12.1/contrib/sqlite3/
H A Dsqlite3.c25463 u8 *zByte; /* Memory usable by this allocator */ in memsys5Init() local
25478 zByte = (u8*)sqlite3GlobalConfig.pHeap; in memsys5Init()
25479 assert( zByte!=0 ); /* sqlite3_config() does not allow otherwise */ in memsys5Init()
25489 mem5.zPool = zByte; in memsys5Init()
172992 const char *zByte;
172994 rc = pModule->xNext(pCursor, &zByte, &nByte, &iBegin, &iEnd, &iPos);
173008 memcpy(&zTemp[nTemp], zByte, nByte);
176126 const char *zByte = (const char *)sqlite3_value_text(apVal[0]);
176132 if( nByte>0 ) memcpy(pCsr->zInput, zByte, nByte);