Searched refs:type_ok (Results 1 – 6 of 6) sorted by relevance
415 int type_ok; in _PyObject_Str() local439 type_ok = PyString_Check(res); in _PyObject_Str()441 type_ok = type_ok || PyUnicode_Check(res); in _PyObject_Str()443 if (!type_ok) { in _PyObject_Str()
1795 int type_ok, os_ok; in fit_image_load() local1898 type_ok = fit_image_check_type(fit, noffset, image_type) || in fit_image_load()1914 if ((!type_ok || !os_ok) && image_type != IH_TYPE_LOADABLE) { in fit_image_load()
1236 bool type_ok = flags.type == SinkFlags::kRaster in veto() local1240 return !type_ok || flags.approach != SinkFlags::kDirect; in veto()1302 bool type_ok = flags.type == SinkFlags::kRaster in veto() local1306 return !type_ok || flags.approach != SinkFlags::kDirect; in veto()
1169 bool type_ok = flags.type == SinkFlags::kRaster in veto() local1173 return !type_ok || flags.approach != SinkFlags::kDirect; in veto()1235 bool type_ok = flags.type == SinkFlags::kRaster in veto() local1239 return !type_ok || flags.approach != SinkFlags::kDirect; in veto()
870 int type_ok = 0; in iproute_modify() local1230 type_ok = 1; in iproute_modify()1300 if (!type_ok && req.r.rtm_family == AF_MPLS) in iproute_modify()
1902 type_ok = 8 in route_update() enumerator1980 ok |= type_ok; in route_update()