Home
last modified time | relevance | path

Searched refs:pFrom (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/
H A Dshellapi.d304 LPCSTR pFrom;
321 LPCWSTR pFrom;
/netbsd-src/external/apache2/llvm/dist/llvm/utils/lit/lit/
H A DTestRunner.py467 pFrom = create_unicode_buffer(path, len(path) + 2)
468 pFrom[len(path)] = pFrom[len(path) + 1] = '\0'
470 pFrom=LPCWSTR(addressof(pFrom)),
/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3.c18487 Table *pFrom; /* Table containing the REFERENCES clause (aka: Child) */ member
20003 SrcList *pFrom; /* FROM clause for UPDATE statement (if any) */ member
21275 SQLITE_PRIVATE void sqlite3RenameTokenRemap(Parse*, const void *pTo, const void *pFrom);
28690 sqlite3_mutex_methods const *pFrom; in sqlite3MutexInit() local
28695 pFrom = multiThreadedCheckMutex(); in sqlite3MutexInit()
28697 pFrom = sqlite3DefaultMutex(); in sqlite3MutexInit()
28700 pFrom = sqlite3NoopMutex(); in sqlite3MutexInit()
28702 pTo->xMutexInit = pFrom->xMutexInit; in sqlite3MutexInit()
28703 pTo->xMutexEnd = pFrom->xMutexEnd; in sqlite3MutexInit()
28704 pTo->xMutexFree = pFrom->xMutexFree; in sqlite3MutexInit()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/Windows/
H A DPath.inc1342 shfos.pFrom = Path16.data();