Searched refs:controlBuf (Results 1 – 2 of 2) sorted by relevance
163 char controlBuf[FTP_BUF_SIZE + 1]; member628 memmove(&ctxt->controlBuf[0], &ctxt->controlBuf[ctxt->controlBufIndex], in xmlNanoFTPGetMore()645 if ((len = recv(ctxt->controlFd, &ctxt->controlBuf[ctxt->controlBufIndex], in xmlNanoFTPGetMore()658 ctxt->controlBuf[ctxt->controlBufUsed] = 0; in xmlNanoFTPGetMore()691 ptr = &ctxt->controlBuf[ctxt->controlBufIndex]; in xmlNanoFTPReadResponse()692 end = &ctxt->controlBuf[ctxt->controlBufUsed]; in xmlNanoFTPReadResponse()708 ctxt->controlBufAnswer = ptr - ctxt->controlBuf; in xmlNanoFTPReadResponse()723 ctxt->controlBufIndex = ptr - ctxt->controlBuf; in xmlNanoFTPReadResponse()725 ptr = &ctxt->controlBuf[ctxt->controlBufIndex]; in xmlNanoFTPReadResponse()1470 cur = &ctxt->controlBuf[ctxt->controlBufAnswer]; in xmlNanoFTPGetConnection()
132 char controlBuf[FTP_BUF_SIZE + 1]; member597 memmove(&ctxt->controlBuf[0], &ctxt->controlBuf[ctxt->controlBufIndex], in xmlNanoFTPGetMore()614 if ((len = recv(ctxt->controlFd, &ctxt->controlBuf[ctxt->controlBufIndex], in xmlNanoFTPGetMore()627 ctxt->controlBuf[ctxt->controlBufUsed] = 0; in xmlNanoFTPGetMore()660 ptr = &ctxt->controlBuf[ctxt->controlBufIndex]; in xmlNanoFTPReadResponse()661 end = &ctxt->controlBuf[ctxt->controlBufUsed]; in xmlNanoFTPReadResponse()677 ctxt->controlBufAnswer = ptr - ctxt->controlBuf; in xmlNanoFTPReadResponse()692 ctxt->controlBufIndex = ptr - ctxt->controlBuf; in xmlNanoFTPReadResponse()694 ptr = &ctxt->controlBuf[ctxt->controlBufIndex]; in xmlNanoFTPReadResponse()1438 cur = &ctxt->controlBuf[ctxt->controlBufAnswer]; in xmlNanoFTPGetConnection()