Home
last modified time | relevance | path

Searched refs:gContext (Results 1 – 2 of 2) sorted by relevance

/external/jetty/src/java/org/eclipse/jetty/security/
DSpnegoLoginService.java125 GSSContext gContext = manager.createContext(serverCreds); in login() local
127 if (gContext == null) in login()
133 while (!gContext.isEstablished()) in login()
135 authToken = gContext.acceptSecContext(authToken,0,authToken.length); in login()
137 if (gContext.isEstablished()) in login()
139 String clientName = gContext.getSrcName().toString(); in login()
143 LOG.debug("Client Principal is: " + gContext.getSrcName()); in login()
144 LOG.debug("Server Principal is: " + gContext.getTargName()); in login()
/external/icu/icu4c/source/test/cintltst/
Dhpmufn.c81 const void *gContext; variable
137 u_setMemoryFunctions(&gContext, NULL, myMemRealloc, myMemFree, &status); in TestHeapFunctions()
140 u_setMemoryFunctions(&gContext, myMemAlloc, NULL, myMemFree, &status); in TestHeapFunctions()
143 u_setMemoryFunctions(&gContext, myMemAlloc, myMemRealloc, NULL, &status); in TestHeapFunctions()
150 u_setMemoryFunctions(&gContext, myMemAlloc, myMemRealloc, myMemFree, &status); in TestHeapFunctions()