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

/xsrc/external/mit/xdm/dist/xdm/
H A Ddpylist.c165 free (d->authNameLens);
235 d->authNameLens = NULL;
H A Dauth.c481 free (d->authNameLens);
482 d->authNameLens = malloc (d->authNameNum * sizeof (unsigned short));
483 if (!d->authNameLens)
486 d->authNameLens[i] = strlen (d->authNames[i]);
493 auth = GenerateAuthorization (d->authNameLens[i], d->authNames[i]);
/xsrc/external/mit/xdm/dist/include/
H A Ddm.h224 unsigned short *authNameLens; /* authorization protocol name lens */ member in struct:display

Completed in 5 milliseconds