td                308 lib/compression/mszip.c 			     struct Ziphuft *tl, struct Ziphuft *td,
td                359 lib/compression/mszip.c       if ((e = (t = td + ((uint32_t)b & md))->e) > 16)
td                483 lib/compression/mszip.c   struct Ziphuft *td;      /* distance code table */
td                536 lib/compression/mszip.c     j = (td = tl + ((uint32_t)b & m))->b;
td                538 lib/compression/mszip.c     j = td->v.n;
td                591 lib/compression/mszip.c   Ziphuft_build(decomp_state, ll + nl, nd, 0, Zipcpdist, Zipcpdext, &td, &bd);
td                594 lib/compression/mszip.c   if(Zipinflate_codes(decomp_state, tl, td, bl, bd))
td                599 lib/compression/mszip.c   Ziphuft_free(td);
td                 41 source4/lib/registry/tests/diff.c 	struct diff_tcase_data *td = tcase_data;
td                 43 source4/lib/registry/tests/diff.c 	error = reg_generate_diff(td->r1_ctx, td->r2_ctx, 
td                 44 source4/lib/registry/tests/diff.c 			td->callbacks,
td                 45 source4/lib/registry/tests/diff.c 			td->callback_data);
td                 54 source4/lib/registry/tests/diff.c 	struct diff_tcase_data *td = tcase_data;
td                 62 source4/lib/registry/tests/diff.c 	error = reg_diff_load(td->filename, iconv_convenience, callbacks, data);
td                 70 source4/lib/registry/tests/diff.c 	struct diff_tcase_data *td = tcase_data;
td                 74 source4/lib/registry/tests/diff.c 	error = reg_diff_apply(td->r1_ctx, lp_iconv_convenience(tctx->lp_ctx), td->filename);
td                 77 source4/lib/registry/tests/diff.c 	error = td->r1_ctx->ops->get_predefined_key(td->r1_ctx, HKEY_LOCAL_MACHINE, &key);
td                 82 source4/lib/registry/tests/diff.c 	error = td->r1_ctx->ops->open_key(td->r1_ctx, key, "Software", &key);
td                 84 source4/lib/registry/tests/diff.c 	error = td->r1_ctx->ops->open_key(td->r1_ctx, key, "Microsoft", &key);
td                 86 source4/lib/registry/tests/diff.c 	error = td->r1_ctx->ops->open_key(td->r1_ctx, key, "Windows", &key);
td                 88 source4/lib/registry/tests/diff.c 	error = td->r1_ctx->ops->open_key(td->r1_ctx, key, "CurrentVersion", &key);
td                 90 source4/lib/registry/tests/diff.c 	error = td->r1_ctx->ops->open_key(td->r1_ctx, key, "Policies", &key);
td                 92 source4/lib/registry/tests/diff.c 	error = td->r1_ctx->ops->open_key(td->r1_ctx, key, "Explorer", &key);
td                161 source4/lib/registry/tests/diff.c 	struct diff_tcase_data *td;
td                165 source4/lib/registry/tests/diff.c 	td = talloc(tctx, struct diff_tcase_data);
td                175 source4/lib/registry/tests/diff.c 	status = torture_temp_dir(tctx, "patchfile", &td->tempdir);
td                179 source4/lib/registry/tests/diff.c 	filename = talloc_asprintf(tctx, "%s/r1_local_machine.ldb", td->tempdir);
td                186 source4/lib/registry/tests/diff.c 	filename = talloc_asprintf(tctx, "%s/r1_current_user.ldb", td->tempdir);
td                194 source4/lib/registry/tests/diff.c 	filename = talloc_asprintf(tctx, "%s/r2_local_machine.ldb", td->tempdir);
td                201 source4/lib/registry/tests/diff.c 	filename = talloc_asprintf(tctx, "%s/r2_current_user.ldb", td->tempdir);
td                238 source4/lib/registry/tests/diff.c 	td->r1_ctx = r1_ctx;
td                239 source4/lib/registry/tests/diff.c 	td->r2_ctx = r2_ctx;
td                241 source4/lib/registry/tests/diff.c 	*data = td;
td                248 source4/lib/registry/tests/diff.c 	struct diff_tcase_data *td;
td                253 source4/lib/registry/tests/diff.c 	td = *data;
td                257 source4/lib/registry/tests/diff.c 	td->filename = talloc_asprintf(tctx, "%s/test.pol", td->tempdir);
td                258 source4/lib/registry/tests/diff.c 	error = reg_preg_diff_save(tctx, td->filename, ic, &td->callbacks, &td->callback_data);
td                266 source4/lib/registry/tests/diff.c 	struct diff_tcase_data *td;
td                271 source4/lib/registry/tests/diff.c 	td = *data;
td                275 source4/lib/registry/tests/diff.c 	td->filename = talloc_asprintf(tctx, "%s/test.reg", td->tempdir);
td                276 source4/lib/registry/tests/diff.c 	error = reg_dotreg_diff_save(tctx, td->filename, ic, &td->callbacks, &td->callback_data);