Home
last modified time | relevance | path

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

/dports/ftp/filezilla/filezilla-3.55.1/src/engine/http/
H A Drequest.cpp343 auto & shared_response = requests_.front(); in FinalizeResponseBody() local
344 if (shared_response) { in FinalizeResponseBody()
345 auto & response = shared_response->response(); in FinalizeResponseBody()
370 auto & shared_response = requests_.front(); in ParseReceiveBuffer() local
371 if (shared_response) { in ParseReceiveBuffer()
372 auto & request = shared_response->request(); in ParseReceiveBuffer()
385 auto & response = shared_response->response(); in ParseReceiveBuffer()
857 auto & shared_response = requests_.front(); in ProcessData() local
858 if (shared_response) { in ProcessData()
859 auto & response = shared_response->response(); in ProcessData()
/dports/math/py-or-tools/or-tools-9.2/ortools/sat/
H A Dcp_model_lns.h91 SharedResponseManager* shared_response,
201 const SharedResponseManager& shared_response() const { in shared_response() function
H A Dcp_model_lns.cc41 SharedResponseManager* shared_response, SharedTimeLimit* shared_time_limit, in NeighborhoodGeneratorHelper() argument
48 shared_response_(shared_response) { in NeighborhoodGeneratorHelper()
634 return (helper_.shared_response().SolutionsRepository().NumSolutions() > 0); in ReadyToGenerate()