Searched refs:controlBufUsed (Results 1 – 2 of 2) sorted by relevance
117 int controlBufUsed; member462 ret->controlBufUsed = 0; in xmlNanoFTPNewCtxt()495 ctxt->controlBufUsed = -1; in xmlNanoFTPFreeCtxt()559 if ((ctxt->controlBufUsed < 0) || (ctxt->controlBufUsed > FTP_BUF_SIZE)) { in xmlNanoFTPGetMore()563 ctxt->controlBufUsed); in xmlNanoFTPGetMore()567 if (ctxt->controlBufIndex > ctxt->controlBufUsed) { in xmlNanoFTPGetMore()571 ctxt->controlBufIndex, ctxt->controlBufUsed); in xmlNanoFTPGetMore()581 ctxt->controlBufUsed - ctxt->controlBufIndex); in xmlNanoFTPGetMore()582 ctxt->controlBufUsed -= ctxt->controlBufIndex; in xmlNanoFTPGetMore()585 size = FTP_BUF_SIZE - ctxt->controlBufUsed; in xmlNanoFTPGetMore()[all …]