Searched refs:values_tmp (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/apr/tables/
H A Dapr_tables.c1009 apr_table_entry_t **values_tmp = local
1026 apr_table_entry_t **dst = values_tmp;
1079 for (i = dst - values_tmp; i < n; i++) {
1080 values_tmp[i] = values[i];
1086 swap = values_tmp;
1087 values_tmp = values;

Completed in 102 milliseconds