Home
last modified time | relevance | path

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

/dports/mail/thunderbird/thunderbird-91.8.0/comm/mailnews/base/src/
H A DnsMsgUtils.h341 NS_MSG_BASE uint64_t MsgUnhex(const char* aHexString, size_t aNumChars);
347 NS_MSG_BASE bool MsgIsHex(const char* aHexString, size_t aNumChars);
H A DnsMsgUtils.cpp1641 NS_MSG_BASE uint64_t MsgUnhex(const char* aHexString, size_t aNumChars) { in MsgUnhex() argument
1643 NS_ASSERTION(aNumChars <= 16, "Hex literal too long to convert!"); in MsgUnhex()
1646 for (size_t i = 0; i < aNumChars; i++) { in MsgUnhex()
1664 NS_MSG_BASE bool MsgIsHex(const char* aHexString, size_t aNumChars) { in MsgIsHex() argument
1665 for (size_t i = 0; i < aNumChars; i++) { in MsgIsHex()