/external/chromium_org/third_party/sqlite/src/src/ |
D | mem0.c | 31 static void *sqlite3MemMalloc(int nByte){ return 0; } in sqlite3MemMalloc() 33 static void *sqlite3MemRealloc(void *pPrior, int nByte){ return 0; } in sqlite3MemRealloc()
|
D | mem1.c | 37 static void *sqlite3MemMalloc(int nByte){ in sqlite3MemMalloc() 89 static void *sqlite3MemRealloc(void *pPrior, int nByte){ in sqlite3MemRealloc()
|
D | status.c | 164 int nByte = 0; /* Used to accumulate return value */ in sqlite3_db_status() local 207 int nByte = 0; /* Used to accumulate return value */ in sqlite3_db_status() local
|
D | test_wsd.c | 70 int nByte = ROUND8(sizeof(ProcessLocalVar) + L); in sqlite3_wsd_find() local
|
D | test_server.c | 228 int nByte; /* Size of the zIn parameter for prepare() */ member 343 int nByte, in sqlite3_client_prepare()
|
D | test_vfs.c | 279 int nByte; in tvfsExecTcl() local 579 int nByte; in tvfsOpen() local 682 static void tvfsDlError(sqlite3_vfs *pVfs, int nByte, char *zErrMsg){ in tvfsDlError() 705 static int tvfsRandomness(sqlite3_vfs *pVfs, int nByte, char *zBufOut){ in tvfsRandomness() 756 int nByte = sizeof(TestvfsBuffer) + strlen(pFd->zFilename) + 1; in tvfsShmOpen() local 1007 int nByte = pgsz; in testvfs_obj_cmd() local 1076 int nByte; in testvfs_obj_cmd() local 1313 int nByte; /* Bytes of space to allocate at p */ in testvfs_cmd() local
|
D | mem2.c | 219 static void randomFill(char *pBuf, int nByte){ in randomFill() 242 static void *sqlite3MemMalloc(int nByte){ in sqlite3MemMalloc() 343 static void *sqlite3MemRealloc(void *pPrior, int nByte){ in sqlite3MemRealloc()
|
D | utf.c | 386 int sqlite3Utf8CharLen(const char *zIn, int nByte){ in sqlite3Utf8CharLen() 440 char *sqlite3Utf16to8(sqlite3 *db, const void *z, int nByte, u8 enc){ in sqlite3Utf16to8()
|
D | vdbemem.c | 150 int nByte; in sqlite3VdbeMemExpandBlob() local 206 const int nByte = 32; in sqlite3VdbeMemStringify() local 695 int nByte = n; /* New value for pMem->n */ in sqlite3VdbeMemSetStr() local
|
D | mem3.c | 235 static void memsys3OutOfMemory(int nByte){ in memsys3OutOfMemory() 354 static void *memsys3MallocUnsafe(int nByte){ in memsys3MallocUnsafe()
|
D | mem5.c | 241 static void *memsys5MallocUnsafe(int nByte){ in memsys5MallocUnsafe() 457 int nByte; /* Number of bytes of memory available to this allocator */ in memsys5Init() local
|
D | test_malloc.c | 314 int nByte; in test_malloc() local 339 int nByte; in test_realloc() local 741 int nByte; member 745 static void test_memdebug_callback(int nByte, int nFrame, void **aFrame){ in test_memdebug_callback() 1110 int nByte; /* Size of buffer to pass to sqlite3_config() */ in test_config_heap() local
|
D | test_devsym.c | 332 static void devsymDlError(sqlite3_vfs *pVfs, int nByte, char *zErrMsg){ in devsymDlError() 355 static int devsymRandomness(sqlite3_vfs *pVfs, int nByte, char *zBufOut){ in devsymRandomness()
|
D | os_win.c | 199 int nByte; in unicodeToUtf8() local 224 int nByte; in mbcsToUnicode() local 249 int nByte; in unicodeToMbcs() local 784 static int winTruncate(sqlite3_file *id, sqlite3_int64 nByte){ in winTruncate() 1342 int nByte /* Number of bytes to lock or unlock */ in winShmSystemLock() 1751 int nByte = (iRegion+1)*szRegion; /* Minimum required file size */ in winShmMap() local 2411 int nByte; in winFullPathname() local
|
D | os.c | 168 void sqlite3OsDlError(sqlite3_vfs *pVfs, int nByte, char *zBufOut){ in sqlite3OsDlError() 178 int sqlite3OsRandomness(sqlite3_vfs *pVfs, int nByte, char *zBufOut){ in sqlite3OsRandomness()
|
D | test_osinst.c | 560 static void vfslogDlError(sqlite3_vfs *pVfs, int nByte, char *zErrMsg){ in vfslogDlError() 582 static int vfslogRandomness(sqlite3_vfs *pVfs, int nByte, char *zBufOut){ in vfslogRandomness() 708 int nByte; in sqlite3_vfslog_new() local 804 sqlite3_int64 nByte; /* Size of file in bytes */ member 865 int nByte; in vlogConnect() local
|
D | test_demovfs.c | 565 static void demoDlError(sqlite3_vfs *pVfs, int nByte, char *zErrMsg){ in demoDlError() 580 static int demoRandomness(sqlite3_vfs *pVfs, int nByte, char *zByte){ in demoRandomness()
|
/external/chromium_org/third_party/sqlite/src/tool/ |
D | showwal.c | 51 static unsigned char *getContent(int ofst, int nByte){ in getContent() 65 int nByte, /* Number of bytes to print */ in print_byte_range() 108 int ofst, int nByte, /* Start and size of decode */ in print_decode_line()
|
D | showdb.c | 58 static unsigned char *getContent(int ofst, int nByte){ in getContent() 73 int nByte, /* Number of bytes to print */ in print_byte_range() 131 int ofst, int nByte, /* Start and size of decode */ in print_decode_line() 516 int ofst, nByte, hdrSize; in main() local
|
D | speedtest16.c | 109 int nByte = 0; in main() local
|
D | showjournal.c | 50 int ofst, int nByte, /* Start and size of decode */ in print_decode_line()
|
D | speedtest8.c | 103 int nByte = 0; in main() local
|
D | speedtest8inst1.c | 85 sqlite3_int64 nByte; in readScriptFile() local
|
/external/chromium_org/third_party/sqlite/src/ext/fts3/ |
D | fts3_expr.c | 114 static void *fts3MallocZero(int nByte){ in fts3MallocZero() 151 int nByte; /* total space to allocate */ in getNextToken() local 236 int nByte = sizeof(Fts3Expr) + sizeof(Fts3Phrase); in getNextString() local 268 int nByte = sizeof(Fts3Expr) + sizeof(Fts3Phrase); in getNextString() local 556 int nByte = 0; in fts3ExprParse() local
|
/external/chromium_org/third_party/sqlite/src/ext/async/ |
D | sqlite3async.c | 459 int nByte; /* See above */ member 591 int nByte, in addNewAsyncWrite() 743 static int asyncTruncate(sqlite3_file *pFile, sqlite3_int64 nByte){ in asyncTruncate() 1041 int nByte; in asyncOpen() local 1096 int nByte = pVfs->szOsFile + sizeof(AsyncLock) + pData->nName + 1; in asyncOpen() local 1269 static void asyncDlError(sqlite3_vfs *pAsyncVfs, int nByte, char *zErrMsg){ in asyncDlError() 1285 static int asyncRandomness(sqlite3_vfs *pAsyncVfs, int nByte, char *zBufOut){ in asyncRandomness()
|