Searched refs:context (Results 176 - 200 of 343) sorted by last modified time

1234567891011>>

/haiku/src/kits/package/
H A DAddRepositoryRequest.cpp28 AddRepositoryRequest::AddRepositoryRequest(const BContext& context, argument
31 inherited(context),
/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);
/haiku/headers/private/package/hpkg/
H A DReaderImplBase.h144 AttributeHandlerContext* context,
147 AttributeHandlerContext* context,
175 AttributeHandlerContext* context);
247 AttributeHandlerContext* context, uint8 id,
251 virtual status_t NotifyDone(AttributeHandlerContext* context);
253 virtual status_t Delete(AttributeHandlerContext* context);
273 virtual status_t NotifyDone(AttributeHandlerContext* context);
292 AttributeHandlerContext* context, uint8 id,
296 virtual status_t NotifyDone(AttributeHandlerContext* context);
314 AttributeHandlerContext* context, uint
[all...]
/haiku/src/tools/locale/
H A DPlainTextCatalog.cpp197 std::string context; local
202 // Each line is : "original string \t context \t comment \t translation"
204 if (!std::getline(catalogFile, context,'\t').good()) {
205 fprintf(stderr, "Unable to get context for string %s from %s\n",
227 SetString(originalString.c_str(), translated.c_str(), context.c_str(),
H A DCatalogData.cpp73 const char *context, const char *comment)
72 SetString(const char *string, const char *translated, const char *context, const char *comment) argument
/haiku/src/tests/system/network/tcptester/
H A Dtcptester.cpp26 struct context { struct
33 static int process_command(context *ctx);
36 number(context *ctx)
51 value(context *ctx)
72 repeat(context *ctx)
91 send_packet(context *ctx, size_t bytes)
112 process_command(context *ctx)
153 read_command(context *ctx)
175 context ctx = { *(int *)data, 0 };
/haiku/src/libs/compat/freebsd_iflib/
H A Dmd5c.c131 /* MD5 initialization. Begins an MD5 operation, writing a new context. */
134 MD5Init (context)
135 MD5_CTX *context;
138 context->count[0] = context->count[1] = 0;
141 context->state[0] = 0x67452301;
142 context->state[1] = 0xefcdab89;
143 context->state[2] = 0x98badcfe;
144 context->state[3] = 0x10325476;
150 * context
197 MD5Pad(MD5_CTX *context) argument
220 MD5Final(unsigned char digest[MD5_DIGEST_LENGTH], MD5_CTX *context) argument
[all...]
/haiku/src/libs/compat/freebsd_iflib/compat/sys/
H A D_task.h15 typedef void gtask_fn_t(void *context);
/haiku/src/kits/debugger/arch/x86/
H A DArchitectureX86.cpp285 ArchitectureX86::InitRegisterRules(CfaContext& context) const
287 status_t error = Architecture::InitRegisterRules(context);
292 context.RegisterRule(fToDwarfRegisterMap->MapRegisterIndex(
/haiku/src/kits/debug/arch/sparc/
H A Darch_debug_support.cpp20 arch_debug_get_instruction_pointer(debug_context *context, thread_id thread, argument
25 status_t error = debug_get_cpu_state(context, thread, NULL, &cpuState);
37 arch_debug_get_stack_frame(debug_context *context, void *stackFrameAddress, argument
41 ssize_t bytesRead = debug_read_memory(context, stackFrameAddress,
/haiku/src/bin/pkgman/
H A Dcommand_refresh.cpp89 BContext context(decisionProvider, listener);
103 BRefreshRepositoryRequest refreshRequest(context, repoConfig);
H A Dcommand_add_repo.cpp87 BContext context(decisionProvider, listener);
98 AddRepositoryRequest addRequest(context, repoURLs[i], asUserRepository);
114 BRefreshRepositoryRequest refreshRequest(context, repoConfig);
H A Dcommand_drop_repo.cpp84 BContext context(decisionProvider, listener);
87 DropRepositoryRequest dropRequest(context, repoName);
/haiku/src/add-ons/locale/catalogs/plaintext/
H A DCatalog.cpp244 std::string context; local
249 // Each line is : "original string \t context \t comment \t translation"
251 if (!std::getline(catalogFile, context,'\t').good())
264 SetString(originalString.c_str(), translated.c_str(), context.c_str(),
/haiku/src/add-ons/kernel/drivers/network/wlan/iprowifi2100/dev/ipw/
H A Dif_ipw.c2292 ipw_init_task(void *context, int pending) argument
2294 ipw_init(context);
/haiku/src/add-ons/mail_daemon/inbound_protocols/pop3/
H A DPOP3.cpp813 MD5_CTX context; local
815 MD5Init(&context);
816 MD5Update(&context, in, ::strlen((char*)in));
817 MD5Final(digest, &context);
/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/kits/media/
H A DTimedEventQueuePrivate.h40 void *context,
46 void SetCleanupHook(BTimedEventQueue::cleanup_hook hook, void *context);
H A DTimedEventQueuePrivate.cpp280 void *context,
297 action = (*hook)(&entry->event, context);
326 action = (*hook)(&entry->event, context);
355 action = (*hook)(&entry->event, context);
386 action = (*hook)(&entry->event, context);
498 _event_queue_imp::SetCleanupHook(BTimedEventQueue::cleanup_hook hook, void *context) argument
501 fCleanupHookContext = context;
279 DoForEach(BTimedEventQueue::for_each_hook hook, void *context, bigtime_t eventTime, BTimedEventQueue::time_direction direction, bool inclusive, int32 eventType) argument
H A DMediaEventLooper.cpp520 void *context)
523 ((BMediaEventLooper *)context)->_DispatchCleanUp(event);
519 _CleanUpEntry(const media_timed_event *event, void *context) argument
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dsecurity.h136 * Security context, needed by most security functions
322 const char *path, ntfs_filldir_t callback, void *context);
/haiku/src/system/kernel/arch/x86/
H A Dasm_offsets.cpp98 DEFINE_OFFSET_MACRO(SIGNAL_FRAME_DATA, signal_frame_data, context);
/haiku/src/servers/launch/
H A DJob.h76 virtual bool CheckCondition(ConditionContext& context) const;
/haiku/headers/os/locale/
H A DLocaleRoster.h107 BString& signature, BString& context,
/haiku/headers/os/locale/tools/
H A DCollectingCatalog.h15 #define B_TRANSLATE_CONTEXT(string, context) \
16 B_CATKEY((string), (context))
23 #define B_TRANSLATE_ALL(string, context, comment) \
24 B_CATKEY((string), (context), (comment))
39 #define B_TRANSLATE_MARK_CONTEXT(string, context) \
40 B_CATKEY((string), (context))
47 #define B_TRANSLATE_MARK_ALL(string, context, comment) \
48 B_CATKEY((string), (context), (comment))
63 #define B_TRANSLATE_MARK_CONTEXT_VOID(string, context) \
64 B_CATKEY((string), (context))
[all...]

Completed in 151 milliseconds

1234567891011>>