Home
last modified time | relevance | path

Searched refs:size_of_current_part (Results 1 – 2 of 2) sorted by relevance

/dports/games/freeciv/freeciv-2.6.6/server/
H A Dsavegame2.c6511 size_t size_of_current_part = PART_SIZE + bytes_adjust; in sg_save_player_attributes() local
6514 memcpy(part, quoted, size_of_current_part); in sg_save_player_attributes()
6515 part[size_of_current_part] = '\0'; in sg_save_player_attributes()
6519 bytes_left -= size_of_current_part; in sg_save_player_attributes()
6520 quoted_at = &quoted[size_of_current_part]; in sg_save_player_attributes()
6528 size_t size_of_current_part = MIN(bytes_left, PART_SIZE); in sg_save_player_attributes() local
6530 memcpy(part, quoted_at, size_of_current_part); in sg_save_player_attributes()
6531 part[size_of_current_part] = '\0'; in sg_save_player_attributes()
6536 bytes_left -= size_of_current_part; in sg_save_player_attributes()
6537 quoted_at = &quoted_at[size_of_current_part]; in sg_save_player_attributes()
/dports/games/freeciv-nox11/freeciv-2.6.6/server/
H A Dsavegame2.c6511 size_t size_of_current_part = PART_SIZE + bytes_adjust; in sg_save_player_attributes() local
6514 memcpy(part, quoted, size_of_current_part); in sg_save_player_attributes()
6515 part[size_of_current_part] = '\0'; in sg_save_player_attributes()
6519 bytes_left -= size_of_current_part; in sg_save_player_attributes()
6520 quoted_at = &quoted[size_of_current_part]; in sg_save_player_attributes()
6528 size_t size_of_current_part = MIN(bytes_left, PART_SIZE); in sg_save_player_attributes() local
6530 memcpy(part, quoted_at, size_of_current_part); in sg_save_player_attributes()
6531 part[size_of_current_part] = '\0'; in sg_save_player_attributes()
6536 bytes_left -= size_of_current_part; in sg_save_player_attributes()
6537 quoted_at = &quoted_at[size_of_current_part]; in sg_save_player_attributes()