Home
last modified time | relevance | path

Searched refs:fill_source (Results 1 – 1 of 1) sorted by relevance

/external/netperf/
Dnetlib.c1228 FILE *fill_source; in allocate_buffer_ring() local
1238 fill_source = NULL; in allocate_buffer_ring()
1242 fill_source = (FILE *)fopen(fill_file,"r"); in allocate_buffer_ring()
1243 if (fill_source == (FILE *)NULL) { in allocate_buffer_ring()
1287 fill_source)) == 0) && in allocate_buffer_ring()
1288 (feof(fill_source))){ in allocate_buffer_ring()
1289 rewind(fill_source); in allocate_buffer_ring()
1389 FILE *fill_source; in allocate_exs_buffer_ring() local
1400 fill_source = NULL; in allocate_exs_buffer_ring()
1403 fill_source = (FILE *) fopen (fill_file, "r"); in allocate_exs_buffer_ring()
[all …]