HomeSort by relevance Sort by last modified time
    Searched refs:controlBufUsed (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/libxml/src/
nanoftp.c 141 int controlBufUsed;
486 ret->controlBufUsed = 0;
517 ctxt->controlBufUsed = -1;
581 if ((ctxt->controlBufUsed < 0) || (ctxt->controlBufUsed > FTP_BUF_SIZE)) {
584 "xmlNanoFTPGetMore : controlBufUsed = %d\n",
585 ctxt->controlBufUsed);
589 if (ctxt->controlBufIndex > ctxt->controlBufUsed) {
592 "xmlNanoFTPGetMore : controlBufIndex > controlBufUsed %d > %d\n",
593 ctxt->controlBufIndex, ctxt->controlBufUsed);
    [all...]
  /external/libxml2/
nanoftp.c 142 int controlBufUsed;
487 ret->controlBufUsed = 0;
518 ctxt->controlBufUsed = -1;
582 if ((ctxt->controlBufUsed < 0) || (ctxt->controlBufUsed > FTP_BUF_SIZE)) {
585 "xmlNanoFTPGetMore : controlBufUsed = %d\n",
586 ctxt->controlBufUsed);
590 if (ctxt->controlBufIndex > ctxt->controlBufUsed) {
593 "xmlNanoFTPGetMore : controlBufIndex > controlBufUsed %d > %d\n",
594 ctxt->controlBufIndex, ctxt->controlBufUsed);
    [all...]

Completed in 46 milliseconds