Searched refs:the_int (Results 1 – 1 of 1) sorted by relevance
16 int the_int = MyInt_AsInt(pyint); in pyint_as_int() local17 if (the_int == -1 && PyErr_Occurred()) { in pyint_as_int()21 *pint = the_int; in pyint_as_int()596 int the_int; in CTracer_unpack_pair() local613 if (pyint_as_int(pyint, &the_int) < 0) { in CTracer_unpack_pair()616 *(index == 0 ? p_one : p_two) = the_int; in CTracer_unpack_pair()