Searched defs:nBytes (Results 1 – 14 of 14) sorted by relevance
| /sqlite-3.40.0/src/ |
| H A D | prepare.c | 680 int nBytes, /* Length of zSql in bytes. */ in sqlite3Prepare() 825 int nBytes, /* Length of zSql in bytes. */ in sqlite3LockAndPrepare() 911 int nBytes, /* Length of zSql in bytes. */ in sqlite3_prepare() 923 int nBytes, /* Length of zSql in bytes. */ in sqlite3_prepare_v2() 941 int nBytes, /* Length of zSql in bytes. */ in sqlite3_prepare_v3() 969 int nBytes, /* Length of zSql in bytes. */ in sqlite3Prepare16() 1027 int nBytes, /* Length of zSql in bytes. */ in sqlite3_prepare16() 1039 int nBytes, /* Length of zSql in bytes. */ in sqlite3_prepare16_v2() 1051 int nBytes, /* Length of zSql in bytes. */ in sqlite3_prepare16_v3()
|
| H A D | mem5.c | 356 static void *memsys5Malloc(int nBytes){ in memsys5Malloc() 391 static void *memsys5Realloc(void *pPrior, int nBytes){ in memsys5Realloc()
|
| H A D | mem3.c | 499 static void *memsys3Malloc(int nBytes){ in memsys3Malloc() 521 static void *memsys3Realloc(void *pPrior, int nBytes){ in memsys3Realloc()
|
| H A D | vtab.c | 361 sqlite3_int64 nBytes; in addModuleArgument() local 735 sqlite3_int64 nBytes = sizeof(sqlite3_vtab*)* in growVTrans() local
|
| H A D | malloc.c | 505 void *sqlite3Realloc(void *pOld, u64 nBytes){ in sqlite3Realloc()
|
| H A D | test8.c | 185 int nBytes; in getColumnNames() local
|
| H A D | os_win.c | 1470 static void *winMemMalloc(int nBytes){ in winMemMalloc() 1513 static void *winMemRealloc(void *pPrior, int nBytes){ in winMemRealloc()
|
| H A D | build.c | 58 int nBytes; in lockTable() local
|
| H A D | btree.c | 10902 void *sqlite3BtreeSchema(Btree *p, int nBytes, void(*xFree)(void *)){ in sqlite3BtreeSchema()
|
| /sqlite-3.40.0/ext/fts1/ |
| H A D | simple_tokenizer.c | 39 int nBytes; /* size of the input */ member 92 const char *pInput, int nBytes, in simpleOpen()
|
| H A D | fts1_tokenizer1.c | 36 int nBytes; /* size of the input */ member 107 const char *pInput, int nBytes, /* String to be tokenized */ in simpleOpen()
|
| /sqlite-3.40.0/ext/fts2/ |
| H A D | fts2_tokenizer1.c | 46 int nBytes; /* size of the input */ member 119 const char *pInput, int nBytes, /* String to be tokenized */ in simpleOpen()
|
| /sqlite-3.40.0/ext/fts3/ |
| H A D | fts3_tokenizer1.c | 43 int nBytes; /* size of the input */ member 115 const char *pInput, int nBytes, /* String to be tokenized */ in simpleOpen()
|
| H A D | fts3_test.c | 385 const char *pInput, int nBytes, /* String to be tokenized */ in testTokenizerOpen()
|