| 256 | } |
| 257 | |
| 258 | int MoveMessageNOctets(const int amount_of_bytes_moved, |
| 259 | const CipOctet **message_runner) { |
| 260 | (*message_runner) += amount_of_bytes_moved; |
| 261 | return amount_of_bytes_moved; |
| 262 | } |
| 263 | |
| 264 | int FillNextNMessageOctetsWith(CipOctet value, |
| 265 | unsigned int amount_of_bytes_written, |
no outgoing calls