Searched refs:pContext (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/sqlite3/ |
| H A D | sqlite3.h | 11125 void *pContext 11134 void *pContext; /* Copy of pContext passed to s_r_g_c() */ member 11151 void *pContext, 11166 void *pContext; /* pContext from when function registered */ member
|
| H A D | sqlite3.c | 11444 void *pContext 11453 void *pContext; /* Copy of pContext passed to s_r_g_c() */ member 11470 void *pContext, 11485 void *pContext; /* pContext from when function registered */ member 122980 AuthContext *pContext, 122984 pContext->pParse = pParse; 122985 pContext->zAuthContext = pParse->zAuthContext; 122993 SQLITE_PRIVATE void sqlite3AuthContextPop(AuthContext *pContext){ 122994 if( pContext->pParse ){ 122995 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()
|