Searched refs:file_start (Results 1 – 4 of 4) sorted by relevance
45 string::size_type file_start = 0; in File() local48 file_start = slash + 1; in File()50 file_start = backslash + 1; in File()53 return path.substr(file_start); in File()
147 uint64_t file_start; member2084 data->file_start = data->file_end = 0; in zfs_read()2090 if (file->offset >= data->file_start in zfs_read()2092 memmove(buf, data->file_buf + file->offset - data->file_start, in zfs_read()2124 data->file_start = blkid * blksz; in zfs_read()2125 data->file_end = data->file_start + blksz; in zfs_read()2130 - data->file_start, movesize); in zfs_read()
256 BASE_EXPORT int GetVlogLevelHelper(const char* file_start, size_t N);
8776 static bool file_start(void *closure, const void *hd) { in file_start() function9373 upb_handlers_setstartmsg(h, &file_start, NULL); in reghandlers()