Lines Matching refs:sp_response
78 static ATResponse *sp_response = NULL; variable
130 p_new->p_next = sp_response->p_intermediates; in addIntermediate()
131 sp_response->p_intermediates = p_new; in addIntermediate()
220 sp_response->finalResponse = strdup(line); in handleFinalResponse()
236 if (sp_response == NULL) { in processLine()
240 sp_response->success = 1; in processLine()
243 sp_response->success = 0; in processLine()
255 if (sp_response->p_intermediates == NULL in processLine()
266 if (sp_response->p_intermediates == NULL in processLine()
555 if (sp_response != NULL) { in clearPendingCommand()
556 at_response_free(sp_response); in clearPendingCommand()
559 sp_response = NULL; in clearPendingCommand()
581 sp_response = NULL; in at_open()
678 if(sp_response != NULL) { in at_send_command_full_nolock()
692 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()
718 at_response_free(sp_response); in at_send_command_full_nolock()
721 reverseIntermediates(sp_response); in at_send_command_full_nolock()
722 *pp_outResponse = sp_response; in at_send_command_full_nolock()
725 sp_response = NULL; in at_send_command_full_nolock()