Searched refs:p_line (Results 1 – 2 of 2) sorted by relevance
623 ATLine *p_line; in at_response_free() local627 p_line = p_response->p_intermediates; in at_response_free()629 while (p_line != NULL) { in at_response_free()632 p_toFree = p_line; in at_response_free()633 p_line = p_line->p_next; in at_response_free()
846 int *p_line; local851 p_line = (int *)data;855 asprintf(&cmd, "AT+CHLD=1%d", p_line[0]);