Lines Matching defs:data
34 * Incoming message: next message of string data.
51 * Waiting for data from the client.
94 * Send data over an active connection.
96 * @return true - if the data was sent successfully
104 return false; // do not send any debugger data before the hand shake done
120 jerry_debugger_send_backtrace (const uint8_t *recv_buffer_p) /**< pointer to the received data */
344 size_t *buffer_pos) /**< string data position of the message */
432 jerry_debugger_send_scope_variables (const uint8_t *recv_buffer_p) /**< pointer to the received data */
694 jerry_debugger_process_message (const uint8_t *recv_buffer_p, /**< pointer to the received data */
698 jerry_debugger_uint8_data_t **message_data_p) /**< custom message data */
1149 jerry_debugger_receive (jerry_debugger_uint8_data_t **message_data_p) /**< [out] data received from client */
1273 * @return true - if the data sent successfully to the debugger client,
1308 * Send raw data to the debugger client.
1312 const void *data, /**< raw data */
1313 size_t size) /**< size of data */
1320 memcpy (message_type_p + 1, data, size);
1328 * @return true - if the data sent successfully to the debugger client,
1334 const uint8_t *string_p, /**< string data */
1382 * @return true - if the data was sent successfully to the debugger client,
1403 * Send function data to the debugger client.
1405 * @return true - if the data sent successfully to the debugger client,
1562 * @return true - if the data sent successfully to the debugger client,