4 FixedBuf(const char * str)
\r
6 int len = strlen(str);
\r
8 result.ptr = (char *)str;
\r
17 MatrixClient * client,
\r
24 MatrixClientLoginPassword(
\r
25 MatrixClient * client,
\r
26 FixedBuffer username,
\r
27 FixedBuffer password
\r
33 MatrixClientGetAccessToken(
\r
34 MatrixClient * client,
\r
35 FixedBuffer * outBuffer
\r