Searched refs:p_intermediates (Results 1 – 3 of 3) sorted by relevance
132 p_new->p_next = sp_response->p_intermediates; in addIntermediate()133 sp_response->p_intermediates = p_new; in addIntermediate()257 if (sp_response->p_intermediates == NULL in processLine()268 if (sp_response->p_intermediates == NULL in processLine()630 p_line = p_response->p_intermediates; in at_response_free()654 pcur = p_response->p_intermediates; in reverseIntermediates()655 p_response->p_intermediates = NULL; in reverseIntermediates()659 pcur->p_next = p_response->p_intermediates; in reverseIntermediates()660 p_response->p_intermediates = pcur; in reverseIntermediates()796 && (*pp_outResponse)->p_intermediates == NULL in at_send_command_singleline()[all …]
599 for (p_cur = p_response->p_intermediates; p_cur != NULL; in requestOrSendDataCallList()622 for (p_cur = p_response->p_intermediates; p_cur != NULL; in requestOrSendDataCallList()653 for (p_cur = p_response->p_intermediates; p_cur != NULL; in requestOrSendDataCallList()748 line = p_response->p_intermediates->line; in requestQueryNetworkSelectionMode()805 for (countCalls = 0, p_cur = p_response->p_intermediates823 for (countValidCalls = 0, p_cur = p_response->p_intermediates1007 line = p_response->p_intermediates->line;1070 if (!strstr( p_response->p_intermediates->line, "DONE") ) {1072 int res = parse_technology_response(p_response->p_intermediates->line, ¤t, NULL);1122 line = p_response->p_intermediates->line;[all …]
65 ATLine *p_intermediates; /* any intermediate responses */ member