Searched refs:used_length (Results 1 – 1 of 1) sorted by relevance
507 size_t used_length; /* used length in memory buffer */ in swallow_file_in_memory() local514 block->start = fread_file (stdin, 0, &used_length); in swallow_file_in_memory()516 block->start = read_file (file_name, 0, &used_length); in swallow_file_in_memory()524 block->end = block->start + used_length; in swallow_file_in_memory()