Home
last modified time | relevance | path

Searched refs:BHttpAuthenticationMap (Results 1 – 2 of 2) sorted by relevance

/haiku/headers/private/netservices/
H A DUrlContext.h44 class BHttpAuthenticationMap;
48 BHttpAuthenticationMap* fAuthenticationMap;
/haiku/src/kits/network/libnetservices/
H A DUrlContext.cpp21 class BUrlContext::BHttpAuthenticationMap : public class in BUrlContext
33 fAuthenticationMap = new(std::nothrow) BHttpAuthenticationMap(); in BUrlContext()
44 BHttpAuthenticationMap::Iterator iterator in ~BUrlContext()