Searched defs:pFrom (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/utils/lit/lit/
H A DTestRunner.py470 pFrom=LPCWSTR(addressof(pFrom)), variable in class:executeBuiltinRm.on_rm_error.SHFILEOPSTRUCTW
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.c18487 Table *pFrom; /* Table containing the REFERENCES clause (aka: Child) */ member in struct:FKey
20003 SrcList *pFrom; /* FROM clause for UPDATE statement (if any) */ member in struct:TriggerStep
28690 sqlite3_mutex_methods const *pFrom; local
78172 copyNodeContent(MemPage *pFrom, MemPage *pTo, int *pRC) argument
82290 sqlite3BtreeCopyFile(Btree *pTo, Btree *pFrom) argument
83416 vdbeClrCopy(Mem *pTo, const Mem *pFrom, int eType) argument
83421 sqlite3VdbeMemShallowCopy(Mem *pTo, const Mem *pFrom, int srcType) argument
83437 sqlite3VdbeMemCopy(Mem *pTo, const Mem *pFrom) argument
83460 sqlite3VdbeMemMove(Mem *pTo, Mem *pFrom) argument
91786 Vdbe *pFrom = (Vdbe*)pFromStmt; local
91813 Vdbe *pFrom = (Vdbe*)pFromStmt; local
116211 sqlite3RenameTokenRemap(Parse *pParse, const void *pTo, const void *pFrom) argument
118066 sampleCopy(StatAccum *p, StatSample *pTo, StatSample *pFrom) argument
127017 SrcList *pFrom; local
147245 sqlite3IndexedByLookup(Parse *pParse, SrcItem *pFrom) argument
147352 cannotBeFunction(Parse *pParse, SrcItem *pFrom) argument
147640 sqlite3ExpandSubquery(Parse *pParse, SrcItem *pFrom) argument
147721 SrcItem *pFrom; local
148155 SrcItem *pFrom; local
151096 sqlite3TriggerUpdateStep( Parse *pParse, Token *pTableName, SrcList *pFrom, ExprList *pEList, Expr *pWhere, u8 orconf, const char *zStart, const char *zEnd ) argument
151706 transferParseError(Parse *pTo, Parse *pFrom) argument
159922 exprMightBeIndexed2( SrcList *pFrom, int *aiCurCol, Expr *pExpr, int j ) argument
159950 exprMightBeIndexed( SrcList *pFrom, int *aiCurCol, Expr *pExpr, int op ) argument
163205 whereLoopXfer(sqlite3 *db, WhereLoop *pTo, WhereLoop *pFrom) argument
165966 WherePath *pFrom; /* An element of aFrom[] that we are working on */ local
174869 SrcList *pFrom; local
196135 fts3SegReaderRequire(Fts3SegReader *pReader, char *pFrom, int nByte) argument
[all...]

Completed in 868 milliseconds