Searched refs:fContext (Results 1 - 25 of 42) sorted by relevance

12

/haiku/src/kits/package/
H A DJob.cpp20 fContext(context)
H A DRefreshRepositoryRequest.cpp63 result = fContext.GetNewTempfile("repochecksum-", &fFetchedChecksumFile);
71 fContext, title, repoChecksumURL, fFetchedChecksumFile);
90 = new (std::nothrow) ValidateChecksumJob(fContext,
131 status_t result = fContext.GetNewTempfile("repocache-", &tempRepoCache);
137 FetchFileJob* fetchCacheJob = new (std::nothrow) FetchFileJob(fContext,
150 = new (std::nothrow) ValidateChecksumJob(fContext,
173 = new (std::nothrow) ActivateRepositoryCacheJob(fContext,
H A DAddRepositoryRequest.cpp52 result = fContext.GetNewTempfile("repoinfo-", &tempEntry);
56 FetchFileJob* fetchJob = new (std::nothrow) FetchFileJob(fContext,
75 = new (std::nothrow) ActivateRepositoryConfigJob(fContext,
H A DDropRepositoryRequest.cpp47 = new (std::nothrow) RemoveRepositoryJob(fContext,
H A DRequest.cpp27 fContext(context),
87 job->AddStateListener(&fContext.JobStateListener());
H A DDownloadFileRequest.cpp55 FetchFileJob* fetchJob = new (std::nothrow) FetchFileJob(fContext,
71 fContext, BString("Validating checksum for ") << fFileURL,
H A DRemoveRepositoryJob.cpp56 bool yes = fContext.DecisionProvider().YesNoDecisionNeeded("", question,
/haiku/src/kits/debug/
H A DDebugContext.cpp12 fContext.team = -1;
27 status_t error = init_debug_context(&fContext, team, nubPort);
29 fContext.team = -1;
40 if (fContext.team >= 0) {
41 destroy_debug_context(&fContext);
42 fContext.team = -1;
51 return send_debug_message(&fContext, messageCode, message, messageSize,
70 return debug_read_memory_partial(&fContext, address, buffer, size);
77 return debug_read_memory(&fContext, address, buffer, size);
84 return debug_read_string(&fContext, addres
[all...]
/haiku/src/system/kernel/fs/
H A Dvfs_tracing.h45 fContext(context),
54 "fd: %d", fDescriptor, fReferenceCount, fContext, fFD);
58 io_context* fContext; member in class:FileDescriptorTracing::NewFD
85 fContext(context),
94 "fd: %d", fDescriptor, fReferenceCount, fContext, fFD);
98 io_context* fContext; member in class:FileDescriptorTracing::GetFD
108 fContext(context),
117 "fd: %d", fDescriptor, fReferenceCount, fContext, fFD);
121 io_context* fContext; member in class:FileDescriptorTracing::RemoveFD
131 fContext(contex
150 io_context* fContext; member in class:FileDescriptorTracing::Dup2FD
179 io_context* fContext; member in class:FileDescriptorTracing::InheritFD
223 io_context* fContext; member in class:IOContextTracing::IOContextTraceEntry
[all...]
/haiku/headers/private/debug/
H A DDebugContext.h20 team_id Team() const { return fContext.team; }
21 port_id NubPort() const { return fContext.nub_port; }
23 { return fContext.reply_port; }
54 debug_context fContext; member in class:BDebugContext
/haiku/headers/os/package/
H A DJob.h30 const BContext& fContext; member in class:BPackageKit::BJob
H A DRequest.h43 const BContext& fContext; member in class:BPackageKit::BRequest
/haiku/src/apps/debugger/user_interface/cli/
H A DCommandLineUserInterface.cpp100 fContext(new CliContext()),
126 status_t error = fContext->Init(team, listener);
156 fContext->Terminating();
167 fContext->Cleanup();
170 fContext->PostMessage(&message);
243 fContext->Run();
257 fContext->WaitForThreadOrUser();
258 if (fContext->IsTerminating())
262 if (fContext->CurrentThreadID() != currentThread) {
263 fContext
[all...]
H A DCommandLineUserInterface.h80 CliContext* fContext; member in class:CommandLineUserInterface
/haiku/src/kits/network/libnetservices/
H A DUrlRequest.cpp25 fContext(context),
35 if (fContext == NULL)
36 fContext = gDefaultContext;
111 fContext = gDefaultContext;
113 fContext = context;
154 return fContext;
H A DHttpRequest.cpp128 other.fContext, "BUrlProtocol.HTTP", other.fSSL ? "HTTPS" : "HTTP"),
419 if (fContext->UseProxy()) {
420 host = fContext->GetProxyHost();
421 port = fContext->GetProxyPort();
500 = &fContext->GetAuthentication(fUrl);
508 fContext->AddAuthentication(fUrl, newAuth);
513 authentication = &fContext->GetAuthentication(fUrl);
559 if (fContext->UseProxy()) {
560 BNetworkAddress proxy(fContext->GetProxyHost(), fContext
[all...]
/haiku/src/add-ons/kernel/file_systems/netfs/authentication_server/
H A DAuthenticationServer.cpp63 : fContext(),
69 : fContext(context),
75 : fContext(other.fContext),
82 return fContext.GetHashCode() * 17 + fServer.GetHashCode();
87 fContext = other.fContext;
94 return (fContext == other.fContext && fServer == other.fServer);
103 HashString fContext; member in class:AuthenticationServer::ServerKey
247 HashString fContext; member in class:AuthenticationServer::UserDialogTask
[all...]
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/
H A DRequestThread.cpp68 fContext(NULL),
157 return fContext;
171 fContext = context;
H A DRequestThread.h69 RequestThreadContext* fContext; member in class:UserlandFS::RequestThread
/haiku/src/kits/debugger/dwarf/
H A DDwarfExpressionEvaluator.cpp114 fContext(context),
146 fDataReader.SetTo(expression, size, fContext->AddressSize(), fContext->IsBigEndian());
178 fDataReader.SetTo(expression, size, fContext->AddressSize(), fContext->IsBigEndian());
184 if (fContext->GetObjectAddress(objectAddress))
232 if (fContext->GetObjectAddress(objectAddress))
289 _Push(fDataReader.ReadAddress(0) + fContext->RelocationDelta());
373 _DereferenceAddress(fContext->AddressSize());
381 _DereferenceAddressSpaceAddress(fContext
[all...]
/haiku/src/add-ons/media/plugins/ffmpeg/
H A DAVFormatReader.cpp137 { return fContext; }
177 AVFormatContext* fContext; member in class:StreamBase
202 fContext(NULL),
221 avformat_close_input(&fContext);
267 fContext = avformat_alloc_context();
268 fContext->pb = fIOContext;
271 if (avformat_open_input(&fContext, extension, NULL, NULL) < 0) {
274 fContext = NULL;
282 "avformat_open_input(): %s\n", fContext->iformat->name);
284 (fContext
[all...]
/haiku/src/kits/locale/
H A DHashMapCatalog.cpp31 fContext(ctx),
36 fHashVal = HashFun(fContext.String(),fHashVal);
64 && fContext == right.fContext
76 || fContext != right.fContext
85 if (ctx) *ctx = fContext;
/haiku/src/apps/webpositive/
H A DBrowserApp.h83 BReference<BPrivate::Network::BUrlContext> fContext; member in class:BrowserApp
H A DBrowserApp.cpp79 fContext(NULL),
104 fContext = new BPrivate::Network::BUrlContext();
107 fContext->SetCookieJar(
245 fCookieWindow = new CookieWindow(cookieWindowFrame, fContext->GetCookieJar());
273 fSettings, url, fContext);
459 BPrivate::Network::BNetworkCookieJar& cookieJar = fContext->GetCookieJar();
568 url, fContext);
/haiku/headers/private/netservices/
H A DUrlRequest.h66 BReference<BUrlContext> fContext; member in class:BPrivate::Network::BUrlRequest

Completed in 149 milliseconds

12