Lines Matching defs:easy
75 public function release(EasyHandle $easy): void
103 …public static function finish(callable $handler, EasyHandle $easy, CurlFactoryInterface $factory):…
125 private static function invokeStats(EasyHandle $easy): void
142 …private static function finishError(callable $handler, EasyHandle $easy, CurlFactoryInterface $fac…
161 private static function createRejection(EasyHandle $easy, array $ctx): PromiseInterface
219 private function getDefaultConf(EasyHandle $easy): array
246 private function applyMethod(EasyHandle $easy, array &$conf): void
313 private function applyHeaders(EasyHandle $easy, array &$conf): void
351 private function applyHandlerOptions(EasyHandle $easy, array &$conf): void
546 …private static function retryFailedRewind(callable $handler, EasyHandle $easy, array $ctx): Promis…
582 private function createHeaderFn(EasyHandle $easy): callable