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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dnanoftp.c138 int controlBufIndex; member in struct:xmlNanoFTPCtxt
483 ret->controlBufIndex = 0;
514 ctxt->controlBufIndex = -1;
570 if ((ctxt->controlBufIndex < 0) || (ctxt->controlBufIndex > FTP_BUF_SIZE)) {
573 "xmlNanoFTPGetMore : controlBufIndex = %d\n",
574 ctxt->controlBufIndex);
587 if (ctxt->controlBufIndex > ctxt->controlBufUsed) {
590 "xmlNanoFTPGetMore : controlBufIndex > controlBufUsed %d > %d\n",
591 ctxt->controlBufIndex, ctx
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
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...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
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...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dnanoftp.c138 int controlBufIndex; member in struct:xmlNanoFTPCtxt
483 ret->controlBufIndex = 0;
514 ctxt->controlBufIndex = -1;
570 if ((ctxt->controlBufIndex < 0) || (ctxt->controlBufIndex > FTP_BUF_SIZE)) {
573 "xmlNanoFTPGetMore : controlBufIndex = %d\n",
574 ctxt->controlBufIndex);
587 if (ctxt->controlBufIndex > ctxt->controlBufUsed) {
590 "xmlNanoFTPGetMore : controlBufIndex > controlBufUsed %d > %d\n",
591 ctxt->controlBufIndex, ctx
[all...]

Completed in 130 milliseconds