Home
last modified time | relevance | path

Searched refs:EasyHandle (Results 1 – 3 of 3) sorted by path

/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Handler/
H A DCurlFactory.php41 $easy = new EasyHandle;
64 public function release(EasyHandle $easy)
90 * @param EasyHandle $easy
97 EasyHandle $easy,
120 private static function invokeStats(EasyHandle $easy)
136 EasyHandle $easy,
206 private function getDefaultConf(EasyHandle $easy)
233 private function applyMethod(EasyHandle $easy, array &$conf)
301 private function applyHeaders(EasyHandle $easy, array &$conf)
510 EasyHandle $easy,
[all …]
H A DCurlFactoryInterface.php14 * @return EasyHandle
24 * @param EasyHandle $easy
26 public function release(EasyHandle $easy);
H A DEasyHandle.php14 final class EasyHandle class