Searched refs:data_grow_for (Results 1 – 3 of 3) sorted by relevance
24 struct data data_grow_for(struct data d, unsigned int xlen) in data_grow_for() function48 d = data_grow_for(empty_data, len); in data_copy_mem()63 d = data_grow_for(d, len + 1); in data_copy_escape_string()92 d = data_grow_for(d, chunksize); in data_copy_file()109 d = data_grow_for(d, len); in data_append_data()118 d = data_grow_for(d, len); in data_insert_at_marker()214 d = data_grow_for(d, len); in data_append_zeroes()
168 struct data data_grow_for(struct data d, unsigned int xlen);
635 d = data_grow_for(d, len); in flat_read_data()