Searched refs:pFrom (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/utils/lit/lit/
H A DTestRunner.py445 ('pFrom', LPCWSTR),
467 pFrom = create_unicode_buffer(path, len(path) + 2)
468 pFrom[len(path)] = pFrom[len(path) + 1] = '\0'
470 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
18488 FKey *pNextFrom; /* Next FKey with the same in pFrom. Next parent of pFrom */
18497 struct sColMap { /* Mapping of columns in pFrom to columns in zTo */
18498 int iFrom; /* Index of column in pFrom */
20003 SrcList *pFrom; /* FROM clause for UPDATE statement (if any) */ member in struct:TriggerStep
21275 SQLITE_PRIVATE void sqlite3RenameTokenRemap(Parse*, const void *pTo, const void *pFrom);
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...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Support/Windows/
H A DPath.inc1342 shfos.pFrom = Path16.data();

Completed in 601 milliseconds