HomeSort by relevance Sort by last modified time
    Searched full:controlbufindex (Results 1 - 1 of 1) sorted by null

  /external/libxml2/
nanoftp.c 141 int controlBufIndex;
486 ret->controlBufIndex = 0;
517 ctxt->controlBufIndex = -1;
573 if ((ctxt->controlBufIndex < 0) || (ctxt->controlBufIndex > FTP_BUF_SIZE)) {
576 "xmlNanoFTPGetMore : controlBufIndex = %d\n",
577 ctxt->controlBufIndex);
590 if (ctxt->controlBufIndex > ctxt->controlBufUsed) {
593 "xmlNanoFTPGetMore : controlBufIndex > controlBufUsed %d > %d\n",
594 ctxt->controlBufIndex, ctxt->controlBufUsed)
    [all...]

Completed in 237 milliseconds