Home
last modified time | relevance | path

Searched refs:xobuf_len (Results 1 – 2 of 2) sorted by relevance

/dports/net/c3270/suite3270-4.0/Common/
H A Dtelnet.c3010 static int xobuf_len = 0; in net_output() local
3042 while (xobuf_len < (obptr - BSTART + 1) * 2) { in net_output()
3043 xobuf_len += BUFSZ; in net_output()
3047 Replace(xobuf, (unsigned char *)Malloc(xobuf_len)); in net_output()
/dports/x11/x3270/suite3270-4.0/Common/
H A Dtelnet.c3010 static int xobuf_len = 0; in net_output() local
3042 while (xobuf_len < (obptr - BSTART + 1) * 2) { in net_output()
3043 xobuf_len += BUFSZ; in net_output()
3047 Replace(xobuf, (unsigned char *)Malloc(xobuf_len)); in net_output()