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

/external/chromium_org/third_party/libxml/src/
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...]
/external/libxml2/
H A Dnanoftp.c141 int controlBufIndex; member in struct:xmlNanoFTPCtxt
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, ctx
[all...]

Completed in 60 milliseconds