Searched refs:off64_t (Results 1 – 2 of 2) sorted by relevance
53 #define off64_t off_t macro204 fl.l_len = (off64_t)0; in FileDispatcherImpl_lock0()206 fl.l_len = (off64_t)size; in FileDispatcherImpl_lock0()208 fl.l_start = (off64_t)pos; in FileDispatcherImpl_lock0()241 fl.l_len = (off64_t)0; in FileDispatcherImpl_release0()243 fl.l_len = (off64_t)size; in FileDispatcherImpl_release0()245 fl.l_start = (off64_t)pos; in FileDispatcherImpl_release0()
53 #define off64_t off_t macro633 mappedAddr = mmap64(0, zip->mlen, PROT_READ, MAP_SHARED, zip->zfd, (off64_t) offset); in readCEN()