Lines Matching refs:ATResponse
80 static ATResponse *sp_response = NULL;
620 static ATResponse * at_response_new() in at_response_new()
622 return (ATResponse *) calloc(1, sizeof(ATResponse)); in at_response_new()
625 void at_response_free(ATResponse *p_response) in at_response_free()
651 static void reverseIntermediates(ATResponse *p_response) in reverseIntermediates()
675 long long timeoutMsec, ATResponse **pp_outResponse) in at_send_command_full_nolock()
742 long long timeoutMsec, ATResponse **pp_outResponse) in at_send_command_full()
783 int at_send_command (const char *command, ATResponse **pp_outResponse) in at_send_command()
796 ATResponse **pp_outResponse) in at_send_command_singleline()
818 ATResponse **pp_outResponse) in at_send_command_numeric()
842 ATResponse **pp_outResponse) in at_send_command_sms()
865 ATResponse **pp_outResponse) in at_send_command_multiline()
945 AT_CME_Error at_get_cme_error(const ATResponse *p_response) in at_get_cme_error()