Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/cvs/src/
Dwrapper.c56 static int wrap_tempcount=0; variable
161 for (i = 0; i < wrap_count + wrap_tempcount; ++i) in wrap_send()
212 if (i >= wrap_count + wrap_tempcount) {
309 while(wrap_tempcount) in wrap_kill_temp()
310 wrap_free_entry(temps[--wrap_tempcount]); in wrap_kill_temp()
346 wrap_tempcount=wrap_saved_tempcount; in wrap_restore_saved()
475 if(wrap_count+wrap_tempcount>=wrap_size){
482 if(!temp && wrap_tempcount){
483 for(x=wrap_count+wrap_tempcount-1;x>=wrap_count;--x)
487 x=(temp ? wrap_count+(wrap_tempcount++):(wrap_count++));
[all …]