Home
last modified time | relevance | path

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

/plugin/elasticsearch/vendor/ezimuel/ringphp/src/Client/
DCurlFactory.php160 $startingResponse = false;
169 CURLOPT_HEADERFUNCTION => function ($ch, $h) use (&$headers, &$startingResponse) {
172 $startingResponse = true;
173 } elseif ($startingResponse) {
174 $startingResponse = false;
/plugin/matrixnotifierwas/vendor/guzzlehttp/guzzle/src/Handler/
DCurlFactory.php597 &$startingResponse
601 $startingResponse = true; variable in GuzzleHttp\\Handler\\CurlFactory
620 } elseif ($startingResponse) {
621 $startingResponse = false; variable in GuzzleHttp\\Handler\\CurlFactory
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Handler/
DCurlFactory.php560 &$startingResponse
564 $startingResponse = true;
576 } elseif ($startingResponse) {
577 $startingResponse = false;