Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/include/zephyr/modem/
Dchat.h42 uint8_t match_size; member
57 .match = (uint8_t *)(_match), .match_size = (uint8_t)(sizeof(_match) - 1), \
65 .match = (uint8_t *)(_match), .match_size = (uint8_t)(sizeof(_match) - 1), \
74 .match_size = (uint8_t)(sizeof(_match) - 1), \
/Zephyr-Core-3.7.0/tests/subsys/modem/modem_chat/src/
Dmain.c597 .match_size = 0, in ZTEST()
623 stack_response_match.match_size = strlen(match); in ZTEST()
696 zassert_equal(test_match.match_size, 5, "Failed to set size of match"); in ZTEST()
/Zephyr-Core-3.7.0/subsys/modem/
Dmodem_chat.c417 for (uint16_t i = 0; i < match->match_size; i++) { in modem_chat_match_matches_received()
436 if (chat->matches[i][u].match_size != chat->receive_buf_len) { in modem_chat_parse_find_match()
535 if (chat->matches[i][u].match_size == 0) { in modem_chat_parse_find_catch_all_match()
958 chat_match->match_size = (uint8_t)size; in modem_chat_match_set_match()