Searched refs:proxyServiceList (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/proxymngr/dist/
H A Dpmdb.c38 static proxy_service *proxyServiceList = NULL; variable in typeref:typename:proxy_service *
61 proxy_service *service = proxyServiceList;
89 if (proxyServiceList == NULL)
91 proxyServiceList = service;
96 service->next = proxyServiceList;
97 proxyServiceList = service;
312 proxy_service *service = proxyServiceList;
650 proxy_service *service = proxyServiceList;

Completed in 2 milliseconds