Searched refs:returnValue (Results 1 - 25 of 33) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/persist/
H A DBasicCursor.java54 return returnValue(cursor.getFirst(key, pkey, data, lockMode));
66 return returnValue(cursor.getLast(key, pkey, data, lockMode));
78 return returnValue(cursor.getNext(key, pkey, data, lockMode));
91 return returnValue(cursor.getNextDup(key, pkey, data, lockMode));
103 return returnValue(cursor.getNextNoDup(key, pkey, data, lockMode));
115 return returnValue(cursor.getPrev(key, pkey, data, lockMode));
128 return returnValue(cursor.getPrevDup(key, pkey, data, lockMode));
140 return returnValue(cursor.getPrevNoDup(key, pkey, data, lockMode));
153 return returnValue(cursor.getCurrent(key, pkey, data, lockMode));
211 V returnValue(OperationStatu method in class:BasicCursor
[all...]
H A DSubIndexCursor.java45 return returnValue(cursor.getNext(key, pkey, data, lockMode));
58 return returnValue(cursor.getPrev(key, pkey, data, lockMode));
/netgear-R7000-V1.0.7.12_1.2.5/src/router/arm-uclibc/target/www/cgi-bin/
H A Djquery.mousewheel.js51 var orgEvent = event || window.event, args = [].slice.call( arguments, 1 ), delta = 0, returnValue = true, deltaX = 0, deltaY = 0;
H A Dsorttable.js464 var returnValue = true;
473 returnValue = false;
476 return returnValue;
486 this.returnValue = false;
H A Djquery.flexbox.min.js209 e.returnValue = false;
371 e.returnValue = false;
H A Djquery.min.js67 c.now();this[c.expando]=true};c.Event.prototype={preventDefault:function(){this.isDefaultPrevented=ba;var a=this.originalEvent;if(a)if(a.preventDefault)a.preventDefault();else a.returnValue=false},stopPropagation:function(){this.isPropagationStopped=ba;var a=this.originalEvent;if(a){a.stopPropagation&&a.stopPropagation();a.cancelBubble=true}},stopImmediatePropagation:function(){this.isImmediatePropagationStopped=ba;this.stopPropagation()},isDefaultPrevented:U,isPropagationStopped:U,isImmediatePropagationStopped:U};
H A Dopmode.js848 event.returnValue = false;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/arm-uclibc/target/www/
H A Djquery.ui.widget.js91 returnValue = this;
100 return returnValue;
119 returnValue = methodValue;
134 return returnValue;
H A Dfuncs.js864 event.returnValue = false;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/arm-uclibc/target/www/script/
H A Djquery.mousewheel.js51 var orgEvent = event || window.event, args = [].slice.call( arguments, 1 ), delta = 0, returnValue = true, deltaX = 0, deltaY = 0;
H A Dsorttable.js464 var returnValue = true;
473 returnValue = false;
476 return returnValue;
486 this.returnValue = false;
H A Djquery.flexbox.min.js209 e.returnValue = false;
371 e.returnValue = false;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/MacOS/GetHTTPS.src/
H A DCPStringUtils.cpp428 int returnValue; local
432 returnValue = 0;
458 returnValue = -1;
465 returnValue = 1;
472 returnValue = 0;
479 returnValue = -1;
486 returnValue = 1;
497 return(returnValue);
533 int i,returnValue; local
537 returnValue
606 int returnValue; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/MacOS/GetHTTPS.src/
H A DCPStringUtils.cpp428 int returnValue; local
432 returnValue = 0;
458 returnValue = -1;
465 returnValue = 1;
472 returnValue = 0;
479 returnValue = -1;
486 returnValue = 1;
497 return(returnValue);
533 int i,returnValue; local
537 returnValue
606 int returnValue; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/MacOS/GetHTTPS.src/
H A DCPStringUtils.cpp428 int returnValue; local
432 returnValue = 0;
458 returnValue = -1;
465 returnValue = 1;
472 returnValue = 0;
479 returnValue = -1;
486 returnValue = 1;
497 return(returnValue);
533 int i,returnValue; local
537 returnValue
606 int returnValue; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dclntdata.h45 bool InvokeMethod( const wxString &name, void* window, void* param, int* returnValue )
52 if (returnValue)
53 *returnValue = ret;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dnanohttp.c149 int returnValue; /* the protocol return value */ member in struct:xmlNanoHTTPCtxt
391 ret->returnValue = 0;
689 ctxt->returnValue = ret;
1438 if ((ctxt->location != NULL) && (ctxt->returnValue >= 300) &&
1439 (ctxt->returnValue < 400)) {
1482 ctxt->returnValue, ctxt->contentType);
1486 ctxt->returnValue);
1618 return(ctxt->returnValue);
H A Dnanoftp.c135 int returnValue; /* the protocol return value */ member in struct:xmlNanoFTPCtxt
482 ret->returnValue = 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
H A Dnanohttp.c148 int returnValue; /* the protocol return value */ member in struct:xmlNanoHTTPCtxt
390 ret->returnValue = 0;
688 ctxt->returnValue = ret;
1455 if ((ctxt->location != NULL) && (ctxt->returnValue >= 300) &&
1456 (ctxt->returnValue < 400)) {
1499 ctxt->returnValue, ctxt->contentType);
1503 ctxt->returnValue);
1635 return(ctxt->returnValue);
H A Dnanoftp.c137 int returnValue; /* the protocol return value */ member in struct:xmlNanoFTPCtxt
484 ret->returnValue = 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
H A Dnanohttp.c148 int returnValue; /* the protocol return value */ member in struct:xmlNanoHTTPCtxt
390 ret->returnValue = 0;
688 ctxt->returnValue = ret;
1455 if ((ctxt->location != NULL) && (ctxt->returnValue >= 300) &&
1456 (ctxt->returnValue < 400)) {
1499 ctxt->returnValue, ctxt->contentType);
1503 ctxt->returnValue);
1635 return(ctxt->returnValue);
H A Dnanoftp.c137 int returnValue; /* the protocol return value */ member in struct:xmlNanoFTPCtxt
484 ret->returnValue = 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dnanohttp.c149 int returnValue; /* the protocol return value */ member in struct:xmlNanoHTTPCtxt
391 ret->returnValue = 0;
689 ctxt->returnValue = ret;
1438 if ((ctxt->location != NULL) && (ctxt->returnValue >= 300) &&
1439 (ctxt->returnValue < 400)) {
1482 ctxt->returnValue, ctxt->contentType);
1486 ctxt->returnValue);
1618 return(ctxt->returnValue);
H A Dnanoftp.c135 int returnValue; /* the protocol return value */ member in struct:xmlNanoFTPCtxt
482 ret->returnValue = 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/vtls/
H A Dgskit.c789 cc = gskit_status(data, cstat.returnValue, "SSL handshake",

Completed in 298 milliseconds

12