Home
last modified time | relevance | path

Searched refs:at_response_free (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/app/forlinx/quectelCM/
H A Datchannel.c624 at_response_free(sp_response); in clearPendingCommand()
689 void at_response_free(ATResponse *p_response) in at_response_free() function
773 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()
H A Datchannel.h114 void at_response_free(ATResponse *p_response);
H A Datc.c45 #define safe_at_response_free(__x) { if (__x) { at_response_free(__x); __x = NULL;}}