Searched refs:context (Results 201 - 225 of 343) sorted by relevance

1234567891011>>

/haiku/headers/os/locale/
H A DCatalogData.h35 const char* context = NULL,
52 const char* context = NULL,
/haiku/src/kits/package/
H A DAddRepositoryRequest.cpp28 AddRepositoryRequest::AddRepositoryRequest(const BContext& context, argument
31 inherited(context),
H A DActivateRepositoryConfigJob.cpp24 const BContext& context, const BString& title,
28 inherited(context, title),
23 ActivateRepositoryConfigJob( const BContext& context, const BString& title, const BEntry& archivedRepoInfoEntry, const BString& repositoryBaseURL, const BDirectory& targetDirectory) argument
/haiku/src/kits/network/libnetservices/
H A DNetworkRequest.cpp20 BUrlProtocolListener* listener, BUrlContext* context,
23 BUrlRequest(url, output, listener, context, threadName, protocolName),
19 BNetworkRequest(const BUrl& url, BDataIO* output, BUrlProtocolListener* listener, BUrlContext* context, const char* threadName, const char* protocolName) argument
H A DDataRequest.cpp22 BUrlContext* context)
24 BUrlRequest(url, output, listener, context, "data URL parser", "data"),
20 BDataRequest(const BUrl& url, BDataIO* output, BUrlProtocolListener* listener, BUrlContext* context) argument
/haiku/src/kits/debugger/debugger_interface/local/
H A DLocalDebuggerInterface.cpp83 fLock("debug context pool"),
97 while (DebugContext* context = fFreeContexts.RemoveHead())
98 delete context;
110 fBlockSem = create_sem(0, "debug context pool block");
115 DebugContext* context; local
116 error = _CreateDebugContext(context);
120 fFreeContexts.Add(context);
132 DebugContext* context = it.Next();) {
133 context->Close();
137 DebugContext* context
145 DebugContext* context = fFreeContexts.RemoveHead(); local
166 PutContext(DebugContext* context) argument
182 DebugContext* context = new(std::nothrow) DebugContext; local
[all...]
/haiku/src/add-ons/mail_daemon/outbound_protocols/smtp/
H A DSMTP.cpp81 MD5_CTX context; local
124 MD5_Init(&context); /* init context for 1st
126 MD5_Update(&context, k_ipad, 64); /* start with inner pad */
127 MD5_Update(&context, (unsigned char*)text, text_len); /* then text of datagram */
128 MD5_Final(digest, &context); /* finish up 1st pass */
132 MD5_Init(&context); /* init context for 2nd
134 MD5_Update(&context, k_opad, 64); /* start with outer pad */
135 MD5_Update(&context, diges
165 MD5_CTX context; local
[all...]
/haiku/src/apps/cortex/Persistence/
H A DImporter.cpp108 ImportContext* context) :
113 m_context(context),
139 ImportContext* context,
146 m_context(context),
160 // the import context
161 const ImportContext& Importer::context() const { function in class:Importer
171 // context().state() == ImportContext::COMPLETE, or
107 Importer( ImportContext* context) argument
138 Importer( ImportContext* context, IPersistent* rootObject, XML::DocumentType* docType) argument
/haiku/src/add-ons/kernel/busses/mmc/
H A Dsdhci_acpi.cpp41 sdhci_acpi_scan_parse_callback(ACPI_RESOURCE *res, void *context) argument
43 struct sdhci_crs* crs = (struct sdhci_crs*)context;
140 SdhciDevice* context = (SdhciDevice*)cookie; local
141 device_node* parent = gDeviceManager->get_parent_node(context->fNode);
174 if (gDeviceManager->register_node(context->fNode,
H A Dsdhci.cpp663 SdhciDevice* context = (SdhciDevice*)cookie; local
666 device_node* parent = gDeviceManager->get_parent_node(context->fNode);
688 SdhciDevice* context = new(std::nothrow)SdhciDevice; local
689 if (context == NULL)
691 context->fNode = node;
692 *device_cookie = context;
704 return init_device_pci(node, context);
712 SdhciDevice* context = (SdhciDevice*)device_cookie; local
713 device_node* parent = gDeviceManager->get_parent_node(context->fNode);
721 uninit_device_pci(context, paren
[all...]
/haiku/src/kits/debugger/arch/
H A DArchitecture.cpp51 Architecture::InitRegisterRules(CfaContext& context) const
81 context.RegisterRule(dwarfReg)->SetToValueOffset(0);
86 context.RegisterRule(dwarfReg)->SetToSameValue();
/haiku/src/add-ons/kernel/bus_managers/acpi/
H A DEmbeddedController.h211 void *context);
214 void *context, void **return_Context);
218 void *context, void *regionContext);
H A DEmbeddedController.cpp570 EcGpeQueryHandler(void* context) argument
572 struct acpi_ec_cookie* sc = (struct acpi_ec_cookie*)context;
575 ASSERT(context != NULL);
592 called from an unknown lock context.
595 EcGpeHandler(acpi_handle gpeDevice, uint32 gpeNumber, void* context) argument
597 struct acpi_ec_cookie* sc = (acpi_ec_cookie*)context;
599 ASSERT(context != NULL);//, ("EcGpeHandler called with NULL"));
615 context);
626 EcSpaceSetup(acpi_handle region, uint32 function, void* context, argument
630 // just pass the context throug
641 EcSpaceHandler(uint32 function, acpi_physical_address address, uint32 width, int* value, void* context, void* regionContext) argument
[all...]
H A DACPIPrivate.h47 void* context);
68 void *context);
148 void* context);
184 acpi_notify_handler handler, void* context);
231 acpi_walk_callback ascendingCallback, void* context, void** returnValue);
248 acpi_walk_resources_callback callback, void* context);
H A DBusManager.cpp61 get_device_by_hid_callback(ACPI_HANDLE object, UINT32 depth, void* context, argument
64 uint32* counter = (uint32*)context;
67 TRACE("get_device_by_hid_callback %p, %d, %p\n", object, depth, context);
96 void* context)
154 static void globalNotifyHandler(ACPI_HANDLE device, UINT32 value, void* context) argument
325 acpi_notify_handler handler, void *context)
328 (ACPI_NOTIFY_HANDLER)handler, context) == AE_OK ? B_OK : B_ERROR;
734 acpi_walk_resources_callback callback, void* context)
737 (ACPI_WALK_RESOURCE_CALLBACK)callback, context);
744 acpi_walk_callback ascendingCallback, void* context, voi
95 globalGPEHandler(UINT32 eventType, ACPI_HANDLE device, UINT32 eventNumber, void* context) argument
324 install_notify_handler(acpi_handle device, uint32 handlerType, acpi_notify_handler handler, void *context) argument
733 walk_resources(acpi_handle busDeviceHandle, char* method, acpi_walk_resources_callback callback, void* context) argument
742 walk_namespace(acpi_handle busDeviceHandle, uint32 objectType, uint32 maxDepth, acpi_walk_callback descendingCallback, acpi_walk_callback ascendingCallback, void* context, void** returnValue) argument
[all...]
/haiku/src/add-ons/kernel/drivers/wmi/
H A DWMIPrivate.h62 acpi_notify_handler handler, void* context);
118 acpi_notify_handler handler, void* context);
129 uint32 value, void *context);
/haiku/src/tools/fs_shell/
H A Dfd.h96 extern bool fd_close_on_exec(struct io_context *context, int fd);
97 extern void fd_set_close_on_exec(struct io_context *context, int fd,
H A Dvfs.h31 /** The I/O context of a process/team, holds the fd array among others */
59 void vfs_exec_io_context(void *context);
61 fssh_status_t vfs_free_io_context(void *context);
H A Dvfs.cpp1269 struct io_context *context = get_current_io_context(kernel); local
1271 fssh_mutex_lock(&context->io_mutex);
1272 start = context->cwd;
1275 fssh_mutex_unlock(&context->io_mutex);
2601 * \param kernel \c true, if the IO context of the kernel shall be used,
2678 // Get current working directory from io context
2679 struct io_context *context = get_current_io_context(false); local
2682 fssh_mutex_lock(&context->io_mutex);
2684 if (context->cwd != NULL) {
2685 *_mountID = context
2794 struct io_context *context = (struct io_context *)_context; local
2828 struct io_context *context; local
2896 struct io_context *context = (struct io_context *)_ioContext; local
3545 struct io_context *context = get_current_io_context(kernel); local
3559 struct io_context *context = get_current_io_context(kernel); local
3591 struct io_context *context = get_current_io_context(kernel); local
5013 struct io_context *context = get_current_io_context(kernel); local
5033 struct io_context *context; local
[all...]
/haiku/src/add-ons/kernel/busses/random/ccp/
H A Dccp_acpi.cpp39 ccp_scan_parse_callback(ACPI_RESOURCE *res, void *context) argument
41 struct ccp_crs* crs = (struct ccp_crs*)context;
/haiku/src/kits/locale/
H A DLocaleRoster.cpp483 Attribute format: "signature:context:string"
484 (no colon in any of signature, context and string)
494 BString context; local
497 status_t status = _PrepareCatalogEntry(ref, signature, context, string,
513 const char* temp = catalog.GetString(string, context);
566 BString& context, BString& string, bool traverse)
586 context = signature;
590 context.Truncate(last);
591 context.Remove(0, first + 1);
594 if (signature.Length() == 0 || context
565 _PrepareCatalogEntry(const entry_ref& ref, BString& signature, BString& context, BString& string, bool traverse) argument
[all...]
/haiku/src/system/libnetwork/netresolv/dst/
H A Ddst_internal.h90 int (*sign)(const int mode, DST_KEY *key, void **context,
93 int (*verify)(const int mode, DST_KEY *key, void **context,
/haiku/src/add-ons/media/plugins/ffmpeg/
H A DAVFormatReader.cpp256 // Allocate I/O context with buffer and hook functions, pass ourself as
270 // Allocate our context and probe the input format
273 // avformat_open_input() frees the context in case of failure
327 TRACE(" context stream index: %" B_PRId32 "\n", streamIndex);
363 // Figure out the stream count. If the context has "AVPrograms", use
967 get_channel_count(AVCodecParameters* context) argument
970 return context->ch_layout.nb_channels;
972 return context->channels;
978 get_channel_mask(AVCodecParameters* context) argument
981 return context
1561 const AVFormatContext* context = fStreams[0]->Context(); local
1620 const AVFormatContext* context = fStreams[0]->Context(); local
[all...]
/haiku/src/system/libroot/posix/glibc/regex/
H A Dregex_internal.h306 unsigned int constraint : 10; /* context constraint */
357 /* The context of mbs[0]. We store the context independently, since
358 the context of mbs[0] may be different from raw_mbs[0], which is
482 #define NOT_SATISFY_PREV_CONSTRAINT(constraint,context) \
483 ((((constraint) & PREV_WORD_CONSTRAINT) && !IS_WORD_CONTEXT (context)) \
484 || ((constraint & PREV_NOTWORD_CONSTRAINT) && IS_WORD_CONTEXT (context)) \
485 || ((constraint & PREV_NEWLINE_CONSTRAINT) && !IS_NEWLINE_CONTEXT (context))\
486 || ((constraint & PREV_BEGBUF_CONSTRAINT) && !IS_BEGBUF_CONTEXT (context)))
488 #define NOT_SATISFY_NEXT_CONSTRAINT(constraint,context) \
502 unsigned int context : 4; member in struct:re_dfastate_t
[all...]
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/
H A DFileSystem.h37 RequestThreadContext* context);

Completed in 160 milliseconds

1234567891011>>