Lines Matching defs:ofs
5448 int ofs = filename_len - 1;5450 if ((pFilename[ofs] == '/') || (pFilename[ofs] == '\\') ||5451 (pFilename[ofs] == ':'))5453 } while (--ofs >= 0);5454 ofs++;5455 pFilename += ofs;5456 filename_len -= ofs;5862 static size_t mz_zip_file_write_callback(void *pOpaque, mz_uint64 ofs,5864 (void)ofs;