HomeSort by relevance Sort by last modified time
    Searched refs:HttpService (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/edk2/NetworkPkg/HttpDxe/
HttpDriver.c 62 HTTP_SERVICE *HttpService;
67 HttpService = AllocateZeroPool (sizeof (HTTP_SERVICE));
68 if (HttpService == NULL) {
72 HttpService->Signature = HTTP_SERVICE_SIGNATURE;
73 HttpService->ServiceBinding.CreateChild = HttpServiceBindingCreateChild;
74 HttpService->ServiceBinding.DestroyChild = HttpServiceBindingDestroyChild;
75 HttpService->ImageHandle = ImageHandle;
76 HttpService->ControllerHandle = Controller;
77 HttpService->ChildrenNumber = 0;
78 InitializeListHead (&HttpService->ChildrenList);
    [all...]
  /external/apache-http/src/org/apache/http/protocol/
HttpService.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/protocol/HttpService.java $
67 public class HttpService {
83 public HttpService(

Completed in 913 milliseconds