Lines Matching refs:sp_response
79 static ATResponse *sp_response = NULL; variable
132 p_new->p_next = sp_response->p_intermediates; in addIntermediate()
133 sp_response->p_intermediates = p_new; in addIntermediate()
222 sp_response->finalResponse = strdup(line); in handleFinalResponse()
238 if (sp_response == NULL) { in processLine()
242 sp_response->success = 1; in processLine()
245 sp_response->success = 0; in processLine()
257 if (sp_response->p_intermediates == NULL in processLine()
268 if (sp_response->p_intermediates == NULL in processLine()
558 if (sp_response != NULL) { in clearPendingCommand()
559 at_response_free(sp_response); in clearPendingCommand()
562 sp_response = NULL; in clearPendingCommand()
584 sp_response = NULL; in at_open()
679 if(sp_response != NULL) { in at_send_command_full_nolock()
693 sp_response = at_response_new(); in at_send_command_full_nolock()
699 while (sp_response->finalResponse == NULL && s_readerClosed == 0) { in at_send_command_full_nolock()
713 at_response_free(sp_response); in at_send_command_full_nolock()
716 reverseIntermediates(sp_response); in at_send_command_full_nolock()
717 *pp_outResponse = sp_response; in at_send_command_full_nolock()
720 sp_response = NULL; in at_send_command_full_nolock()