sync_state        184 source4/auth/ntlm/auth.c 	struct auth_check_password_sync_state *sync_state;
sync_state        187 source4/auth/ntlm/auth.c 	sync_state = talloc_zero(auth_ctx, struct auth_check_password_sync_state);
sync_state        188 source4/auth/ntlm/auth.c 	NT_STATUS_HAVE_NO_MEMORY(sync_state);
sync_state        190 source4/auth/ntlm/auth.c 	auth_check_password_send(auth_ctx, user_info, auth_check_password_sync_callback, sync_state);
sync_state        192 source4/auth/ntlm/auth.c 	while (!sync_state->finished) {
sync_state        196 source4/auth/ntlm/auth.c 	status = sync_state->status;
sync_state        199 source4/auth/ntlm/auth.c 		*server_info = talloc_steal(mem_ctx, sync_state->server_info);
sync_state        202 source4/auth/ntlm/auth.c 	talloc_free(sync_state);