Home
last modified time | relevance | path

Searched defs:pOut (Results 1 – 25 of 39) sorted by relevance

12

/sqlite-3.40.0/ext/misc/
H A Dsqlar.c47 Bytef *pOut; in sqlarCompressFunc() local
93 Bytef *pOut = sqlite3_malloc(sz); in sqlarUncompressFunc() local
H A Dcompress.c52 unsigned char *pOut; in compressFunc() local
88 unsigned char *pOut; in uncompressFunc() local
H A Dnextchar.c131 static int readUtf8(const unsigned char *z, unsigned *pOut){ in readUtf8()
H A Dscrub.c106 u8 *pOut = pBuf; in scrubBackupRead() local
/sqlite-3.40.0/ext/wasm/api/
H A Dsqlite3-api-opfs.js668 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 Dsqlite3-wasm.c932 int sqlite3_wasm_db_serialize( sqlite3 *pDb, unsigned char **pOut, in sqlite3_wasm_db_serialize()
/sqlite-3.40.0/ext/session/
H A Dsqlite3session.c2543 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 Dchangesetfuzz.c918 u8 *pOut = *ppOut; in fuzzCopyChange() local
1111 u8 *pOut = pBuf; in fuzzDoOneFuzz() local
H A Dsession_speed_test.c120 char *pOut = (char*)pStruct; in parse_command_line() local
/sqlite-3.40.0/src/
H A Dvdbeapi.c386 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 Dvacuum.c147 sqlite3_value *pOut /* Write results here, if not NULL. VACUUM INTO */ in sqlite3RunVacuum()
H A Dthreads.c45 void *pOut; /* Result returned by the thread */ member
H A Dutil.c808 int sqlite3DecOrHexToI64(const char *z, i64 *pOut){ in sqlite3DecOrHexToI64()
1666 VList *pOut = sqlite3DbRealloc(db, pIn, nAlloc*sizeof(int)); in sqlite3VListAdd() local
H A Dvdbe.c655 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 DvdbeInt.h371 Mem *pOut; /* The return value is stored here */ member
536 sqlite3_value *pOut; /* Register to hold each decoded output value */ member
H A Dmemdb.c719 unsigned char *pOut; in sqlite3_serialize() local
H A Dvdbesort.c1883 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 Dlsmtest8.c85 void testReadFile(const char *zFile, int iOff, void *pOut, int nByte, int *pRc){ in testReadFile()
108 void *pOut, in testWriteFile()
H A Dlsmtest_main.c527 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 Dfts1.c692 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 Dfulltext.c376 DocList *pOut; member
381 DocList *pIn, int iOffset, DocList *pOut){ in mergeInit()
/sqlite-3.40.0/mptest/
H A Dmptest.c98 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 Dgeopoly.c266 GeoPoly *pOut; in geopolyParseJson() local
632 GeoPoly *pOut = 0; in geopolyBBox() local
/sqlite-3.40.0/ext/fts2/
H A Dfts2.c1313 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 Ddbfuzz.c285 static int inmemCheckReservedLock(sqlite3_file *pFile, int *pOut){ in inmemCheckReservedLock()

12