Lines Matching refs:line_length
2634 uint16_t line_length; in profile_handler() local
2647 line_length = net_buf_findcrlf(*buf, &frag); in profile_handler()
2648 if (line_length) { in profile_handler()
2651 *buf, 0, line_length); in profile_handler()
2652 LOG_DBG("length: %u: %s", line_length, line); in profile_handler()
2660 net_buf_remove(buf, line_length); in profile_handler()
2699 uint16_t line_length; in on_cmd_atcmdinfo_pdp_authentication_cfg() local
2708 line_length = net_buf_findcrlf(*buf, &frag); in on_cmd_atcmdinfo_pdp_authentication_cfg()
2709 if (line_length) { in on_cmd_atcmdinfo_pdp_authentication_cfg()
2712 *buf, 0, line_length); in on_cmd_atcmdinfo_pdp_authentication_cfg()
2713 LOG_DBG("length: %u: %s", line_length, line); in on_cmd_atcmdinfo_pdp_authentication_cfg()
2752 net_buf_remove(buf, line_length); in on_cmd_atcmdinfo_pdp_authentication_cfg()
2765 uint16_t line_length; in on_cmd_atcmdinfo_pdp_context() local
2774 line_length = net_buf_findcrlf(*buf, &frag); in on_cmd_atcmdinfo_pdp_context()
2775 if (line_length) { in on_cmd_atcmdinfo_pdp_context()
2778 *buf, 0, line_length); in on_cmd_atcmdinfo_pdp_context()
2779 LOG_DBG("length: %u: %s", line_length, line); in on_cmd_atcmdinfo_pdp_context()
2828 net_buf_remove(buf, line_length); in on_cmd_atcmdinfo_pdp_context()