Home
last modified time | relevance | path

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

/external/netperf/src/
Dnetlib.c1537 FILE *fill_source; in allocate_buffer_ring() local
1547 fill_source = NULL; in allocate_buffer_ring()
1551 fill_source = (FILE *)fopen(local_fill_file,"r"); in allocate_buffer_ring()
1552 if (fill_source == (FILE *)NULL) { in allocate_buffer_ring()
1602 fill_source)) == 0) && in allocate_buffer_ring()
1603 (feof(fill_source))){ in allocate_buffer_ring()
1604 rewind(fill_source); in allocate_buffer_ring()
1704 FILE *fill_source; in allocate_exs_buffer_ring() local
1715 fill_source = NULL; in allocate_exs_buffer_ring()
1718 fill_source = (FILE *) fopen (local_fill_file, "r"); in allocate_exs_buffer_ring()
[all …]