Lines Matching refs:ATResponse
79 static ATResponse *sp_response = NULL;
619 static ATResponse * at_response_new() in at_response_new()
621 return (ATResponse *) calloc(1, sizeof(ATResponse)); in at_response_new()
624 void at_response_free(ATResponse *p_response) in at_response_free()
650 static void reverseIntermediates(ATResponse *p_response) in reverseIntermediates()
674 long long timeoutMsec, ATResponse **pp_outResponse) in at_send_command_full_nolock()
741 long long timeoutMsec, ATResponse **pp_outResponse) in at_send_command_full()
779 int at_send_command (const char *command, ATResponse **pp_outResponse) in at_send_command()
792 ATResponse **pp_outResponse) in at_send_command_singleline()
814 ATResponse **pp_outResponse) in at_send_command_numeric()
838 ATResponse **pp_outResponse) in at_send_command_sms()
861 ATResponse **pp_outResponse) in at_send_command_multiline()
924 AT_CME_Error at_get_cme_error(const ATResponse *p_response) in at_get_cme_error()