Searched refs:HTTP_EVENT_ON_HEADER (Results 1 – 6 of 6) sorted by relevance
57 case HTTP_EVENT_ON_HEADER: in _http_event_handler()
33 case HTTP_EVENT_ON_HEADER:34 ESP_LOGI(TAG, "HTTP_EVENT_ON_HEADER");
34 HTTP_EVENT_ON_HEADER, /*!< Occurs when receiving each header sent from the server */ enumerator
272 case HTTP_EVENT_ON_HEADER: in http_event_handle()
60 case HTTP_EVENT_ON_HEADER: in _http_event_handler()
211 http_dispatch_event(client, HTTP_EVENT_ON_HEADER, NULL, 0); in http_on_header_event()