Searched refs:pContext (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/sqlite3/ |
| H A D | sqlite3.h | 11415 void *pContext 11424 void *pContext; /* Copy of pContext passed to s_r_g_c() */ member 11441 void *pContext, 11456 void *pContext; /* pContext from when function registered */ member
|
| H A D | sqlite3.c | 11736 void *pContext 11745 void *pContext; /* Copy of pContext passed to s_r_g_c() */ member 11762 void *pContext, 11777 void *pContext; /* pContext from when function registered */ member 126510 AuthContext *pContext, argument 126514 pContext->pParse = pParse; 126515 pContext->zAuthContext = pParse->zAuthContext; 126523 SQLITE_PRIVATE void sqlite3AuthContextPop(AuthContext *pContext){ argument 126524 if( pContext->pParse ){ 126525 pContext->pParse->zAuthContext = pContext->zAuthContext; [all …]
|
| /freebsd/crypto/krb5/src/windows/leash/ |
| H A D | LeashView.h | 243 …ame, DWORD dwStyle, const RECT& rect, CWnd* pParentWnd, UINT nID, CCreateContext* pContext = NULL);
|
| H A D | LeashView.cpp | 434 UINT nID, CCreateContext* pContext) in Create() argument 437 pParentWnd, nID, pContext); in Create()
|