Lines Matching refs:sp_response
73 static ATResponse *sp_response = NULL; variable
121 p_new->p_next = sp_response->p_intermediates; in addIntermediate()
122 sp_response->p_intermediates = p_new; in addIntermediate()
215 sp_response->finalResponse = strdup(line); in handleFinalResponse()
231 if (sp_response == NULL) { in processLine()
239 sp_response->success = 1; in processLine()
242 sp_response->success = 0; in processLine()
254 if (sp_response->p_intermediates == NULL in processLine()
265 if (sp_response->p_intermediates == NULL in processLine()
623 if (sp_response != NULL) { in clearPendingCommand()
624 at_response_free(sp_response); in clearPendingCommand()
627 sp_response = NULL; in clearPendingCommand()
648 sp_response = NULL; in at_open()
745 if(sp_response != NULL) { in at_send_command_full_nolock()
761 sp_response = at_response_new(); in at_send_command_full_nolock()
763 while (sp_response->finalResponse == NULL && s_readerClosed == 0) { in at_send_command_full_nolock()
773 at_response_free(sp_response); in at_send_command_full_nolock()
776 reverseIntermediates(sp_response); in at_send_command_full_nolock()
777 *pp_outResponse = sp_response; in at_send_command_full_nolock()
780 sp_response = NULL; in at_send_command_full_nolock()