Searched refs:tmp_error (Results 1 – 3 of 3) sorted by relevance
341 Error tmp_error; in GetValuesForVariableExpressionPath() local342 … ValueObjectSP valobj_sp (valobj_list.GetValueObjectAtIndex(i)->Dereference(tmp_error)); in GetValuesForVariableExpressionPath()343 if (tmp_error.Fail()) in GetValuesForVariableExpressionPath()375 Error tmp_error; in GetValuesForVariableExpressionPath() local376 … ValueObjectSP valobj_sp (valobj_list.GetValueObjectAtIndex(i)->AddressOf(tmp_error)); in GetValuesForVariableExpressionPath()377 if (tmp_error.Fail()) in GetValuesForVariableExpressionPath()
346 base::string16 tmp_error; in UserMayLoad() local347 if (ExtensionManagementPolicyImpl(extension, &tmp_error)) in UserMayLoad()369 *error = tmp_error; in UserMayLoad()
2803 int tmp_error = WSAGetLastError(); in socket_connect() local2804 if (tmp_error != WSAEWOULDBLOCK && tmp_error != WSAEINVAL && in socket_connect()2805 tmp_error != WSAEINPROGRESS) { in socket_connect()