Lines Matching defs:in
95 static const char *scram_unescape_username(const char *in)
100 for (; *in != '\0'; in++) {
101 i_assert(in[0] != ','); /* strsplit should have caught this */
103 if (in[0] == '=') {
104 if (in[1] == '2' && in[2] == 'C')
106 else if (in[1] == '3' && in[2] == 'D')
110 in += 2;
112 str_append_c(out, *in);
151 ;; not defined in this document