Home
last modified time | relevance | path

Searched defs:nBytes (Results 1 – 14 of 14) sorted by relevance

/sqlite-3.40.0/src/
H A Dprepare.c680 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 Dmem5.c356 static void *memsys5Malloc(int nBytes){ in memsys5Malloc()
391 static void *memsys5Realloc(void *pPrior, int nBytes){ in memsys5Realloc()
H A Dmem3.c499 static void *memsys3Malloc(int nBytes){ in memsys3Malloc()
521 static void *memsys3Realloc(void *pPrior, int nBytes){ in memsys3Realloc()
H A Dvtab.c361 sqlite3_int64 nBytes; in addModuleArgument() local
735 sqlite3_int64 nBytes = sizeof(sqlite3_vtab*)* in growVTrans() local
H A Dmalloc.c505 void *sqlite3Realloc(void *pOld, u64 nBytes){ in sqlite3Realloc()
H A Dtest8.c185 int nBytes; in getColumnNames() local
H A Dos_win.c1470 static void *winMemMalloc(int nBytes){ in winMemMalloc()
1513 static void *winMemRealloc(void *pPrior, int nBytes){ in winMemRealloc()
H A Dbuild.c58 int nBytes; in lockTable() local
H A Dbtree.c10902 void *sqlite3BtreeSchema(Btree *p, int nBytes, void(*xFree)(void *)){ in sqlite3BtreeSchema()
/sqlite-3.40.0/ext/fts1/
H A Dsimple_tokenizer.c39 int nBytes; /* size of the input */ member
92 const char *pInput, int nBytes, in simpleOpen()
H A Dfts1_tokenizer1.c36 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 Dfts2_tokenizer1.c46 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 Dfts3_tokenizer1.c43 int nBytes; /* size of the input */ member
115 const char *pInput, int nBytes, /* String to be tokenized */ in simpleOpen()
H A Dfts3_test.c385 const char *pInput, int nBytes, /* String to be tokenized */ in testTokenizerOpen()