Home
last modified time | relevance | path

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

/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c18980 u8 *zByte; /* Memory usable by this allocator */ in memsys5Init() local
18995 zByte = (u8*)sqlite3GlobalConfig.pHeap; in memsys5Init()
18996 assert( zByte!=0 ); /* sqlite3_config() does not allow otherwise */ in memsys5Init()
19006 mem5.zPool = zByte; in memsys5Init()
139755 const char *zByte;
139757 rc = pModule->xNext(pCursor, &zByte, &nByte, &iBegin, &iEnd, &iPos);
139771 memcpy(&zTemp[nTemp], zByte, nByte);
142850 const char *zByte = (const char *)sqlite3_value_text(apVal[0]);
142856 memcpy(pCsr->zInput, zByte, nByte);

Completed in 370 milliseconds