| 1487 | } |
| 1488 | |
| 1489 | inline int64_t |
| 1490 | HTTPInfo::object_size_get() |
| 1491 | { |
| 1492 | int64_t val = 0; // make gcc shut up. |
| 1493 | int32_t *pi = reinterpret_cast<int32_t *>(&val); |
| 1494 | |
| 1495 | pi[0] = m_alt->m_object_size[0]; |
| 1496 | pi[1] = m_alt->m_object_size[1]; |
| 1497 | return val; |
| 1498 | } |
| 1499 | |
| 1500 | inline void |
| 1501 | HTTPInfo::object_key_set(CryptoHash &hash) |
no outgoing calls
no test coverage detected