Searched refs:nResult (Results 1 - 5 of 5) sorted by relevance
/third_party/python/Tools/msi/bundle/bootstrap/ |
H A D | PythonBootstrapperApplication.cpp | 698 int nResult = IDNOACTION; in OnShutdown() local 708 nResult = IDRESTART; in OnShutdown() 711 return nResult; in OnShutdown() 1045 int nResult = nRecommendation; in OnError() local 1049 HRESULT hr = _engine->SendEmbeddedError(dwCode, wzError, dwUIHint, &nResult); in OnError() 1051 nResult = IDERROR; in OnError() 1056 nResult = IDTRYAGAIN; in OnError() 1070 nResult = ::MessageBoxW(_hWnd, sczError ? sczError : wzError, _theme->sczCaption, dwUIHint); in OnError() 1081 return nResult; in OnError() 1098 int nResult in OnExecuteMsiMessage() local 1221 int nResult = __super::OnExecutePackageComplete(wzPackageId, hrExitCode, restart, nRecommendation); OnExecutePackageComplete() local 1244 int nResult = IDERROR; // assume we won't resolve source and that is unexpected. OnResolveSource() local [all...] |
/third_party/libsnd/src/ |
H A D | file_io.c | 818 int nResult = MultiByteToWideChar (CP_UTF8, 0, pfile->path, -1, NULL, 0) ; in psf_open_handle() local 819 pwszPath = malloc (nResult * sizeof (WCHAR)) ; in psf_open_handle() 823 int nResult2 = MultiByteToWideChar (CP_UTF8, 0, pfile->path, -1, pwszPath, nResult) ; in psf_open_handle() 824 if (nResult != nResult2) in psf_open_handle()
|
H A D | sndfile.c | 353 int nResult ; in sf_open() local 372 nResult = MultiByteToWideChar (CP_ACP, 0, path, -1, NULL, 0) ; in sf_open() 373 if (nResult == 0) in sf_open() 379 wpath_len = nResult ; in sf_open() 387 nResult = MultiByteToWideChar (CP_ACP, 0, path, -1, wpath, wpath_len) ; in sf_open() 388 if (nResult == 0) in sf_open() 395 nResult = WideCharToMultiByte (CP_UTF8, 0, wpath, wpath_len, NULL, 0, NULL, in sf_open() 397 if (nResult == 0) in sf_open() 404 nResult = WideCharToMultiByte (CP_UTF8, 0, wpath, wpath_len, utf8path, in sf_open() 409 if (nResult in sf_open() [all...] |
/third_party/sqlite/src/ |
H A D | shell.c | 17100 int nResult; in run_table_dump_query() local 17113 nResult = sqlite3_column_count(pSelect); in run_table_dump_query() 17117 for(i=1; i<nResult; i++){ in run_table_dump_query()
|
H A D | sqlite3.c | 105307 int nResult; /* Number of terms in the result set */ global() local 109700 int nResult = sqlite3ExprVectorSize(p); global() local [all...] |
Completed in 162 milliseconds