SUCCEEDED         163 ext/com_dotnet/com_com.c 		if (SUCCEEDED(res = CreateBindCtx(0, &pBindCtx))) {
SUCCEEDED         182 ext/com_dotnet/com_com.c 			if (SUCCEEDED(res = MkParseDisplayName(pBindCtx, moniker, &ulEaten, &pMoniker))) {
SUCCEEDED         186 ext/com_dotnet/com_com.c 				if (SUCCEEDED(res)) {
SUCCEEDED         205 ext/com_dotnet/com_com.c 		if (SUCCEEDED(res)) {
SUCCEEDED         212 ext/com_dotnet/com_com.c 		if (SUCCEEDED(res)) {
SUCCEEDED         259 ext/com_dotnet/com_com.c 		if (SUCCEEDED(ITypeInfo_GetContainingTypeLib(obj->typeinfo, &TL, &idx))) {
SUCCEEDED         263 ext/com_dotnet/com_com.c 			if (SUCCEEDED(ITypeLib_GetDocumentation(TL, -1, &name, NULL, NULL, NULL))) {
SUCCEEDED         440 ext/com_dotnet/com_com.c 			if (SUCCEEDED(hr)) {
SUCCEEDED         451 ext/com_dotnet/com_com.c 	if (SUCCEEDED(hr)) {
SUCCEEDED         580 ext/com_dotnet/com_com.c 	return SUCCEEDED(hr) ? SUCCESS : FAILURE;
SUCCEEDED         629 ext/com_dotnet/com_com.c 	return SUCCEEDED(hr) ? SUCCESS : FAILURE;
SUCCEEDED         266 ext/com_dotnet/com_dotnet.c 	if (SUCCEEDED(hr)) {
SUCCEEDED         273 ext/com_dotnet/com_dotnet.c 		if (SUCCEEDED(hr)) {
SUCCEEDED         276 ext/com_dotnet/com_dotnet.c 			if (SUCCEEDED(hr)) {
SUCCEEDED         282 ext/com_dotnet/com_dotnet.c 					if (SUCCEEDED(hr)) {
SUCCEEDED         208 ext/com_dotnet/com_handlers.c 		if (SUCCEEDED(php_com_get_id_of_name(obj, Z_STRVAL_P(member), Z_STRLEN_P(member), &dispid TSRMLS_CC))) {
SUCCEEDED         302 ext/com_dotnet/com_handlers.c 			if (SUCCEEDED(ITypeInfo_GetTypeComp(obj->typeinfo, &comp))) {
SUCCEEDED         306 ext/com_dotnet/com_handlers.c 				if (SUCCEEDED(ITypeComp_Bind(comp, olename, lhash, INVOKE_FUNC, &TI, &kind, &bindptr))) {
SUCCEEDED         530 ext/com_dotnet/com_handlers.c 	if (SUCCEEDED(res)) {
SUCCEEDED         536 ext/com_dotnet/com_handlers.c 	if (SUCCEEDED(res)) {
SUCCEEDED         595 ext/com_dotnet/com_handlers.c 		if (SUCCEEDED(IDispatch_QueryInterface(V_DISPATCH(&obj->v),
SUCCEEDED         598 ext/com_dotnet/com_handlers.c 			if (SUCCEEDED(IConnectionPointContainer_FindConnectionPoint(cont,
SUCCEEDED         104 ext/com_dotnet/com_iterator.c 		if (SUCCEEDED(IEnumVARIANT_Next(I->ev, 1, &I->v, &n_fetched)) && n_fetched > 0) {
SUCCEEDED         227 ext/com_dotnet/com_iterator.c 		if (SUCCEEDED(IEnumVARIANT_Next(I->ev, 1, &I->v, &n_fetched)) && n_fetched > 0) {
SUCCEEDED         403 ext/com_dotnet/com_persist.c 		if (SUCCEEDED(res)) {
SUCCEEDED         570 ext/com_dotnet/com_persist.c 		if (SUCCEEDED(res)) {
SUCCEEDED         195 ext/com_dotnet/com_saproxy.c 		if (SUCCEEDED(res)) {
SUCCEEDED          57 ext/com_dotnet/com_typeinfo.c 	if (SUCCEEDED(CLSIDFromString(p, &clsid))) {
SUCCEEDED          76 ext/com_dotnet/com_typeinfo.c 			if (SUCCEEDED(hr = CoCreateInstance(&clsid, NULL, CLSCTX_SERVER, &IID_IDispatch, (LPVOID*)&disp)) &&
SUCCEEDED          77 ext/com_dotnet/com_typeinfo.c 					SUCCEEDED(hr = IDispatch_GetTypeInfo(disp, 0, LANG_NEUTRAL, &info))) {
SUCCEEDED         277 ext/com_dotnet/com_typeinfo.c 			if (SUCCEEDED(IDispatch_QueryInterface(V_DISPATCH(&obj->v), &IID_IProvideClassInfo2, (void**)&pci2))) {
SUCCEEDED         278 ext/com_dotnet/com_typeinfo.c 				gotguid = SUCCEEDED(IProvideClassInfo2_GetGUID(pci2, GUIDKIND_DEFAULT_SOURCE_DISP_IID, &iid));
SUCCEEDED         281 ext/com_dotnet/com_typeinfo.c 			if (!gotguid && SUCCEEDED(IDispatch_QueryInterface(V_DISPATCH(&obj->v), &IID_IProvideClassInfo, (void**)&pci))) {
SUCCEEDED         330 ext/com_dotnet/com_typeinfo.c 			if (SUCCEEDED(CLSIDFromProgID(olename, &coclass)) &&
SUCCEEDED         331 ext/com_dotnet/com_typeinfo.c 					SUCCEEDED(ITypeLib_GetTypeInfoOfGuid(typelib, &coclass, &coinfo))) {
SUCCEEDED         352 ext/com_dotnet/com_typeinfo.c 						if (SUCCEEDED(ITypeInfo_GetRefTypeOfImplType(coinfo, i, &rt)))
SUCCEEDED         353 ext/com_dotnet/com_typeinfo.c 							if (SUCCEEDED(ITypeInfo_GetRefTypeInfo(coinfo, rt, &typeinfo)))
SUCCEEDED         231 ext/com_dotnet/com_variant.c 				if (SUCCEEDED(IUnknown_QueryInterface(V_UNKNOWN(v), &IID_IDispatch, &disp))) {
SUCCEEDED         606 ext/com_dotnet/com_variant.c 	if (SUCCEEDED(result)) {
SUCCEEDED         767 ext/com_dotnet/com_variant.c 	if (SUCCEEDED(result)) {
SUCCEEDED         845 ext/com_dotnet/com_variant.c 	if (SUCCEEDED(VarRound(vleft, decimals, &vres))) {
SUCCEEDED         928 ext/com_dotnet/com_variant.c 	if (SUCCEEDED(VariantChangeType(&vres, &obj->v, 0, VT_DATE))) {
SUCCEEDED        1027 ext/com_dotnet/com_variant.c 	if (SUCCEEDED(res)) {
SUCCEEDED        1064 ext/com_dotnet/com_variant.c 	if (SUCCEEDED(res)) {