Lines Matching refs:p_intermediates
127 p_new->p_next = sp_response->p_intermediates; in addIntermediate()
128 sp_response->p_intermediates = p_new; in addIntermediate()
252 if (sp_response->p_intermediates == NULL in processLine()
263 if (sp_response->p_intermediates == NULL in processLine()
625 p_line = p_response->p_intermediates; in at_response_free()
649 pcur = p_response->p_intermediates; in reverseIntermediates()
650 p_response->p_intermediates = NULL; in reverseIntermediates()
654 pcur->p_next = p_response->p_intermediates; in reverseIntermediates()
655 p_response->p_intermediates = pcur; in reverseIntermediates()
792 && (*pp_outResponse)->p_intermediates == NULL in at_send_command_singleline()
814 && (*pp_outResponse)->p_intermediates == NULL in at_send_command_numeric()
838 && (*pp_outResponse)->p_intermediates == NULL in at_send_command_sms()