Searched defs:controlBufIndex (Results 1 - 1 of 1) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/
H A Dnanoftp.c140 int controlBufIndex; member in struct:xmlNanoFTPCtxt
485 ret->controlBufIndex = 0;
516 ctxt->controlBufIndex = -1;
572 if ((ctxt->controlBufIndex < 0) || (ctxt->controlBufIndex > FTP_BUF_SIZE)) {
575 "xmlNanoFTPGetMore : controlBufIndex = %d\n",
576 ctxt->controlBufIndex);
589 if (ctxt->controlBufIndex > ctxt->controlBufUsed) {
592 "xmlNanoFTPGetMore : controlBufIndex > controlBufUsed %d > %d\n",
593 ctxt->controlBufIndex, ctx
[all...]

Completed in 46 milliseconds