Lines Matching refs:p_intermediates
121 p_new->p_next = sp_response->p_intermediates; in addIntermediate()
122 sp_response->p_intermediates = p_new; in addIntermediate()
254 if (sp_response->p_intermediates == NULL in processLine()
265 if (sp_response->p_intermediates == NULL in processLine()
695 p_line = p_response->p_intermediates; in at_response_free()
719 pcur = p_response->p_intermediates; in reverseIntermediates()
720 p_response->p_intermediates = NULL; in reverseIntermediates()
724 pcur->p_next = p_response->p_intermediates; in reverseIntermediates()
725 p_response->p_intermediates = pcur; in reverseIntermediates()
857 && (*pp_outResponse)->p_intermediates == NULL in at_send_command_singleline()
879 && (*pp_outResponse)->p_intermediates == NULL in at_send_command_numeric()
903 && (*pp_outResponse)->p_intermediates == NULL in at_send_command_sms()