Searched refs:resp_line_buf (Results 1 – 1 of 1) sorted by relevance
230 const char *resp_line_buf = RT_NULL; in at_resp_parse_line_args() local235 resp_line_buf = at_resp_get_line(resp, resp_line); in at_resp_parse_line_args()236 if (resp_line_buf == RT_NULL) in at_resp_parse_line_args()243 resp_args_num = vsscanf(resp_line_buf, resp_expr, args); in at_resp_parse_line_args()265 const char *resp_line_buf = RT_NULL; in at_resp_parse_line_args_by_kw() local270 resp_line_buf = at_resp_get_line_by_kw(resp, keyword); in at_resp_parse_line_args_by_kw()271 if (resp_line_buf == RT_NULL) in at_resp_parse_line_args_by_kw()278 resp_args_num = vsscanf(resp_line_buf, resp_expr, args); in at_resp_parse_line_args_by_kw()
Completed in 4 milliseconds