Searched refs:controlBuf (Results 1 – 1 of 1) sorted by relevance
139 char controlBuf[FTP_BUF_SIZE + 1]; member602 memmove(&ctxt->controlBuf[0], &ctxt->controlBuf[ctxt->controlBufIndex], in xmlNanoFTPGetMore()619 if ((len = recv(ctxt->controlFd, &ctxt->controlBuf[ctxt->controlBufIndex], in xmlNanoFTPGetMore()632 ctxt->controlBuf[ctxt->controlBufUsed] = 0; in xmlNanoFTPGetMore()665 ptr = &ctxt->controlBuf[ctxt->controlBufIndex]; in xmlNanoFTPReadResponse()666 end = &ctxt->controlBuf[ctxt->controlBufUsed]; in xmlNanoFTPReadResponse()682 ctxt->controlBufAnswer = ptr - ctxt->controlBuf; in xmlNanoFTPReadResponse()697 ctxt->controlBufIndex = ptr - ctxt->controlBuf; in xmlNanoFTPReadResponse()699 ptr = &ctxt->controlBuf[ctxt->controlBufIndex]; in xmlNanoFTPReadResponse()1431 cur = &ctxt->controlBuf[ctxt->controlBufAnswer]; in xmlNanoFTPGetConnection()