read_blob_data_from_index  399 attr.c         	buf = read_blob_data_from_index(use_index ? use_index : &the_index, path, NULL);
read_blob_data_from_index  359 cache.h        #define read_blob_data_from_cache(path, sz) read_blob_data_from_index(&the_index, (path), (sz))
read_blob_data_from_index  550 cache.h        extern void *read_blob_data_from_index(struct index_state *, const char *, unsigned long *);