Searched defs:context (Results 176 - 189 of 189) sorted by last modified time

12345678

/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DAuthenticationServer.cpp33 AuthenticationServer::GetAuthentication(const char* context, const char* server, argument
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/
H A DFileSystem.cpp39 FileSystem::InitRequestThreadContext(RequestThreadContext* context) argument
H A DRequestThread.cpp169 RequestThread::SetContext(RequestThreadContext* context) argument
/haiku/src/add-ons/mail_daemon/inbound_protocols/pop3/
H A Dmd5c.c103 void MD5Init (MD5_CTX *context) argument
119 MD5Update(MD5_CTX *context, unsigned char *input, unsigned int inputLen) argument
161 MD5Final(unsigned char digest[16], MD5_CTX *context) argument
335 MD5_CTX context; local
[all...]
/haiku/src/add-ons/mail_daemon/outbound_protocols/smtp/
H A Dmd5c.c103 void MD5_Init (MD5_CTX *context) argument
119 MD5_Update(MD5_CTX *context, unsigned char *input, unsigned int inputLen) argument
161 MD5_Final(unsigned char digest[16], MD5_CTX *context) argument
[all...]
/haiku/src/apps/cortex/Persistence/
H A DIPersistent.h174 xmlImportChildBegin( const char* name, ImportContext& context) argument
181 xmlImportChildAttribute( const char* key, const char* value, ImportContext& context) argument
186 xmlImportChildContent( const char* data, uint32 length, ImportContext& context) argument
191 xmlImportChildComplete( const char* name, ImportContext& context) argument
[all...]
H A DImporter.cpp161 const ImportContext& Importer::context() const { function in class:Importer
107 Importer( ImportContext* context) argument
138 Importer( ImportContext* context, IPersistent* rootObject, XML::DocumentType* docType) argument
H A DStringContent.cpp66 xmlImportBegin( ImportContext& context) argument
69 xmlImportAttribute( const char* key, const char* value, ImportContext& context) argument
74 xmlImportContent( const char* data, uint32 length, ImportContext& context) argument
81 xmlImportChild( IPersistent* child, ImportContext& context) argument
87 xmlImportComplete( ImportContext& context) argument
[all...]
H A DXML.cpp156 Read( BDataIO* stream, IPersistent** outObject, ImportContext* context) argument
194 Read( BDataIO* stream, IPersistent* rootObject, XML::DocumentType* documentType, ImportContext* context) argument
[all...]
H A Dxml_export_utils.h53 pad_with_spaces( ostream& str, const char* text, ExportContext& context, uint16 column=30) argument
71 write_attr( const char* key, T value, ostream& stream, ExportContext& context) argument
/haiku/src/apps/cortex/Persistence/Wrappers/
H A DFlatMessageIO.cpp157 xmlImportBegin( ImportContext& context) argument
163 xmlImportAttribute( const char* key, const char* value, ImportContext& context) argument
173 xmlImportContent( const char* data, uint32 length, ImportContext& context) argument
180 xmlImportChild( IPersistent* child, ImportContext& context) argument
187 xmlImportComplete( ImportContext& context) argument
[all...]
H A DMessageIO.cpp218 xmlImportBegin( ImportContext& context) argument
230 xmlImportAttribute( const char* key, const char* value, ImportContext& context) argument
243 xmlImportContent( const char* data, uint32 length, ImportContext& context) argument
248 xmlImportChild( IPersistent* child, ImportContext& context) argument
267 xmlImportComplete( ImportContext& context) argument
270 xmlImportChildBegin( const char* name, ImportContext& context) argument
291 xmlImportChildAttribute( const char* key, const char* value, ImportContext& context) argument
302 xmlImportChildContent( const char* data, uint32 length, ImportContext& context) argument
310 xmlImportChildComplete( const char* name, ImportContext& context) argument
447 _exportField( ExportContext& context, BMessage* message, type_code type, const char* name, int32 index) const argument
[all...]
/haiku/src/apps/cortex/RouteApp/
H A DConnectionIO.cpp72 ConnectionIO( const Connection* con, const NodeManager* manager, const NodeSetIOContext* context) argument
141 instantiate( NodeManager* manager, const NodeSetIOContext* context, Connection* outCon) argument
398 xmlImportBegin( ImportContext& context) argument
401 xmlImportAttribute( const char* key, const char* value, ImportContext& context) argument
406 xmlImportContent( const char* data, uint32 length, ImportContext& context) argument
411 xmlImportChild( IPersistent* child, ImportContext& context) argument
495 xmlImportComplete( ImportContext& context) argument
501 xmlImportChildBegin( const char* name, ImportContext& context) argument
523 xmlImportChildComplete( const char* name, ImportContext& context) argument
[all...]
/haiku/src/add-ons/kernel/drivers/audio/echo/
H A Decho.h50 ECHOGALS_MIDI_IN_CONTEXT context; member in struct:_midi_dev

Completed in 117 milliseconds

12345678