Searched refs:string_size (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Installer/InstallHelper/
H A DVBoxGuestInstallHelper.cpp219 * @param string_size Size of variable string.
223 VBOXINSTALLHELPER_EXPORT DisableWFP(HWND hwndParent, int string_size, argument
272 * @param string_size Size of variable string.
276 VBOXINSTALLHELPER_EXPORT FileGetArchitecture(HWND hwndParent, int string_size, argument
374 * @param string_size Size of variable string.
378 VBOXINSTALLHELPER_EXPORT FileGetVendor(HWND hwndParent, int string_size, argument
436 * @param string_size Size of variable string.
440 VBOXINSTALLHELPER_EXPORT VBoxTrayShowBallonMsg(HWND hwndParent, int string_size, argument
H A Dexdll.h36 g_stringsize=string_size; \
42 char text[1]; // this should be the length of string_size
/vbox/src/libs/xpcom18a4/python/src/
H A DVariantUtils.cpp1829 PRUint32 string_size = GetSizeIs(index, PR_TRUE);
1830 ret = PyString_FromStringAndSize( *((char **)ns_v.ptr), string_size );
1839 PRUint32 string_size = GetSizeIs(index, PR_TRUE);
1840 ret = PyUnicode_FromPRUnichar( *((PRUnichar **)ns_v.ptr), string_size );
2175 PRUint32 string_size = GetSizeIs(index, PR_TRUE);
2180 ret = PyString_FromStringAndSize(t, string_size);
2185 PRUint32 string_size = GetSizeIs(index, PR_TRUE);
2190 ret = PyUnicode_FromPRUnichar(t, string_size);

Completed in 46 milliseconds