Home
last modified time | relevance | path

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

/external/chromium_org/third_party/sqlite/src/src/
Dmem5.c458 u8 *zByte; /* Memory usable by this allocator */ in memsys5Init() local
473 zByte = (u8*)sqlite3GlobalConfig.pHeap; in memsys5Init()
474 assert( zByte!=0 ); /* sqlite3_config() does not allow otherwise */ in memsys5Init()
484 mem5.zPool = zByte; in memsys5Init()
Dtest_demovfs.c580 static int demoRandomness(sqlite3_vfs *pVfs, int nByte, char *zByte){ in demoRandomness() argument
/external/chromium_org/third_party/sqlite/src/ext/async/
Dsqlite3async.c592 const char *zByte in addNewAsyncWrite() argument
598 p = sqlite3_malloc(sizeof(AsyncWrite) + (zByte?nByte:0)); in addNewAsyncWrite()
613 if( zByte ){ in addNewAsyncWrite()
615 memcpy(p->zBuf, zByte, nByte); in addNewAsyncWrite()
/external/sqlite/dist/
Dsqlite3.c18244 u8 *zByte; /* Memory usable by this allocator */ in memsys5Init() local
18259 zByte = (u8*)sqlite3GlobalConfig.pHeap; in memsys5Init()
18260 assert( zByte!=0 ); /* sqlite3_config() does not allow otherwise */ in memsys5Init()
18270 mem5.zPool = zByte; in memsys5Init()
133533 const char *zByte;
133535 rc = pModule->xNext(pCursor, &zByte, &nByte, &iBegin, &iEnd, &iPos);
133549 memcpy(&zTemp[nTemp], zByte, nByte);
136622 const char *zByte = (const char *)sqlite3_value_text(apVal[0]);
136628 memcpy(pCsr->zInput, zByte, nByte);
/external/sqlite/dist/orig/
Dsqlite3.c18244 u8 *zByte; /* Memory usable by this allocator */ in memsys5Init() local
18259 zByte = (u8*)sqlite3GlobalConfig.pHeap; in memsys5Init()
18260 assert( zByte!=0 ); /* sqlite3_config() does not allow otherwise */ in memsys5Init()
18270 mem5.zPool = zByte; in memsys5Init()
133501 const char *zByte;
133503 rc = pModule->xNext(pCursor, &zByte, &nByte, &iBegin, &iEnd, &iPos);
133517 memcpy(&zTemp[nTemp], zByte, nByte);
136590 const char *zByte = (const char *)sqlite3_value_text(apVal[0]);
136596 memcpy(pCsr->zInput, zByte, nByte);
/external/chromium_org/third_party/sqlite/amalgamation/
Dsqlite3.c16255 u8 *zByte; /* Memory usable by this allocator */ in memsys5Init() local
16270 zByte = (u8*)sqlite3GlobalConfig.pHeap; in memsys5Init()
16271 assert( zByte!=0 ); /* sqlite3_config() does not allow otherwise */ in memsys5Init()
16281 mem5.zPool = zByte; in memsys5Init()