Searched refs:ioffset (Results 1 – 3 of 3) sorted by relevance
75 int ioffset = (min_offset > (long)INT_MAX) ? INT_MAX : (int)min_offset; in ares_timeout() local77 nextstop.tv_sec = ioffset/1000; in ares_timeout()78 nextstop.tv_usec = (ioffset%1000)*1000; in ares_timeout()
1180 int32_t ioffset = zone->getRawOffset()/1000; in TestCustomParse() local1182 formatOffset(ioffset, offset); in TestCustomParse()1183 formatTZID(ioffset, expectedID); in TestCustomParse()1193 else if (exp != kUnparseable && (ioffset != exp || itsID != expectedID)) { in TestCustomParse()
8099 slotptr(PyTypeObject *type, int ioffset) in slotptr() argument8102 long offset = ioffset; in slotptr()