Lines Matching refs:ext_hdr_updates
43 if (array_is_created(&t->ext_hdr_updates)) {
44 array_foreach_modifiable(&t->ext_hdr_updates, ext_hdr) {
48 array_free(&t->ext_hdr_updates);
883 if (array_is_created(&t->ext_hdr_updates)) {
886 array_foreach(&t->ext_hdr_updates, hdr) {
928 if (array_is_created(&t->ext_hdr_updates) &&
929 ext_id < array_count(&t->ext_hdr_updates)) {
933 hdr = array_idx_modifiable(&t->ext_hdr_updates, ext_id);
989 if (!array_is_created(&t->ext_hdr_updates))
990 i_array_init(&t->ext_hdr_updates, ext_id + 2);
992 hdr = array_idx_get_space(&t->ext_hdr_updates, ext_id);