Home
last modified time | relevance | path

Searched defs:n (Results 1 – 25 of 216) sorted by relevance

123456789

/sqlite-3.40.0/src/
H A Dmalloc.c23 int sqlite3_release_memory(int n){ in sqlite3_release_memory()
120 void sqlite3_soft_heap_limit(int n){ in sqlite3_soft_heap_limit()
228 static void mallocWithAlarm(int n, void **pp){ in mallocWithAlarm()
298 void *sqlite3Malloc(u64 n){ in sqlite3Malloc()
318 void *sqlite3_malloc(int n){ in sqlite3_malloc()
324 void *sqlite3_malloc64(sqlite3_uint64 n){ in sqlite3_malloc64()
564 void *sqlite3_realloc(void *pOld, int n){ in sqlite3_realloc()
582 void *sqlite3MallocZero(u64 n){ in sqlite3MallocZero()
638 void *sqlite3DbMallocRaw(sqlite3 *db, u64 n){ in sqlite3DbMallocRaw()
765 size_t n; in sqlite3DbStrDup() local
[all …]
H A Dvdbeapi.c382 int n, /* Bytes in string, or negative */ in setResultStrOrError()
423 int n, in sqlite3_result_blob()
433 sqlite3_uint64 n, in sqlite3_result_blob64()
493 int n, in sqlite3_result_text()
502 sqlite3_uint64 n, in sqlite3_result_text64()
519 int n, in sqlite3_result_text16()
528 int n, in sqlite3_result_text16be()
537 int n, in sqlite3_result_text16le()
553 void sqlite3_result_zeroblob(sqlite3_context *pCtx, int n){ in sqlite3_result_zeroblob()
556 int sqlite3_result_zeroblob64(sqlite3_context *pCtx, u64 n){ in sqlite3_result_zeroblob64()
[all …]
H A Dvdbetrace.c32 int n; in findNextHostParameter() local
79 int n; /* Length of a token prefix */ in sqlite3VdbeExpandSql() local
H A Dtreeview.c191 int n = 0; in sqlite3TreeViewSrcList() local
249 int n = 0; in sqlite3TreeViewSelect() local
984 int n; in sqlite3TreeViewUpsert() local
1015 int n = 0; in sqlite3TreeViewDelete() local
1074 int n = 0; in sqlite3TreeViewInsert() local
1144 int n = 0; in sqlite3TreeViewUpdate() local
H A Dtest_init.c65 static void *wrMemMalloc(int n) {return wrapped.mem.xMalloc(n);} in wrMemMalloc()
67 static void *wrMemRealloc(void *p, int n) {return wrapped.mem.xRealloc(p, n);} in wrMemRealloc()
69 static int wrMemRoundup(int n) {return wrapped.mem.xRoundup(n);} in wrMemRoundup()
133 static void wrPCacheCachesize(sqlite3_pcache *p, int n){ in wrPCacheCachesize()
H A Dtest_func.c51 int iMin, iMax, n, r, i; in randStr() local
201 int n; in test_auxdata() local
359 int n; in testHexToUtf16be() local
386 int n; in testHexToUtf8() local
413 int n; in testHexToUtf16le() local
564 int n = sqlite3_value_bytes(&mem); in test_decode() local
H A Dvdbeblob.c381 int n, in blobReadWrite()
453 int sqlite3_blob_read(sqlite3_blob *pBlob, void *z, int n, int iOffset){ in sqlite3_blob_read()
460 int sqlite3_blob_write(sqlite3_blob *pBlob, const void *z, int n, int iOffset){ in sqlite3_blob_write()
H A Dtable.c90 int n = sqlite3Strlen30(argv[i])+1; in sqlite3_get_table_cb() local
189 int i, n; in sqlite3_free_table() local
H A Dprintf.c180 static char *printfTempBuf(sqlite3_str *pAccum, sqlite3_int64 n){ in printfTempBuf()
467 u64 n; in sqlite3_str_vappendf() local
806 i64 i, j, k, n; in sqlite3_str_vappendf() local
1184 void sqlite3StrAccumInit(StrAccum *p, sqlite3 *db, char *zBase, int n, int mx){ in sqlite3StrAccumInit()
1292 char *sqlite3_vsnprintf(int n, char *zBuf, const char *zFormat, va_list ap){ in sqlite3_vsnprintf()
1307 char *sqlite3_snprintf(int n, char *zBuf, const char *zFormat, ...){ in sqlite3_snprintf()
/sqlite-3.40.0/ext/wasm/api/
H A Dsqlite3-api-prologue.js213 const __isInt = (n)=>'number'===typeof n && n===(n | 0); argument
275 const isInt32 = (n)=>{ argument
657 sqlite3_randomness: (n, outPtr)=>{/*installed later*/}, argument
794 wasm.alloc = function f(n){ argument
1076 alloc: (n)=>{ argument
1094 allocChunks: (n,sz)=>{ argument
1122 allocPtr: (n=1,safePtrSize=true)=>{ argument
1172 let n = ta.byteLength, offset = 0; variable
1363 capi.sqlite3_js_aggregate_context = (pCtx, n)=>{ argument
/sqlite-3.40.0/ext/misc/
H A Dmemtrace.c33 static void *memtraceMalloc(int n){ in memtraceMalloc()
47 static void *memtraceRealloc(void *p, int n){ in memtraceRealloc()
62 static int memtraceRoundup(int n){ in memtraceRoundup()
H A Dnextchar.c87 int n = p->nAlloc*2 + 30; in nextCharAppend() local
147 int n = 1; in readUtf8() local
167 int n, rc; in findNextChars() local
277 int n = 0; in nextCharFunc() local
/sqlite-3.40.0/tool/
H A Dsrcck1.c33 long n; in readFile() local
80 static int hasSideEffect(const char *z, unsigned int n){ in hasSideEffect()
127 unsigned int n; in findAllSideEffects() local
H A Dpagesig.c31 static void vlogSignature(unsigned char *p, int n, char *zCksum){ in vlogSignature()
57 unsigned n; in computeSigs() local
H A Dvarint.c29 int i, j, n; in putVarint() local
58 int n; in main() local
H A Dshowdb.c318 int n, j; in describeContent() local
418 int n = 0; in describeCell() local
708 i64 n; in decode_btree_page() local
745 u32 n; in decode_trunk_page() local
812 int n = 0; in page_usage_cell() local
850 static int allZero(unsigned char *a, int n){ in allZero()
953 int n; in page_usage_freelist() local
H A Dlogest.c72 sqlite3_uint64 n; in logEstToInt() local
125 int n = 0; in main() local
/sqlite-3.40.0/ext/lsm1/
H A Dlsm_vtab.c141 u64 n; /* Bytes of space used */ member
187 sqlite3_int64 n = p->n; in lsm1VblobAppend() local
205 size_t i, n; in lsm1Dequote() local
501 sqlite3_int64 n = p->n; in lsm1VblobAppendVarint() local
515 int n, in lsm1GetVarint64()
582 int n, in lsm1GetSignedVarint64()
601 int i, n; in lsm1DecodeValues() local
975 int n = lsm1PutSignedVarint64(pSpace, v); in lsm1Update() local
988 int n = sqlite3_value_bytes(pArg); in lsm1Update() local
994 int n = sqlite3_value_bytes(pArg); in lsm1Update() local
/sqlite-3.40.0/test/
H A Dspeedtest1.c381 int n = (int)strlen(zTestName); in speedtest1_begin_test() local
458 int n = (int)strlen(zSql); in printSql() local
563 int i, n, len; in speedtest1_run() local
635 int n = (int)strlen(zSql); in traceCallback() local
655 int n; in est_square_root() local
731 int n; /* iteration count */ in testset_main() local
1365 int n; in testset_fp() local
1482 unsigned i, n; in testset_rtree() local
1667 unsigned i, j, n; in testset_orm() local
2136 unsigned i, n; in testset_debug1() local
[all …]
H A Ddbfuzz2.c86 static void *memtraceMalloc(int n){ in memtraceMalloc()
100 static void *memtraceRealloc(void *p, int n){ in memtraceRealloc()
115 static int memtraceRoundup(int n){ in memtraceRoundup()
261 int i, j, n; in LLVMFuzzerInitialize() local
/sqlite-3.40.0/ext/fts3/
H A Dfts3_expr.c135 int n, in sqlite3Fts3OpenTokenizer()
179 const char *z, int n, /* Input string */ in getNextToken()
395 const char *z, int n, /* Input string */ in getNextNode()
401 unsigned char n; /* Length of the keyword */ in getNextNode() member
614 const char *z, int n, /* Text of MATCH query */ in fts3ExprParse()
968 const char *z, int n, /* Text of MATCH query */ in fts3ExprParseUnbalanced()
1031 const char *z, int n, /* Text of MATCH query */ in sqlite3Fts3ExprParse()
/sqlite-3.40.0/mptest/
H A Dmptest.c295 int n = (int)strlen(z); in clipLength() local
411 int n; /* Slots of z[] used */ member
422 static void stringAppend(String *p, const char *z, int n){ in stringAppend()
585 int n = sqlite3_column_bytes(pStmt, 0); in startScript() local
705 int n = 0; in tokenLength() local
764 int n = 0; in findEnd() local
777 int n = 0; in findEndif() local
882 int n, c, j; in runScript() local
1282 int n, i; in main() local
/sqlite-3.40.0/ext/wasm/common/
H A Dwhwasmutil.js325 target.heapForSize = function(n,unsigned = false){ argument
429 uleb128Encode: function(tgt, method, n){ argument
887 target.cstrncpy = function(tgtPtr, srcPtr, n){ argument
1057 target.scopedAlloc = function(n){ argument
1200 const __argcMismatch = argument
1683 tgt.alloc = function(n){ argument
/sqlite-3.40.0/ext/fts5/
H A Dfts5_varint.c76 u8 n; in sqlite3Fts5GetVarint32() local
297 int i, j, n; in fts5PutVarint64() local
/sqlite-3.40.0/ext/fts2/
H A Dfts2.c880 int i, n; in plrStep() local
973 int n = 0; in plwAdd() local
1005 int n; in plwInit() local
1212 int i, n; in docListMerge() local
2505 int n = 1; in tokenizeString() local
2614 int n, ttype; in firstToken() local
2684 int i, n; in parseSpec() local
2812 int n; in constructVtab() local
4081 int n; in interiorBlockNew() local
4341 int n, nTerm; in interiorReaderInit() local
[all …]

123456789