Searched refs:free_bytes (Results 1 – 1 of 1) sorted by relevance
397 size_t free_bytes = max_byte_count - *buffer_pos; in jerry_debugger_copy_variables_to_string_message() local400 while (str_size > free_bytes) in jerry_debugger_copy_variables_to_string_message()402 memcpy (message_string_p->string + *buffer_pos, string_p, free_bytes); in jerry_debugger_copy_variables_to_string_message()410 string_p += free_bytes; in jerry_debugger_copy_variables_to_string_message()411 str_size -= free_bytes; in jerry_debugger_copy_variables_to_string_message()412 free_bytes = max_byte_count; in jerry_debugger_copy_variables_to_string_message()