Lines Matching refs:m_freetop
539 …for (MIMEField *field = fblock->m_field_slots, *limit = field + fblock->m_freetop; field < limit; … in mime_hdr_reset_accelerators_and_presence_bits()
576 for (index = 0; index < fblock->m_freetop; index++) { in mime_hdr_sanity_check()
1019 fblock->m_freetop = 0; in _mime_hdr_field_block_init()
1125 int top = s_mh->m_first_fblock.m_freetop; in mime_hdr_copy_onto()
1189 … src_block->m_field_slots && field->m_next_dup < src_block->m_field_slots + src_block->m_freetop) { in relocate()
1200 …for (MIMEField *field = new_blk->m_field_slots, *end = field + new_blk->m_freetop; field != end; +… in mime_hdr_field_block_list_adjust()
1218 for (index = 0; index < fblock->m_freetop; index++) { in mime_hdr_length_get()
1247 too_far_field = &(fblock->m_field_slots[fblock->m_freetop]); in _mime_hdr_field_list_search_by_wks()
1269 too_far_field = &(fblock->m_field_slots[fblock->m_freetop]); in _mime_hdr_field_list_search_by_string()
1291 if (block_index >= fblock->m_freetop) { in _mime_hdr_field_list_search_by_slotnum()
1304 if ((fblock == nullptr) || (block_index >= fblock->m_freetop)) { in _mime_hdr_field_list_search_by_slotnum()
1391 for (index = 0; index < fblock->m_freetop; index++) { in mime_hdr_field_get()
1422 for (index = 0; index < fblock->m_freetop; index++) { in mime_hdr_fields_count()
1448 if (tail_fblock->m_freetop >= MIME_FIELD_BLOCK_SLOTS) { in mime_field_create()
1456 field = &(tail_fblock->m_field_slots[tail_fblock->m_freetop]); in mime_field_create()
1457 ++tail_fblock->m_freetop; in mime_field_create()
1666 if (fblock->m_freetop == MIME_FIELD_BLOCK_SLOTS && fblock->contains(field)) { in mime_hdr_field_delete()
2656 Debug("http", "[FREETOP: %d, NEXTBLK: %p]", obj->m_freetop, obj->m_next); in mime_field_block_describe()
2658 for (i = 0; i < obj->m_freetop; i++) { in mime_field_block_describe()
2690 for (index = 0; index < fblock->m_freetop; index++) { in mime_hdr_print()
2705 for (index = 0; index < fblock->m_freetop; index++) { in mime_hdr_print()
3660 for (uint32_t index = 0; index < m_freetop; index++) { in marshal()
3672 for (uint32_t index = 0; index < m_freetop; index++) { in marshal()
3692 for (uint32_t index = 0; index < m_freetop; index++) { in unmarshal()
3711 for (uint32_t index = 0; index < m_freetop; index++) { in move_strings()
3730 for (uint32_t index = 0; index < m_freetop; index++) { in strings_length()
3752 for (uint32_t index = 0; index < m_freetop; index++) { in check_strings()