fill_textconv     167 builtin/blame.c 	*buf_size = fill_textconv(textconv, df, buf);
fill_textconv     305 combine-diff.c 		*size = fill_textconv(textconv, df, &blob);
fill_textconv    1028 combine-diff.c 			result_size = fill_textconv(textconv, df, &result);
fill_textconv     711 diff.c         	size_one = fill_textconv(textconv_one, one, &data_one);
fill_textconv     712 diff.c         	size_two = fill_textconv(textconv_two, two, &data_two);
fill_textconv    2419 diff.c         		mf1.size = fill_textconv(textconv_one, one, &mf1.ptr);
fill_textconv    2420 diff.c         		mf2.size = fill_textconv(textconv_two, two, &mf2.ptr);
fill_textconv     352 diff.h         extern size_t fill_textconv(struct userdiff_driver *driver,
fill_textconv     146 diffcore-pickaxe.c 	mf1.size = fill_textconv(textconv_one, p->one, &mf1.ptr);
fill_textconv     147 diffcore-pickaxe.c 	mf2.size = fill_textconv(textconv_two, p->two, &mf2.ptr);
fill_textconv    1380 grep.c         	size = fill_textconv(driver, df, &buf);