channel_type      840 source3/passdb/secrets.c 		uint32 *channel_type;
channel_type      841 source3/passdb/secrets.c 		channel_type = (unsigned int *)secrets_fetch(machine_sec_channel_type_keystr(domain), &size);
channel_type      842 source3/passdb/secrets.c 		if (channel_type) {
channel_type      843 source3/passdb/secrets.c 			*channel = IVAL(channel_type,0);
channel_type      844 source3/passdb/secrets.c 			SAFE_FREE(channel_type);