Home
last modified time | relevance | path

Searched refs:_H (Results 1 – 4 of 4) sorted by relevance

/haiku/src/data/settings/tracker_new_templates/
H A DC++ header5 #ifndef _H
6 #define _H
20 #endif // _H
/haiku/src/kits/network/libnetservices/
H A DHttpAuthentication.cpp298 fDigestCnonce = _H(fDigestOpaque); in Authorization()
421 A1 = _H(A1); in _DigestResponse()
431 PRINT(("HttpAuth: > H(A1) = %s\n", _H(A1).String())); in _DigestResponse()
432 PRINT(("HttpAuth: > H(A2) = %s\n", _H(A2).String())); in _DigestResponse()
439 << ":auth:" << _H(A2); in _DigestResponse()
443 BString response = _KD(_H(A1), secretResp); in _DigestResponse()
451 BHttpAuthentication::_H(const BString& value) const in _H() function in BHttpAuthentication
488 return _H(encode); in _KD()
/haiku/headers/private/netservices/
H A DHttpAuthentication.h88 BString _H(const BString& value) const;
/haiku/src/apps/midiplayer/
H A DMidiPlayerWindow.cpp42 #define _H(a) (a->Frame().Height()) macro