Home
last modified time | relevance | path

Searched refs:ofs_ull (Results 1 – 1 of 1) sorted by relevance

/dports/archivers/py-bup/bup-0.31/lib/bup/
H A D_helpers.c1136 unsigned PY_LONG_LONG ofs_ull; in write_idx() local
1143 if(!bup_ullong_from_py(&ofs_ull, ofs_py, "ofs")) in write_idx()
1146 assert(ofs_ull <= UINT64_MAX); in write_idx()
1147 ofs = ofs_ull; in write_idx()