Home
last modified time | relevance | path

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

/external/libvpx/examples/includes/geshi/contrib/
Dexample.php27 $fill_source = false; variable
37 $fill_source = true; variable
175 <textarea rows="10" cols="60" name="source" id="source"><?php echo $fill_source ? htmlspecialchars(…
/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 …]