Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/debugger/
Ddebugger.c221 const size_t max_byte_count = JERRY_DEBUGGER_SEND_MAX (uint8_t); in jerry_debugger_send_scope_chain() local
222 const size_t max_message_size = JERRY_DEBUGGER_SEND_SIZE (max_byte_count, uint8_t); in jerry_debugger_send_scope_chain()
235 if (buffer_pos == max_byte_count) in jerry_debugger_send_scope_chain()
346 const size_t max_byte_count = JERRY_DEBUGGER_SEND_MAX (uint8_t); in jerry_debugger_copy_variables_to_string_message() local
347 const size_t max_message_size = JERRY_DEBUGGER_SEND_SIZE (max_byte_count, uint8_t); in jerry_debugger_copy_variables_to_string_message()
359 if (*buffer_pos == max_byte_count) in jerry_debugger_copy_variables_to_string_message()
397 size_t free_bytes = max_byte_count - *buffer_pos; in jerry_debugger_copy_variables_to_string_message()
412 free_bytes = max_byte_count; in jerry_debugger_copy_variables_to_string_message()
1339 const size_t max_byte_count = JERRY_DEBUGGER_SEND_MAX (uint8_t); in jerry_debugger_send_string() local
1340 const size_t max_message_size = JERRY_DEBUGGER_SEND_SIZE (max_byte_count, uint8_t); in jerry_debugger_send_string()
[all …]