Searched defs:returnValue (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Runtime/common/net/
H A Dnetaddrstr.cpp253 uint16_t returnValue = 0; local
269 returnValue = 711;
304 while (*pszSourceAddress != '\0' && !returnValue)
325 returnValue = 721;
330 returnValue = 702;
344 returnValue = 11;
360 returnValue = 12;
374 returnValue = 401;
392 returnValue = 412;
396 returnValue
1155 int returnValue = VERR_NOT_SUPPORTED; /* gcc want's this initialized, I understand its confusion. */ local
[all...]
/vbox/src/libs/libxml2-2.6.31/
H A Dnanoftp.c137 int returnValue; /* the protocol return value */ member in struct:xmlNanoFTPCtxt
484 ret->returnValue = 0;
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);
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Djaxws-rt.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ...

Completed in 43 milliseconds