Searched defs:zByte (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dmem5.c458 u8 *zByte; /* Memory usable by this allocator */ local
473 zByte = (u8*)sqlite3GlobalConfig.pHeap;
474 assert( zByte!=0 ); /* sqlite3_config() does not allow otherwise */
484 mem5.zPool = zByte;
H A Dtest_demovfs.c577 ** Parameter zByte points to a buffer nByte bytes in size. Populate this
580 static int demoRandomness(sqlite3_vfs *pVfs, int nByte, char *zByte){ argument
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c16255 u8 *zByte; /* Memory usable by this allocator */ local
16270 zByte = (u8*)sqlite3GlobalConfig.pHeap;
16271 assert( zByte!=0 ); /* sqlite3_config() does not allow otherwise */
16281 mem5.zPool = zByte;
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c18244 u8 *zByte; /* Memory usable by this allocator */ local
18259 zByte = (u8*)sqlite3GlobalConfig.pHeap;
18260 assert( zByte!=0 ); /* sqlite3_config() does not allow otherwise */
18270 mem5.zPool = zByte;
133501 const char *zByte; local
136590 const char *zByte = (const char *)sqlite3_value_text(apVal[0]); local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c18244 u8 *zByte; /* Memory usable by this allocator */ local
18259 zByte = (u8*)sqlite3GlobalConfig.pHeap;
18260 assert( zByte!=0 ); /* sqlite3_config() does not allow otherwise */
18270 mem5.zPool = zByte;
133533 const char *zByte; local
136622 const char *zByte = (const char *)sqlite3_value_text(apVal[0]); local
[all...]

Completed in 1029 milliseconds