auth-stream.c revision 146e7e3fabdd843d50680cdb6e4f7829890f5fcf
/* Copyright (c) 2005-2009 Dovecot authors, see the included COPYING file */
#include "auth-common.h"
#include "str.h"
#include "strescape.h"
#include "ostream.h"
#include "auth-request.h"
#include "auth-stream.h"
struct auth_stream_reply {
};
{
struct auth_stream_reply *reply;
return reply;
}
{
}
/* escape dangerous characters in the value */
}
}
{
i = 0;
while (str[i] != '\0') {
start = i;
for (; str[i] != '\0'; i++) {
if (str[i] == '\t') {
i++;
break;
}
}
break;
}
}
}
{
}
{
}
{
}
{
}
{
}
{
}