Searched refs:pView (Results 1 – 3 of 3) sorted by relevance
| /freebsd/crypto/krb5/src/windows/leash/ |
| H A D | LeashDebugWindow.cpp | 41 CLeashDebugWindow::CLeashDebugWindow(CFormView* pView) in CLeashDebugWindow() argument 43 m_pView = pView; in CLeashDebugWindow()
|
| H A D | LeashDebugWindow.h | 40 CLeashDebugWindow(CFormView* pView);
|
| /freebsd/contrib/sqlite3/ |
| H A D | sqlite3.c | 33246 TreeView *pView, in sqlite3TreeViewColumnList() argument 33252 sqlite3TreeViewPush(&pView, moreToFollow); in sqlite3TreeViewColumnList() 33253 sqlite3TreeViewLine(pView, "COLUMNS"); in sqlite3TreeViewColumnList() 33257 sqlite3TreeViewPush(&pView, colMoreToFollow); in sqlite3TreeViewColumnList() 33258 sqlite3TreeViewLine(pView, 0); in sqlite3TreeViewColumnList() 33284 sqlite3TreeViewPop(&pView); in sqlite3TreeViewColumnList() 33286 sqlite3TreeViewPop(&pView); in sqlite3TreeViewColumnList() 33292 SQLITE_PRIVATE void sqlite3TreeViewWith(TreeView *pView, const With *pWith, u8 moreToFollow){ in sqlite3TreeViewWith() argument 33297 sqlite3TreeViewLine(pView, "WITH (0x%p, pOuter=0x%p)",pWith,pWith->pOuter); in sqlite3TreeViewWith() 33299 sqlite3TreeViewLine(pView, "WITH (0x%p)", pWith); in sqlite3TreeViewWith() [all …]
|