Searched refs:wrap_tempcount (Results 1 – 1 of 1) sorted by relevance
56 static int wrap_tempcount=0; variable157 for (i = 0; i < wrap_count + wrap_tempcount; ++i) in wrap_send()206 if (i >= wrap_count + wrap_tempcount) { in wrap_unparse_rcs_options()289 while(wrap_tempcount) in wrap_kill_temp()290 wrap_free_entry(temps[--wrap_tempcount]); in wrap_kill_temp()324 wrap_tempcount=wrap_saved_tempcount; in wrap_restore_saved()452 if (wrap_count + wrap_tempcount >= wrap_size) in wrap_add_entry()458 if (!temp && wrap_tempcount) in wrap_add_entry()460 for (x = wrap_count + wrap_tempcount - 1; x >= wrap_count; --x) in wrap_add_entry()464 x = (temp ? wrap_count + (wrap_tempcount++) : (wrap_count++)); in wrap_add_entry()[all …]