Searched refs:pState (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DMSVCSetupApi.h236 /// <param name="pState">The state of the instance.</param>
239 STDMETHOD(GetState)(_Out_ InstanceState *pState) = 0;
/netbsd-current/external/public-domain/sqlite/dist/
H A Dshell.c20913 ShellState *pState,
20917 assert( pState->expert.pExpert );
20919 return sqlite3_expert_sql(pState->expert.pExpert, zSql, pzErr);
20933 ShellState *pState,
20938 sqlite3expert *p = pState->expert.pExpert;
20942 int bVerbose = pState->expert.bVerbose;
20969 pState->expert.pExpert = 0;
20977 ShellState *pState, /* Current shell tool state */
20986 assert( pState->expert.pExpert==0 );
20987 memset(&pState
20912 expertHandleSQL( ShellState *pState, const char *zSql, char **pzErr ) argument
20932 expertFinish( ShellState *pState, int bCancel, char **pzErr ) argument
20976 expertDotCommand( ShellState *pState, char **azArg, int nArg ) argument
23401 lintFkeyIndexes( ShellState *pState, char **azArg, int nArg ) argument
23574 lintDotCommand( ShellState *pState, char **azArg, int nArg ) argument
24314 arDotCommand( ShellState *pState, int fromCmdLine, char **azArg, int nArg ) argument
24430 ShellState *pState = (ShellState*)pCtx; local
24440 recoverDatabaseCmd(ShellState *pState, int nArg, char **azArg) argument
[all...]

Completed in 203 milliseconds