| /sqlite-3.40.0/ext/misc/ |
| H A D | sqlar.c | 47 Bytef *pOut; in sqlarCompressFunc() local 93 Bytef *pOut = sqlite3_malloc(sz); in sqlarUncompressFunc() local
|
| H A D | compress.c | 52 unsigned char *pOut; in compressFunc() local 88 unsigned char *pOut; in uncompressFunc() local
|
| H A D | nextchar.c | 131 static int readUtf8(const unsigned char *z, unsigned *pOut){ in readUtf8()
|
| H A D | scrub.c | 106 u8 *pOut = pBuf; in scrubBackupRead() local
|
| /sqlite-3.40.0/ext/wasm/api/ |
| H A D | sqlite3-api-opfs.js | 668 xCheckReservedLock: function(pFile,pOut){ argument 793 xAccess: function(pVfs,zName,flags,pOut){ argument 800 xCurrentTime: function(pVfs,pOut){ argument 807 xCurrentTimeInt64: function(pVfs,pOut){ argument 821 xFullPathname: function(pVfs,zName,nOut,pOut){ argument 828 xGetLastError: function(pVfs,nOut,pOut){ argument
|
| H A D | sqlite3-wasm.c | 932 int sqlite3_wasm_db_serialize( sqlite3 *pDb, unsigned char **pOut, in sqlite3_wasm_db_serialize()
|
| /sqlite-3.40.0/ext/session/ |
| H A D | sqlite3session.c | 2543 int (*xOutput)(void *pOut, const void *pData, int nData), in sessionGenerateChangeset() 2689 int (*xOutput)(void *pOut, const void *pData, int nData), in sqlite3session_changeset_strm() 2701 int (*xOutput)(void *pOut, const void *pData, int nData), in sqlite3session_patchset_strm() 3546 int (*xOutput)(void *pOut, const void *pData, int nData), in sessionChangesetInvert() 3725 int (*xOutput)(void *pOut, const void *pData, int nData), in sqlite3changeset_invert_strm() 5001 u8 *pOut; in sessionChangeMerge() local 5252 int (*xOutput)(void *pOut, const void *pData, int nData), in sessionChangegroupOutput() 5366 int (*xOutput)(void *pOut, const void *pData, int nData), in sqlite3changegroup_output_strm() 5419 int (*xOutput)(void *pOut, const void *pData, int nData), in sqlite3changeset_concat_strm() 5573 int (*xOutput)(void *pOut, const void *pData, int nData), in sessionRebase() [all …]
|
| H A D | changesetfuzz.c | 918 u8 *pOut = *ppOut; in fuzzCopyChange() local 1111 u8 *pOut = pBuf; in fuzzDoOneFuzz() local
|
| H A D | session_speed_test.c | 120 char *pOut = (char*)pStruct; in parse_command_line() local
|
| /sqlite-3.40.0/src/ |
| H A D | vdbeapi.c | 386 Mem *pOut = pCtx->pOut; in setResultStrOrError() local 478 Mem *pOut = pCtx->pOut; in sqlite3_result_pointer() local 485 Mem *pOut = pCtx->pOut; in sqlite3_result_subtype() local 545 Mem *pOut = pCtx->pOut; in sqlite3_result_value() local 557 Mem *pOut = pCtx->pOut; in sqlite3_result_zeroblob64() local 914 sqlite3_value *pOut = pRhs->pOut; in valueFromValueList() local 1165 Mem *pOut; in columnMem() local 1259 Mem *pOut = columnMem(pStmt, i); in sqlite3_column_value() local 2112 void *pOut /* OUT: Write the answer here */ in sqlite3_stmt_scanstatus()
|
| H A D | vacuum.c | 147 sqlite3_value *pOut /* Write results here, if not NULL. VACUUM INTO */ in sqlite3RunVacuum()
|
| H A D | threads.c | 45 void *pOut; /* Result returned by the thread */ member
|
| H A D | util.c | 808 int sqlite3DecOrHexToI64(const char *z, i64 *pOut){ in sqlite3DecOrHexToI64() 1666 VList *pOut = sqlite3DbRealloc(db, pIn, nAlloc*sizeof(int)); in sqlite3VListAdd() local
|
| H A D | vdbe.c | 655 static SQLITE_NOINLINE Mem *out2PrereleaseWithClear(Mem *pOut){ in out2PrereleaseWithClear() 661 Mem *pOut; in out2Prerelease() local 739 Mem *pOut = 0; /* Output operand */ in sqlite3VdbeExec() local
|
| H A D | vdbeInt.h | 371 Mem *pOut; /* The return value is stored here */ member 536 sqlite3_value *pOut; /* Register to hold each decoded output value */ member
|
| H A D | memdb.c | 719 unsigned char *pOut; in sqlite3_serialize() local
|
| H A D | vdbesort.c | 1883 SorterFile *pOut = &pIncr->aFile[1]; in vdbeIncrPopulate() local 2699 int sqlite3VdbeSorterRowkey(const VdbeCursor *pCsr, Mem *pOut){ in sqlite3VdbeSorterRowkey()
|
| /sqlite-3.40.0/ext/lsm1/lsm-test/ |
| H A D | lsmtest8.c | 85 void testReadFile(const char *zFile, int iOff, void *pOut, int nByte, int *pRc){ in testReadFile() 108 void *pOut, in testWriteFile()
|
| H A D | lsmtest_main.c | 527 static void flushPrev(FILE *pOut){ in flushPrev() 1014 FILE *pOut = fopen(zOut, "w"); in do_speed_tests() local 1303 FILE *pOut; member 1352 lsm_file *pOut; in do_replay() local
|
| /sqlite-3.40.0/ext/fts1/ |
| H A D | fts1.c | 692 DocList *pOut /* Write the merged document record here */ in mergePosList() 733 DocList *pOut /* Write the combined doclist here */ in docListPhraseMerge() 765 DocList *pOut /* Write the combined doclist here */ in docListAndMerge() 799 DocList *pOut /* Write the combined doclist here */ in docListOrMerge() 844 DocList *pOut /* Write the combined doclist here */ in docListExceptMerge()
|
| H A D | fulltext.c | 376 DocList *pOut; member 381 DocList *pIn, int iOffset, DocList *pOut){ in mergeInit()
|
| /sqlite-3.40.0/mptest/ |
| H A D | mptest.c | 98 static void printWithPrefix(FILE *pOut, const char *zPrefix, const char *zMsg){ in printWithPrefix() 208 static void maybeClose(FILE *pOut){ in maybeClose()
|
| /sqlite-3.40.0/ext/rtree/ |
| H A D | geopoly.c | 266 GeoPoly *pOut; in geopolyParseJson() local 632 GeoPoly *pOut = 0; in geopolyBBox() local
|
| /sqlite-3.40.0/ext/fts2/ |
| H A D | fts2.c | 1313 static void posListUnion(DLReader *pLeft, DLReader *pRight, DLWriter *pOut){ in posListUnion() 1353 DataBuffer *pOut /* Write the combined doclist here */ in docListUnion() 1409 DLWriter *pOut){ in posListPhraseMerge() 1462 DataBuffer *pOut /* Write the combined doclist here */ in docListPhraseMerge() 1499 DataBuffer *pOut /* Write the combined doclist here */ in docListAndMerge() 1534 DataBuffer *pOut /* Write the combined doclist here */ in docListOrMerge() 1584 DataBuffer *pOut /* Write the combined doclist here */ in docListExceptMerge()
|
| /sqlite-3.40.0/test/ |
| H A D | dbfuzz.c | 285 static int inmemCheckReservedLock(sqlite3_file *pFile, int *pOut){ in inmemCheckReservedLock()
|