Home
last modified time | relevance | path

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

/dports/irc/kvirc/KVIrc-5.0.0-73-gbdeac0429/src/kvilib/core/
H A DKviCString.h298 int hexToBuffer(char ** buffer, bool bNullToNewlines = false);
302 int base64ToBuffer(char ** buffer, bool bNullToNewlines = false);
H A DKviCString.cpp1229 int KviCString::hexToBuffer(char ** buffer, bool bNullToNewlines) in hexToBuffer() argument
1262 if(bNullToNewlines) in hexToBuffer()