Searched refs:nx_http_client_first_packet (Results 1 – 2 of 2) sorted by relevance
328 if (client_ptr -> nx_http_client_first_packet) in _nx_http_client_delete()332 nx_packet_release(client_ptr -> nx_http_client_first_packet); in _nx_http_client_delete()1466 client_ptr -> nx_http_client_first_packet = response_packet_ptr; in _nxd_http_client_get_start_extended()1472 client_ptr -> nx_http_client_first_packet = NX_NULL; in _nxd_http_client_get_start_extended()1635 if (client_ptr -> nx_http_client_first_packet) in _nx_http_client_get_packet()1639 data_packet_ptr = client_ptr -> nx_http_client_first_packet; in _nx_http_client_get_packet()1642 client_ptr -> nx_http_client_first_packet = NX_NULL; in _nx_http_client_get_packet()
175 …NX_PACKET *nx_http_client_first_packet; /* Pointer to first packet with da… member