FTP_BUF_SIZE 139 third_party/libxml/src/nanoftp.c char controlBuf[FTP_BUF_SIZE + 1]; FTP_BUF_SIZE 572 third_party/libxml/src/nanoftp.c if ((ctxt->controlBufIndex < 0) || (ctxt->controlBufIndex > FTP_BUF_SIZE)) { FTP_BUF_SIZE 581 third_party/libxml/src/nanoftp.c if ((ctxt->controlBufUsed < 0) || (ctxt->controlBufUsed > FTP_BUF_SIZE)) { FTP_BUF_SIZE 607 third_party/libxml/src/nanoftp.c size = FTP_BUF_SIZE - ctxt->controlBufUsed;