Lines Matching refs:sp_response
80 static ATResponse *sp_response = NULL; variable
133 p_new->p_next = sp_response->p_intermediates; in addIntermediate()
134 sp_response->p_intermediates = p_new; in addIntermediate()
223 sp_response->finalResponse = strdup(line); in handleFinalResponse()
239 if (sp_response == NULL) { in processLine()
243 sp_response->success = 1; in processLine()
246 sp_response->success = 0; in processLine()
258 if (sp_response->p_intermediates == NULL in processLine()
269 if (sp_response->p_intermediates == NULL in processLine()
559 if (sp_response != NULL) { in clearPendingCommand()
560 at_response_free(sp_response); in clearPendingCommand()
563 sp_response = NULL; in clearPendingCommand()
585 sp_response = NULL; in at_open()
680 if(sp_response != NULL) { in at_send_command_full_nolock()
694 sp_response = at_response_new(); in at_send_command_full_nolock()
700 while (sp_response->finalResponse == NULL && s_readerClosed == 0) { in at_send_command_full_nolock()
714 at_response_free(sp_response); in at_send_command_full_nolock()
717 reverseIntermediates(sp_response); in at_send_command_full_nolock()
718 *pp_outResponse = sp_response; in at_send_command_full_nolock()
721 sp_response = NULL; in at_send_command_full_nolock()