Searched defs:source (Results 1 - 25 of 267) sorted by relevance

1234567891011

/haiku/src/system/libroot/posix/wchar/
H A Dwcslcpy.c11 __wcslcpy(wchar_t* dest, const wchar_t* source, size_t maxLength) argument
H A Dwcslcat.c19 __wcslcat(wchar_t* dest, const wchar_t* source, size_t maxLength) argument
/haiku/src/libs/icon/transformer/
H A DTransformerFactory.cpp28 TransformerFactory::TransformerFor(uint32 type, VertexSource& source, Shape* shape) argument
46 TransformerFactory::TransformerFor(BMessage* message, VertexSource& source, Shape* shape) argument
[all...]
/haiku/src/add-ons/kernel/network/stack/
H A Dsimple_net_buffer.h15 struct sockaddr_storage source; member in struct:simple_net_buffer::__anon2547
/haiku/src/system/libroot/posix/string/
H A Dmemccpy.c16 const uint8 *source = (const uint8 *)_source; local
H A Dstrlcat.c19 strlcat(char *dest, const char *source, size_t maxLength) argument
/haiku/src/kits/debugger/source_language/c_family/
H A DCLanguageFamilySyntaxHighlighter.cpp33 CLanguageFamilySyntaxHighlighter::ParseText(LineDataSource* source, argument
/haiku/src/add-ons/media/plugins/http_streamer/
H A DHTTPStreamerPlugin.cpp27 HTTPStreamer::Sniff(const BUrl& url, BDataIO** source) argument
/haiku/src/add-ons/media/plugins/rtsp_streamer/
H A DRTSPStreamerPlugin.cpp18 RTSPStreamer::Sniff(const BUrl& url, BDataIO** source) argument
/haiku/src/add-ons/media/plugins/dvd_streamer/
H A DDVDStreamerPlugin.cpp31 DVDStreamer::Sniff(const BUrl& url, BDataIO** source) argument
/haiku/headers/libs/agg/
H A Dagg_conv_transform.h32 conv_transform(VertexSource& source, const Transformer& tr) : argument
34 void attach(VertexSource& source) { m_source = &source; } argument
H A Dagg_conv_unclose_polygon.h28 void attach(VertexSource& source) { m_source = &source; } argument
/haiku/src/tests/add-ons/kernel/file_systems/cdda/
H A Dcdda_text.cpp21 user_memcpy(void *dest, const void *source, size_t length) argument
/haiku/src/kits/shared/
H A DAttributeUtilities.cpp23 CopyAttributes(BNode& source, BNode& destination) argument
/haiku/src/servers/app/drawing/interface/remote/
H A DNetSender.cpp23 NetSender::NetSender(BNetEndpoint *endpoint, StreamingRingBuffer *source) argument
/haiku/src/kits/debugger/debug_info/
H A DFunctionInstance.cpp68 FunctionInstance::SetSourceCode(DisassembledCode* source, argument
/haiku/src/apps/serialconnect/
H A DFileSender.cpp21 RawSender::RawSender(BDataIO* source, BSerialPort* sink, BHandler* listener) argument
/haiku/src/system/kernel/
H A Dconvertutf.cpp59 utf16_to_utf8(const uint16* source, size_t sourceCodeUnitCount, char* target, argument
121 utf16le_to_utf8(const uint16* source, size_t sourceCodeUnitCount, argument
130 utf16be_to_utf8(const uint16* source, size_t sourceCodeUnitCount, argument
[all...]
/haiku/src/tests/system/network/icmp/
H A Dicmp_dumper.cpp34 struct sockaddr_in source; local
/haiku/src/kits/game/
H A DGSUtility.cpp96 media_to_gs_format(gs_audio_format* dest, media_raw_audio_format* source) argument
/haiku/src/add-ons/kernel/file_systems/bindfs/
H A DVolume.cpp52 const char* source = NULL; local
[all...]
/haiku/src/add-ons/kernel/network/protocols/ipv6/
H A Dipv6_utils.h37 ipv6_checksum(const struct in6_addr* source, argument
/haiku/src/apps/icon-o-matic/import_export/flat_icon/
H A DRDefExporter.cpp43 RDefExporter::_Export(const uint8* source, size_t sourceSize, BPositionIO* stream) const argument
H A DSourceExporter.cpp44 SourceExporter::_Export(const uint8* source, size_t sourceSize, argument
/haiku/src/apps/mediaplayer/media_node_framework/audio/
H A DAudioAdapter.cpp27 AudioAdapter::AudioAdapter(AudioReader* source, const media_format& format) argument
[all...]

Completed in 108 milliseconds

1234567891011