HomeSort by: relevance | last modified time | path
    Searched refs:authNameLens (Results 1 - 3 of 3) sorted by relevancy

  /xsrc/external/mit/xdm/dist/xdm/
dpylist.c 165 free (d->authNameLens);
235 d->authNameLens = NULL;
auth.c 481 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/
dm.h 224 unsigned short *authNameLens; /* authorization protocol name lens */

Completed in 5 milliseconds