Searched refs:USERNAME_LENGTH (Results 1 – 2 of 2) sorted by relevance
14 #define USERNAME_LENGTH 12 // Max length of user name macro18 char username[USERNAME_LENGTH + 1];
30 const uint32_t USERNAME_LENGTH = 16; variable267 std::min(static_cast<uint32_t>(username_attr->length()), USERNAME_LENGTH); in OnExternalPacket()