Searched refs:controlBufUsed (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.c139 int controlBufUsed; member in struct:xmlNanoFTPCtxt
484 ret->controlBufUsed = 0;
515 ctxt->controlBufUsed = -1;
579 if ((ctxt->controlBufUsed < 0) || (ctxt->controlBufUsed > FTP_BUF_SIZE)) {
582 "xmlNanoFTPGetMore : controlBufUsed = %d\n",
583 ctxt->controlBufUsed);
587 if (ctxt->controlBufIndex > ctxt->controlBufUsed) {
590 "xmlNanoFTPGetMore : controlBufIndex > controlBufUsed %d > %d\n",
591 ctxt->controlBufIndex, ctxt->controlBufUsed);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
H A Dnanoftp.c141 int controlBufUsed; member in struct:xmlNanoFTPCtxt
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...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
H A Dnanoftp.c141 int controlBufUsed; member in struct:xmlNanoFTPCtxt
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...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dnanoftp.c139 int controlBufUsed; member in struct:xmlNanoFTPCtxt
484 ret->controlBufUsed = 0;
515 ctxt->controlBufUsed = -1;
579 if ((ctxt->controlBufUsed < 0) || (ctxt->controlBufUsed > FTP_BUF_SIZE)) {
582 "xmlNanoFTPGetMore : controlBufUsed = %d\n",
583 ctxt->controlBufUsed);
587 if (ctxt->controlBufIndex > ctxt->controlBufUsed) {
590 "xmlNanoFTPGetMore : controlBufIndex > controlBufUsed %d > %d\n",
591 ctxt->controlBufIndex, ctxt->controlBufUsed);
[all...]

Completed in 118 milliseconds