Searched refs:returnValue (Results 1 – 7 of 7) sorted by relevance
133 int returnValue; /* the protocol return value */ member400 ret->returnValue = 0; in xmlNanoHTTPNewCtxt()734 ctxt->returnValue = ret; in xmlNanoHTTPScanAnswer()1532 if ((ctxt->location != NULL) && (ctxt->returnValue >= 300) && in xmlNanoHTTPMethodRedir()1533 (ctxt->returnValue < 400)) { in xmlNanoHTTPMethodRedir()1577 ctxt->returnValue, ctxt->contentType); in xmlNanoHTTPMethodRedir()1581 ctxt->returnValue); in xmlNanoHTTPMethodRedir()1719 return(ctxt->returnValue); in xmlNanoHTTPReturnCode()
122 int returnValue; /* the protocol return value */ member469 ret->returnValue = 0; in xmlNanoFTPNewCtxt()
65 HRESULT returnValue; member845 return trackerInfo.returnValue; in DoDragDrop()2328 if (info->returnValue == DRAGDROP_S_DROP && in drag_end()2337 info->returnValue = hr; in drag_end()2350 if (info->returnValue == DRAGDROP_S_DROP && in drag_end()2359 info->returnValue = hr; in drag_end()2428 trackerInfo->returnValue = IDropSource_QueryContinueDrag(trackerInfo->dropSource, in OLEDD_TrackStateChange()2433 (trackerInfo->returnValue == S_OK || in OLEDD_TrackStateChange()2434 trackerInfo->returnValue == DRAGDROP_S_DROP)) in OLEDD_TrackStateChange()2454 if (trackerInfo->returnValue == S_OK) in OLEDD_TrackStateChange()
1634 DWORD returnValue = pShellShutdownDialog(parent, NULL, FALSE); in ExitWindowsDialog() local1636 switch (returnValue) in ExitWindowsDialog()
57 ULONG_PTR returnValue; member72 … rpcargs->returnValue = (ULONG_PTR)ReadFile( (HANDLE)rpcargs->args[0], /* hFile */ in rpcThreadMain()81 rpcargs->returnValue = 0; in rpcThreadMain()97 rpcargs.returnValue = 0; in RpcReadFile()113 return (BOOL)rpcargs.returnValue; in RpcReadFile()
9957 BOOLEAN returnValue = Child->IsEnumerated; local9978 return returnValue;
11573 HRESULT returnValue([in] VARIANT v);11576 HRESULT returnValue([retval, out] VARIANT *p);11648 void returnValue(VARIANT v);11651 VARIANT returnValue();