Searched refs:last_obj (Results 1 – 2 of 2) sorted by relevance
693 FX_FILESIZE last_obj = -1; in RebuildCrossRef() local827 last_obj = start_pos; in RebuildCrossRef()1015 if (last_xref != -1 && last_xref > last_obj) in RebuildCrossRef()1017 else if (last_trailer == -1 || last_xref < last_obj) in RebuildCrossRef()
9928 PyObject *last_obj; in _PyUnicode_JoinArray() local9937 last_obj = NULL; in _PyUnicode_JoinArray()9974 last_obj = sep; in _PyUnicode_JoinArray()10012 if (use_memcpy && last_obj != NULL) { in _PyUnicode_JoinArray()10013 if (PyUnicode_KIND(last_obj) != PyUnicode_KIND(item)) in _PyUnicode_JoinArray()10016 last_obj = item; in _PyUnicode_JoinArray()