sk_offset        1046 source4/lib/registry/regf.c 	uint32_t sk_offset, cur_sk_offset;
sk_offset        1061 source4/lib/registry/regf.c 	if (!hbin_get_tdr(regf, private_data->nk->sk_offset, regf,
sk_offset        1096 source4/lib/registry/regf.c 		hbin_free(regf, private_data->nk->sk_offset);
sk_offset        1103 source4/lib/registry/regf.c 	sk_offset = root.sk_offset;
sk_offset        1106 source4/lib/registry/regf.c 		cur_sk_offset = sk_offset;
sk_offset        1107 source4/lib/registry/regf.c 		if (!hbin_get_tdr(regf, sk_offset, regf,
sk_offset        1113 source4/lib/registry/regf.c 			private_data->nk->sk_offset = sk_offset;
sk_offset        1117 source4/lib/registry/regf.c 					      sk_offset, &sk);
sk_offset        1124 source4/lib/registry/regf.c 		sk_offset = sk.next_offset;
sk_offset        1125 source4/lib/registry/regf.c 	} while (sk_offset != root.sk_offset);
sk_offset        1130 source4/lib/registry/regf.c 	new_sk.next_offset = root.sk_offset;
sk_offset        1135 source4/lib/registry/regf.c 	sk_offset = hbin_store_tdr(regf,
sk_offset        1138 source4/lib/registry/regf.c 	if (sk_offset == -1) {
sk_offset        1142 source4/lib/registry/regf.c 	private_data->nk->sk_offset = sk_offset;
sk_offset        1147 source4/lib/registry/regf.c 				      private_data->nk->sk_offset, &cur_sk);
sk_offset        1157 source4/lib/registry/regf.c 	sk.next_offset = sk_offset;
sk_offset        1169 source4/lib/registry/regf.c 	sk.prev_offset = sk_offset;
sk_offset        1172 source4/lib/registry/regf.c 			      root.sk_offset, &sk);
sk_offset        1191 source4/lib/registry/regf.c 	if (!hbin_get_tdr(regf, private_data->nk->sk_offset, ctx,
sk_offset        1733 source4/lib/registry/regf.c 	nk.sk_offset = root->sk_offset;
sk_offset        1924 source4/lib/registry/regf.c 	uint32_t sk_offset;
sk_offset        1977 source4/lib/registry/regf.c 	nk.sk_offset = 0x80;
sk_offset        2017 source4/lib/registry/regf.c 	sk_offset = hbin_store_tdr(regf,
sk_offset        2020 source4/lib/registry/regf.c 	if (sk_offset != 0x80) {
sk_offset        2021 source4/lib/registry/regf.c 		DEBUG(0, ("Error storing sk block, should be at 0x80, stored at 0x%x\n", nk.sk_offset));