| 1505 | } |
| 1506 | |
| 1507 | inline void |
| 1508 | HTTPInfo::object_size_set(int64_t size) |
| 1509 | { |
| 1510 | int32_t *pi = reinterpret_cast<int32_t *>(&size); |
| 1511 | m_alt->m_object_size[0] = pi[0]; |
| 1512 | m_alt->m_object_size[1] = pi[1]; |
| 1513 | } |
| 1514 | |
| 1515 | inline HTTPInfo::FragOffset * |
| 1516 | HTTPInfo::get_frag_table() |
no outgoing calls
no test coverage detected