Searched refs:VERR_NO_STR_MEMORY (Results 1 - 25 of 32) sorted by relevance

12

/vbox/src/VBox/Runtime/generic/
H A DRTProcessQueryUsernameA-generic.cpp63 rc = VERR_NO_STR_MEMORY;
H A Denv-generic.cpp313 return VERR_NO_STR_MEMORY;
/vbox/src/VBox/Runtime/common/string/
H A Dstringalloc.cpp62 return VERR_NO_STR_MEMORY;
79 return VERR_NO_STR_MEMORY;
87 return VERR_NO_STR_MEMORY;
179 return VERR_NO_STR_MEMORY;
208 AssertReturn(paPairs, VERR_NO_STR_MEMORY);
233 return VERR_NO_STR_MEMORY;
H A Dutf-16-latin-1.cpp212 rc = VERR_NO_STR_MEMORY;
270 rc = VERR_NO_STR_MEMORY;
H A Dutf-16.cpp475 rc = VERR_NO_STR_MEMORY;
533 rc = VERR_NO_STR_MEMORY;
H A Dutf-8.cpp940 rc = VERR_NO_STR_MEMORY;
998 rc = VERR_NO_STR_MEMORY;
1135 rc = VERR_NO_STR_MEMORY;
1196 rc = VERR_NO_STR_MEMORY;
/vbox/src/VBox/Additions/common/VBoxService/
H A DVBoxServiceCpuHotPlug.cpp179 rc = VERR_NO_STR_MEMORY;
207 rc = VERR_NO_STR_MEMORY;
257 return VERR_NO_STR_MEMORY;
263 return VERR_NO_STR_MEMORY;
284 rc = VERR_NO_STR_MEMORY;
346 rc = VERR_NO_STR_MEMORY;
H A DVBoxServicePropCache.cpp234 return VERR_NO_STR_MEMORY;
341 rc = VERR_NO_STR_MEMORY;
H A DVBoxServiceVMInfo.cpp414 rc = VERR_NO_STR_MEMORY;
/vbox/src/VBox/Main/glue/
H A Dstring.cpp199 if ( vrc != VERR_NO_STR_MEMORY
241 if ( vrc != VERR_NO_STR_MEMORY
/vbox/src/VBox/Additions/WINNT/VBoxTray/
H A DVBoxSharedFolders.cpp120 rc = VERR_NO_STR_MEMORY;
/vbox/src/VBox/Runtime/common/misc/
H A Dgetoptargv.cpp239 return VERR_NO_STR_MEMORY;
360 * @returns VINF_SUCCESS or VERR_NO_STR_MEMORY.
420 return VERR_NO_STR_MEMORY;
/vbox/src/VBox/Runtime/r3/posix/
H A Dpathhost-posix.cpp226 rc = VERR_NO_STR_MEMORY;
/vbox/src/VBox/Runtime/common/dbg/
H A Ddbgmod.cpp436 rc = VERR_NO_STR_MEMORY;
440 rc = VERR_NO_STR_MEMORY;
914 rc = VERR_NO_STR_MEMORY;
918 rc = VERR_NO_STR_MEMORY;
958 return VERR_NO_STR_MEMORY;
1165 rc = VERR_NO_STR_MEMORY;
1170 rc = VERR_NO_STR_MEMORY;
1226 return VERR_NO_STR_MEMORY;
1456 rc = VERR_NO_STR_MEMORY;
1461 rc = VERR_NO_STR_MEMORY;
[all...]
/vbox/src/VBox/Runtime/r3/
H A Disofs.cpp134 rc = VERR_NO_STR_MEMORY;
H A Dstream.cpp841 rc = VERR_NO_STR_MEMORY;
H A Dtest.cpp531 return VERR_NO_STR_MEMORY;
/vbox/src/VBox/VMM/VMMR3/
H A DPDMCritSect.cpp207 rc = VERR_NO_STR_MEMORY;
308 rc = VERR_NO_STR_MEMORY;
H A DDBGFReg.cpp389 rc = VERR_NO_STR_MEMORY;
418 rc = VERR_NO_STR_MEMORY;
439 rc = VERR_NO_STR_MEMORY;
/vbox/src/VBox/Installer/win/Stub/
H A DVBoxStub.cpp268 return VERR_NO_STR_MEMORY;
/vbox/src/VBox/Additions/common/VBoxGuestLib/
H A DVBoxGuestR3LibGuestProp.cpp265 * @returns The same as VbglR3GuestPropWriteValue with the addition of VERR_NO_STR_MEMORY.
277 int rc = VERR_NO_STR_MEMORY;
291 * @returns The same as VbglR3GuestPropWriteValue with the addition of VERR_NO_STR_MEMORY.
/vbox/include/iprt/
H A Derr.h810 #define VERR_NO_STR_MEMORY (-64) macro
/vbox/src/VBox/Storage/
H A DVMDK.cpp1587 return VERR_NO_STR_MEMORY;
1757 return VERR_NO_STR_MEMORY;
1775 return VERR_NO_STR_MEMORY;
1789 return VERR_NO_STR_MEMORY;
3232 rc = VERR_NO_STR_MEMORY;
3491 return VERR_NO_STR_MEMORY;
3496 return VERR_NO_STR_MEMORY;
3661 return VERR_NO_STR_MEMORY;
3674 return VERR_NO_STR_MEMORY;
3679 return VERR_NO_STR_MEMORY;
[all...]
/vbox/src/VBox/HostDrivers/Support/solaris/
H A DSUPDrv-solaris.c998 return VERR_NO_STR_MEMORY;
/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxInternalManage.cpp1644 vrc = VERR_NO_STR_MEMORY;
1658 vrc = VERR_NO_STR_MEMORY;

Completed in 661 milliseconds

12