Searched refs:NX_WEB_HTTP_CLIENT_STATE_GET (Results 1 – 2 of 2) sorted by relevance
877 client_ptr -> nx_web_http_client_state = NX_WEB_HTTP_CLIENT_STATE_GET; in _nx_web_http_client_get_start_extended()1239 client_ptr -> nx_web_http_client_state = NX_WEB_HTTP_CLIENT_STATE_GET; in _nx_web_http_client_get_secure_start_extended()1570 if ((client_ptr -> nx_web_http_client_state < NX_WEB_HTTP_CLIENT_STATE_GET) || in _nx_web_http_client_response_body_get()7956 client_ptr -> nx_web_http_client_state = NX_WEB_HTTP_CLIENT_STATE_GET; in _nx_web_http_client_request_send()
88 #define NX_WEB_HTTP_CLIENT_STATE_GET 2 macro