Searched refs:maxline (Results 1 – 7 of 7) sorted by relevance
64 OCSP_REQ_CTX *OCSP_REQ_CTX_new(BIO *io, int maxline) in OCSP_REQ_CTX_new() argument74 if (maxline > 0) in OCSP_REQ_CTX_new()75 rctx->iobuflen = maxline; in OCSP_REQ_CTX_new()180 int maxline) in OCSP_sendreq_new() argument184 rctx = OCSP_REQ_CTX_new(io, maxline); in OCSP_sendreq_new()
101 maxline = MAXLINE variable in FTP212 line = self.file.readline(self.maxline + 1)213 if len(line) > self.maxline:214 raise Error("got more than %d bytes" % self.maxline)465 line = fp.readline(self.maxline + 1)466 if len(line) > self.maxline:467 raise Error("got more than %d bytes" % self.maxline)526 buf = fp.readline(self.maxline + 1)527 if len(buf) > self.maxline:528 raise Error("got more than %d bytes" % self.maxline)
328 maxline = 1 << 16345 check('x' * (maxline - 1))346 check('x' * (maxline - 1) + '\r')347 check('x' * (maxline - 1) + '\r' + 'y' * (maxline - 1))
816 'x' * self.client.maxline * 2)819 self.client.sendcmd('SETLONGRETR %d' % (self.client.maxline * 2))825 f = io.BytesIO(b'x' * self.client.maxline * 2)
20 int maxline);42 response header maximum line length of B<maxline>. If B<maxline> is zero a
72 static int maxline();221 int const length = maxline() + 9; in execnt_unit_test()321 return check_cmd_for_too_long_lines( command->value, maxline(), in exec_check()587 static int maxline() in maxline() function
153 int maxline);156 OCSP_REQ_CTX *OCSP_REQ_CTX_new(BIO *io, int maxline);