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

  /external/chromium_org/third_party/libxml/src/
nanoftp.c 140 int controlBufIndex;
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, ctxt->controlBufUsed)
    [all...]
  /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 164 milliseconds