Searched refs:authnone_private (Results 1 – 2 of 2) sorted by relevance
73 static struct authnone_private { struct77 } *authnone_private; argument81 register struct authnone_private *ap = authnone_private; in authnone_create()87 ap = (struct authnone_private *) rt_malloc (sizeof(*ap)); in authnone_create()90 authnone_private = ap; in authnone_create()109 register struct authnone_private *ap = authnone_private; in authnone_marshal()
52 static struct authnone_private struct57 } *authnone_private; argument61 register struct authnone_private *ap = authnone_private; in authnone_create()112 ap = (struct authnone_private *) rt_malloc(sizeof(*ap)); in authnone_create()119 authnone_private = ap; in authnone_create()146 register struct authnone_private *ap = authnone_private; in authnone_marshal()
Completed in 9 milliseconds