Lines Matching refs:ATResponse
73 static ATResponse *sp_response = NULL;
684 static ATResponse * at_response_new() in at_response_new()
686 return (ATResponse *) calloc(1, sizeof(ATResponse)); in at_response_new()
689 void at_response_free(ATResponse *p_response) in at_response_free()
715 static void reverseIntermediates(ATResponse *p_response) in reverseIntermediates()
738 long long timeoutMsec, ATResponse **pp_outResponse) in at_send_command_full_nolock()
801 long long timeoutMsec, ATResponse **pp_outResponse) in at_send_command_full()
835 int at_send_command (const char *command, ATResponse **pp_outResponse) in at_send_command()
848 ATResponse **pp_outResponse) in at_send_command_singleline()
870 ATResponse **pp_outResponse) in at_send_command_numeric()
894 ATResponse **pp_outResponse) in at_send_command_sms()
916 ATResponse **pp_outResponse) in at_send_command_multiline()
929 ATResponse **pp_outResponse) in at_send_command_raw()
980 AT_CME_Error at_get_cme_error(const ATResponse *p_response) in at_get_cme_error()