Lines Matching refs:VINF_SUCCESS

247     return found ? VINF_SUCCESS : VERR_OUT_OF_RESOURCES;
637 return VINF_SUCCESS;
686 int dummy1 = 0, dummy2 = 0, rc = VINF_SUCCESS;
730 int rc = VINF_SUCCESS;
861 int rc = VINF_SUCCESS;
867 return VINF_SUCCESS;
906 return VINF_SUCCESS;
919 rc = VINF_SUCCESS;
920 rcThread = VINF_SUCCESS;
971 return VINF_SUCCESS;
980 int rc = VINF_SUCCESS;
1043 int rc = VINF_SUCCESS;
1155 int rc = VINF_SUCCESS;
1220 int rc = VINF_SUCCESS;
1427 int rc = VINF_SUCCESS;
1504 int rc = VINF_SUCCESS;
1624 int rc = VINF_SUCCESS;
1688 int rc = VINF_SUCCESS;
1730 static int g_vboxDataRC = VINF_SUCCESS;
1765 return VINF_SUCCESS;
2022 static int g_completedRC = VINF_SUCCESS;
2083 int rc = VINF_SUCCESS;
2141 int rc = VINF_SUCCESS;
2271 testStringFromX11(hTest, pCtx, "hello world", VINF_SUCCESS);
2275 testStringFromX11(hTest, pCtx, "hello\r\nworld", VINF_SUCCESS);
2279 testStringFromX11(hTest, pCtx, "hello\r\r\nworld", VINF_SUCCESS);
2283 testStringFromX11(hTest, pCtx, "hello\r\n\rworld", VINF_SUCCESS);
2287 testStringFromX11(hTest, pCtx, "", VINF_SUCCESS);
2292 testStringFromX11(hTest, pCtx, "100\xE2\x82\xAC", VINF_SUCCESS);
2296 testStringFromX11(hTest, pCtx, "hello world", VINF_SUCCESS);
2303 testLatin1FromX11(hTest, pCtx, "Georges Dupr\xEA", VINF_SUCCESS);
2307 testLatin1FromX11(hTest, pCtx, "Georges\r\nDupr\xEA", VINF_SUCCESS);
2311 testLatin1FromX11(hTest, pCtx, "Georges\r\r\nDupr\xEA", VINF_SUCCESS);
2315 testLatin1FromX11(hTest, pCtx, "Georges\r\n\rDupr\xEA", VINF_SUCCESS);
2320 testLatin1FromX11(hTest, pCtx, "Georges Dupr\xEA!", VINF_SUCCESS);
2390 clipSetVBoxUtf16(pCtx, VINF_SUCCESS, "hello world",
2395 clipSetVBoxUtf16(pCtx, VINF_SUCCESS, "hello\r\nworld",
2401 clipSetVBoxUtf16(pCtx, VINF_SUCCESS, "hello\r\r\nworld",
2407 clipSetVBoxUtf16(pCtx, VINF_SUCCESS, "hello\r\n\rworld",
2413 clipSetVBoxUtf16(pCtx, VINF_SUCCESS, "", 2);
2417 clipSetVBoxUtf16(pCtx, VINF_SUCCESS, "100\xE2\x82\xAC" /* 100 Euro */,
2422 clipSetVBoxUtf16(pCtx, VINF_SUCCESS, "hello world",
2435 clipEmptyVBox(pCtx, VINF_SUCCESS);
2443 clipSetVBoxUtf16(pCtx, VINF_SUCCESS, "", 2);
2461 clipSetVBoxUtf16(pCtx, VINF_SUCCESS, "",
2472 clipSetVBoxUtf16(pCtx, VINF_SUCCESS, "hello world",
2525 rc = VINF_SUCCESS;