Home
last modified time | relevance | path

Searched refs:HTTP_LIST_RETRY (Results 1 – 3 of 3) sorted by relevance

/dports/www/trafficserver/trafficserver-9.1.1/proxy/http/
H A DHttpPages.cc297 eventProcessor.schedule_in(this, HTTP_LIST_RETRY, ET_CALL); in handle_smdetails()
315 eventProcessor.schedule_in(this, HTTP_LIST_RETRY, ET_CALL); in handle_smdetails()
356 eventProcessor.schedule_in(this, HTTP_LIST_RETRY, ET_CALL); in handle_smlist()
416 eventProcessor.schedule_in(this, HTTP_LIST_RETRY, ET_CALL); in handle_callback()
H A DHttpPages.h45 const int HTTP_LIST_RETRY = HRTIME_MSECONDS(10); variable
H A DHttpSM.cc501 mutex->thread_holding->schedule_in(this, HTTP_LIST_RETRY); in state_remove_from_list()