Home
last modified time | relevance | path

Searched refs:actualbuf (Results 1 – 4 of 4) sorted by relevance

/dports/security/krb5-appl/krb5-appl-1.0.3/gssftp/ftpd/
H A Dftpcmd.y76 unsigned int maxbuf, actualbuf; variable
267 actualbuf = (unsigned int) atol($3);
270 while ((ucbuf = (unsigned char *)malloc(actualbuf)) == NULL)
271 if (actualbuf)
272 lreply(200, "Trying %u", actualbuf >>= 2);
278 reply(200, "PBSZ=%u", maxbuf = actualbuf);
/dports/security/krb5-appl/krb5-appl-1.0.3/gssftp/ftp/
H A Dftp.c146 unsigned int maxbuf, actualbuf; variable
2081 actualbuf = size; in setpbsz()
2082 while ((ucbuf = (unsigned char *)malloc(actualbuf)) == NULL) in setpbsz()
2083 if (actualbuf) in setpbsz()
2084 actualbuf >>= 2; in setpbsz()
2092 if (command("PBSZ %u", actualbuf) != COMPLETE) in setpbsz()
2095 if ((maxbuf = (unsigned int) atol(reply_parse)) > actualbuf) in setpbsz()
2096 maxbuf = actualbuf; in setpbsz()
2097 } else maxbuf = actualbuf; in setpbsz()
/dports/devel/libvirt/libvirt-7.10.0/tests/
H A Dqemublocktest.c505 g_auto(virBuffer) actualbuf = VIR_BUFFER_INITIALIZER; in testQemuImageCreate()
565 virBufferStrcat(&actualbuf, "protocol:\n", NULLSTR(jsonprotocol), in testQemuImageCreate()
567 virBufferTrim(&actualbuf, "\n"); in testQemuImageCreate()
568 virBufferAddLit(&actualbuf, "\n"); in testQemuImageCreate()
572 if (!(actual = virBufferContentAndReset(&actualbuf))) in testQemuImageCreate()
/dports/comms/kermit/kermit-9.0.305.04/
H A Dckcftp.c1016 static unsigned int maxbuf = 0, actualbuf = 0; variable
10158 actualbuf = DEFAULT_PBSZ;
10159 while (actualbuf && (ucbuf = (CHAR *)malloc(actualbuf)) == NULL)
10160 actualbuf >>= 2;
14305 actualbuf = size;
14307 if (actualbuf)
14308 actualbuf /= 2;
14312 ucbufsiz = actualbuf - FUDGE_FACTOR;
14320 maxbuf = actualbuf;
14354 maxbuf = actualbuf;
[all …]