Searched refs:at_response_free (Results 1 – 3 of 3) sorted by relevance
624 at_response_free(sp_response); in clearPendingCommand()689 void at_response_free(ATResponse *p_response) in at_response_free() function773 at_response_free(sp_response); in at_send_command_full_nolock()860 at_response_free(*pp_outResponse); in at_send_command_singleline()882 at_response_free(*pp_outResponse); in at_send_command_numeric()906 at_response_free(*pp_outResponse); in at_send_command_sms()
114 void at_response_free(ATResponse *p_response);
45 #define safe_at_response_free(__x) { if (__x) { at_response_free(__x); __x = NULL;}}