Searched refs:controlBufUsed (Results 1 – 1 of 1) sorted by relevance
134 int controlBufUsed; member479 ret->controlBufUsed = 0; in xmlNanoFTPNewCtxt()512 ctxt->controlBufUsed = -1; in xmlNanoFTPFreeCtxt()576 if ((ctxt->controlBufUsed < 0) || (ctxt->controlBufUsed > FTP_BUF_SIZE)) { in xmlNanoFTPGetMore()580 ctxt->controlBufUsed); in xmlNanoFTPGetMore()584 if (ctxt->controlBufIndex > ctxt->controlBufUsed) { in xmlNanoFTPGetMore()588 ctxt->controlBufIndex, ctxt->controlBufUsed); in xmlNanoFTPGetMore()598 ctxt->controlBufUsed - ctxt->controlBufIndex); in xmlNanoFTPGetMore()599 ctxt->controlBufUsed -= ctxt->controlBufIndex; in xmlNanoFTPGetMore()602 size = FTP_BUF_SIZE - ctxt->controlBufUsed; in xmlNanoFTPGetMore()[all …]