Searched refs:finalResponse (Results 1 – 2 of 2) sorted by relevance
229 sp_response->finalResponse = strdup(line); in handleFinalResponse()691 free (p_response->finalResponse); in at_response_free()752 while (sp_response->finalResponse == NULL && s_readerClosed == 0) { in at_send_command_full_nolock()997 if (p_response->finalResponse == NULL in at_get_cme_error()998 || !strStartsWith(p_response->finalResponse, "+CME ERROR:") in at_get_cme_error()1003 p_cur = p_response->finalResponse; in at_get_cme_error()
64 char *finalResponse; /* eg OK, ERROR */ member