negHints 110 source4/heimdal/lib/gssapi/spnego/accept_sec_context.c nt.u.negTokenInit.negHints = NULL; negHints 171 source4/heimdal/lib/gssapi/spnego/accept_sec_context.c ALLOC(nt.u.negTokenInit.negHints, 1); negHints 172 source4/heimdal/lib/gssapi/spnego/accept_sec_context.c if (nt.u.negTokenInit.negHints == NULL) { negHints 179 source4/heimdal/lib/gssapi/spnego/accept_sec_context.c ALLOC(nt.u.negTokenInit.negHints->hintName, 1); negHints 180 source4/heimdal/lib/gssapi/spnego/accept_sec_context.c if (nt.u.negTokenInit.negHints->hintName == NULL) { negHints 187 source4/heimdal/lib/gssapi/spnego/accept_sec_context.c *(nt.u.negTokenInit.negHints->hintName) = name_buf.value; negHints 189 source4/heimdal/lib/gssapi/spnego/accept_sec_context.c nt.u.negTokenInit.negHints->hintAddress = NULL;