Searched refs:p_response (Results 1 – 3 of 3) sorted by relevance
580 ATResponse *p_response; in requestOrSendDataCallList() local781 ATResponse *p_response; local1795 if (err < 0 || p_response == NULL || p_response->success == 0) {1797 err, p_response ? p_response->success : 0);1831 if (err < 0 || p_response == NULL || p_response->success == 0) {1833 err, session_id, p_response ? p_response->success : 0);1868 if (err < 0 || p_response == NULL || p_response->success == 0) {1870 err, p_response ? p_response->success : 0);2298 ATResponse *p_response; local2917 p_response = NULL;[all …]
624 void at_response_free(ATResponse *p_response) in at_response_free() argument628 if (p_response == NULL) return; in at_response_free()630 p_line = p_response->p_intermediates; in at_response_free()642 free (p_response->finalResponse); in at_response_free()643 free (p_response); in at_response_free()654 pcur = p_response->p_intermediates; in reverseIntermediates()655 p_response->p_intermediates = NULL; in reverseIntermediates()660 p_response->p_intermediates = pcur; in reverseIntermediates()934 if (p_response->success > 0) { in at_get_cme_error()938 if (p_response->finalResponse == NULL in at_get_cme_error()[all …]
110 void at_response_free(ATResponse *p_response);118 AT_CME_Error at_get_cme_error(const ATResponse *p_response);