Searched refs:provider (Results 1 – 11 of 11) sorted by relevance
/haiku/src/preferences/mail/ |
H A D | AutoConfig.cpp | 15 BString provider = ExtractProvider(email); in GetInfoFromMailAddress() local 18 if (LoadProviderInfo(provider, info) == B_OK) in GetInfoFromMailAddress() 22 if (GetMXRecord(provider.String(), info) == B_OK) in GetInfoFromMailAddress() 26 GuessServerName(provider.String(), info); in GetInfoFromMailAddress() 32 AutoConfig::GetMXRecord(const char* provider, provider_info *info) in GetMXRecord() argument 36 if (dnsQuery.GetMXRecords(provider, &mxList) != B_OK) in GetMXRecord() 56 AutoConfig::GuessServerName(const char* provider, provider_info* info) in GuessServerName() argument 59 info->imap_server += provider; in GuessServerName() 61 info->pop_server += provider; in GuessServerName() 63 info->smtp_server += provider; in GuessServerName() [all …]
|
H A D | AutoConfig.h | 47 BString provider; member 74 status_t GetMXRecord(const char* provider, provider_info *info); 75 status_t GuessServerName(const char* provider, 79 status_t LoadProviderInfo(const BString &provider, provider_info* info);
|
H A D | AutoConfigView.cpp | 263 BString provider; in IsValidMailAddress() local 264 email.CopyInto(provider, atPos + 1, email.Length() - atPos); in IsValidMailAddress() 265 if (provider.FindLast(".") < 0) in IsValidMailAddress()
|
/haiku/src/preferences/mail/ProviderInfo/ |
H A D | ReadMe | 1 The provider database is simply a collection of files with attributes. To add 2 new provider to the image rdef files are used. In the jam file you have to add 3 the new provider name. Here an example rdef file:
|
/haiku/src/kits/media/ |
H A D | DecoderPlugin.cpp | 37 Decoder::SetChunkProvider(ChunkProvider *provider) in SetChunkProvider() argument 40 fChunkProvider = provider; in SetChunkProvider()
|
H A D | MediaDecoder.cpp | 213 } * provider = new(std::nothrow) MediaDecoderChunkProvider(this); in AttachToDecoder() local 215 if (!provider) in AttachToDecoder() 218 fDecoder->SetChunkProvider(provider); in AttachToDecoder()
|
/haiku/headers/private/media/ |
H A D | DecoderPlugin.h | 46 void SetChunkProvider(ChunkProvider* provider);
|
/haiku/src/kits/package/manager/ |
H A D | PackageManager.cpp | 880 BDecisionProvider provider; in DownloadPackage() local 881 BContext context(provider, *this); in DownloadPackage() 890 BDecisionProvider provider; in RefreshRepository() local 891 BContext context(provider, *this); in RefreshRepository()
|
/haiku/build/jam/images/definitions/ |
H A D | regular | 357 # Add mail provider infos.
|
/haiku/data/system/data/fortunes/ |
H A D | Fortunes | 596 You seek to shield those you love and you like the role of the provider.
|
/haiku/docs/user/ |
H A D | Doxyfile | 1482 # an umbrella under which multiple documentation sets from a single provider 1490 # an umbrella under which multiple documentation sets from a single provider
|