Searched refs:zByte (Results 1 – 6 of 6) sorted by relevance
/external/chromium_org/third_party/sqlite/src/src/ |
D | mem5.c | 458 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()
|
D | test_demovfs.c | 580 static int demoRandomness(sqlite3_vfs *pVfs, int nByte, char *zByte){ in demoRandomness() argument
|
/external/chromium_org/third_party/sqlite/src/ext/async/ |
D | sqlite3async.c | 592 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/ |
D | sqlite3.c | 18244 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/ |
D | sqlite3.c | 18244 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/ |
D | sqlite3.c | 16255 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()
|