Searched refs:script_send_pos (Results 1 – 2 of 2) sorted by relevance
123 chat->script_send_pos = 0; in modem_chat_set_script_send_state()283 request_part = (uint8_t *)(&script_chat->request[chat->script_send_pos]); in modem_chat_send_script_request_part()288 request_part = (uint8_t *)(&chat->delimiter[chat->script_send_pos]); in modem_chat_send_script_request_part()296 request_part_size = request_size - chat->script_send_pos; in modem_chat_send_script_request_part()305 chat->script_send_pos += (uint16_t)ret; in modem_chat_send_script_request_part()308 return request_size <= chat->script_send_pos; in modem_chat_send_script_request_part()932 chat->script_send_pos = 0; in modem_chat_release()
261 uint16_t script_send_pos; member