talloc_get_type    40 lib/talloc/pytalloc.h #define py_talloc_get_type(py_obj, type) (talloc_get_type(py_talloc_get_ptr(py_obj), type))
talloc_get_type   629 lib/talloc/testsuite.c 	torture_assert("type", talloc_get_type(el1, struct el1) == el1,
talloc_get_type   631 lib/talloc/testsuite.c 	torture_assert("type", talloc_get_type(el1, struct el2) == NULL,
talloc_get_type   634 lib/talloc/testsuite.c 	torture_assert("type", talloc_get_type(el1, struct el2) == (struct el2 *)el1,
talloc_get_type   273 lib/tevent/tevent_epoll.c 		struct tevent_fd *fde = talloc_get_type(events[i].data.ptr, 
talloc_get_type   338 lib/tevent/tevent_epoll.c 		epoll_ev = talloc_get_type(ev->additional_data,
talloc_get_type   360 lib/tevent/tevent_epoll.c 	struct epoll_event_context *epoll_ev = talloc_get_type(ev->additional_data,
talloc_get_type   389 lib/tevent/tevent_epoll.c 	epoll_ev = talloc_get_type(ev->additional_data, struct epoll_event_context);
talloc_get_type   403 lib/tevent/tevent_epoll.c 	struct epoll_event_context *epoll_ev = talloc_get_type(ev->additional_data,
talloc_get_type   136 lib/tevent/tevent_queue.c 	struct tevent_queue *q = talloc_get_type(private_data,
talloc_get_type   230 lib/tevent/tevent_req.c 	struct tevent_req *req = talloc_get_type(private_data,
talloc_get_type   346 lib/tevent/tevent_req.c 	struct tevent_req *req = talloc_get_type(private_data,
talloc_get_type    88 lib/tevent/tevent_select.c 		select_ev = talloc_get_type(ev->additional_data,
talloc_get_type   110 lib/tevent/tevent_select.c 	struct select_event_context *select_ev = talloc_get_type(ev->additional_data,
talloc_get_type   209 lib/tevent/tevent_select.c 	struct select_event_context *select_ev = talloc_get_type(ev->additional_data,
talloc_get_type   148 lib/tevent/tevent_signal.c 	sl = talloc_get_type(se->additional_data,
talloc_get_type   409 lib/tevent/tevent_signal.c 	sl = talloc_get_type(se->additional_data,
talloc_get_type   284 lib/tevent/tevent_standard.c 		struct tevent_fd *fde = talloc_get_type(events[i].data.ptr, 
talloc_get_type   373 lib/tevent/tevent_standard.c 		std_ev = talloc_get_type(ev->additional_data,
talloc_get_type   399 lib/tevent/tevent_standard.c 	struct std_event_context *std_ev = talloc_get_type(ev->additional_data,
talloc_get_type   432 lib/tevent/tevent_standard.c 	std_ev = talloc_get_type(ev->additional_data, struct std_event_context);
talloc_get_type   523 lib/tevent/tevent_standard.c 	struct std_event_context *std_ev = talloc_get_type(ev->additional_data,
talloc_get_type   161 libcli/nbt/namerefresh.c 	struct composite_context *c = talloc_get_type(req->async.private_data,
talloc_get_type   163 libcli/nbt/namerefresh.c 	struct refresh_wins_state *state = talloc_get_type(c->private_data,
talloc_get_type   284 libcli/nbt/namerefresh.c 			talloc_get_type(c->private_data, struct refresh_wins_state);
talloc_get_type   163 libcli/nbt/nameregister.c 	struct composite_context *c = talloc_get_type(req->async.private_data, struct composite_context);
talloc_get_type   164 libcli/nbt/nameregister.c 	struct register_bcast_state *state = talloc_get_type(c->private_data, struct register_bcast_state);
talloc_get_type   299 libcli/nbt/nameregister.c 	struct composite_context *c = talloc_get_type(req->async.private_data,
talloc_get_type   301 libcli/nbt/nameregister.c 	struct register_wins_state *state = talloc_get_type(c->private_data,
talloc_get_type   424 libcli/nbt/nameregister.c 			talloc_get_type(c->private_data, struct register_wins_state);
talloc_get_type   120 libcli/nbt/nbtsocket.c 	struct nbt_name_request *req = talloc_get_type(private_data,
talloc_get_type   319 libcli/nbt/nbtsocket.c 	struct nbt_name_socket *nbtsock = talloc_get_type(private_data,
talloc_get_type   534 source3/lib/ldb/common/ldb.c 	res = talloc_get_type(context, struct ldb_result);
talloc_get_type   137 source3/lib/ldb/ldb_ildap/ldb_ildap.c 	struct ldb_handle *handle = talloc_get_type(private_data, struct ldb_handle);
talloc_get_type   138 source3/lib/ldb/ldb_ildap/ldb_ildap.c 	struct ildb_context *ac = talloc_get_type(handle->private_data, struct ildb_context);
talloc_get_type   151 source3/lib/ldb/ldb_ildap/ldb_ildap.c 	struct ldb_handle *handle = talloc_get_type(req->async.private_data, struct ldb_handle);
talloc_get_type   152 source3/lib/ldb/ldb_ildap/ldb_ildap.c 	struct ildb_context *ac = talloc_get_type(handle->private_data, struct ildb_context);
talloc_get_type   153 source3/lib/ldb/ldb_ildap/ldb_ildap.c 	struct ildb_private *ildb = talloc_get_type(ac->module->private_data, struct ildb_private);
talloc_get_type   326 source3/lib/ldb/ldb_ildap/ldb_ildap.c 	struct ildb_private *ildb = talloc_get_type(module->private_data, struct ildb_private);
talloc_get_type   363 source3/lib/ldb/ldb_ildap/ldb_ildap.c 	struct ildb_private *ildb = talloc_get_type(module->private_data, struct ildb_private);
talloc_get_type   372 source3/lib/ldb/ldb_ildap/ldb_ildap.c 	ildb_ac = talloc_get_type(h->private_data, struct ildb_context);
talloc_get_type   411 source3/lib/ldb/ldb_ildap/ldb_ildap.c 	ildb_ac = talloc_get_type(h->private_data, struct ildb_context);
talloc_get_type   427 source3/lib/ldb/ldb_ildap/ldb_ildap.c 	struct ildb_private *ildb = talloc_get_type(module->private_data, struct ildb_private);
talloc_get_type   488 source3/lib/ldb/ldb_ildap/ldb_ildap.c 	struct ildb_private *ildb = talloc_get_type(module->private_data, struct ildb_private);
talloc_get_type   538 source3/lib/ldb/ldb_ildap/ldb_ildap.c 	struct ildb_private *ildb = talloc_get_type(module->private_data, struct ildb_private);
talloc_get_type   588 source3/lib/ldb/ldb_ildap/ldb_ildap.c 	struct ildb_private *ildb = talloc_get_type(module->private_data, struct ildb_private);
talloc_get_type   619 source3/lib/ldb/ldb_ildap/ldb_ildap.c 	struct ildb_private *ildb = talloc_get_type(module->private_data, struct ildb_private);
talloc_get_type   691 source3/lib/ldb/ldb_ildap/ldb_ildap.c 	struct ildb_context *ac = talloc_get_type(handle->private_data, struct ildb_context);
talloc_get_type   787 source3/lib/ldb/ldb_ildap/ldb_ildap.c 	creds = talloc_get_type(ldb_get_opaque(ldb, "credentials"), struct cli_credentials);
talloc_get_type   789 source3/lib/ldb/ldb_ildap/ldb_ildap.c 		struct auth_session_info *session_info = talloc_get_type(ldb_get_opaque(ldb, "sessionInfo"), struct auth_session_info);
talloc_get_type   237 source3/lib/ldb/ldb_ldap/ldb_ldap.c 	struct lldb_private *lldb = talloc_get_type(module->private_data, struct lldb_private);
talloc_get_type   264 source3/lib/ldb/ldb_ldap/ldb_ldap.c 	lldb_ac = talloc_get_type(req->handle->private_data, struct lldb_context);
talloc_get_type   318 source3/lib/ldb/ldb_ldap/ldb_ldap.c 	struct lldb_private *lldb = talloc_get_type(module->private_data, struct lldb_private);
talloc_get_type   334 source3/lib/ldb/ldb_ldap/ldb_ldap.c 	lldb_ac = talloc_get_type(req->handle->private_data, struct lldb_context);
talloc_get_type   363 source3/lib/ldb/ldb_ldap/ldb_ldap.c 	struct lldb_private *lldb = talloc_get_type(module->private_data, struct lldb_private);
talloc_get_type   379 source3/lib/ldb/ldb_ldap/ldb_ldap.c 	lldb_ac = talloc_get_type(req->handle->private_data, struct lldb_context);
talloc_get_type   408 source3/lib/ldb/ldb_ldap/ldb_ldap.c 	struct lldb_private *lldb = talloc_get_type(module->private_data, struct lldb_private);
talloc_get_type   423 source3/lib/ldb/ldb_ldap/ldb_ldap.c 	lldb_ac = talloc_get_type(req->handle->private_data, struct lldb_context);
talloc_get_type   444 source3/lib/ldb/ldb_ldap/ldb_ldap.c 	struct lldb_private *lldb = talloc_get_type(module->private_data, struct lldb_private);
talloc_get_type   461 source3/lib/ldb/ldb_ldap/ldb_ldap.c 	lldb_ac = talloc_get_type(req->handle->private_data, struct lldb_context);
talloc_get_type   493 source3/lib/ldb/ldb_ldap/ldb_ldap.c 	struct lldb_context *ac = talloc_get_type(handle->private_data, struct lldb_context);
talloc_get_type   494 source3/lib/ldb/ldb_ldap/ldb_ldap.c 	struct lldb_private *lldb = talloc_get_type(ac->module->private_data, struct lldb_private);
talloc_get_type   661 source3/lib/ldb/ldb_ldap/ldb_ldap.c 	struct lldb_context *ac = talloc_get_type(handle->private_data, struct lldb_context);
talloc_get_type   662 source3/lib/ldb/ldb_ldap/ldb_ldap.c 	struct lldb_private *lldb = talloc_get_type(handle->module->private_data, struct lldb_private);
talloc_get_type   714 source3/lib/ldb/ldb_sqlite3/ldb_sqlite3.c 	struct ldb_handle *handle = talloc_get_type(result, struct ldb_handle);
talloc_get_type   715 source3/lib/ldb/ldb_sqlite3/ldb_sqlite3.c 	struct lsql_context *ac = talloc_get_type(handle->private_data, struct lsql_context);
talloc_get_type   848 source3/lib/ldb/ldb_sqlite3/ldb_sqlite3.c 	struct lsqlite3_private *lsqlite3 = talloc_get_type(module->private_data, struct lsqlite3_private);
talloc_get_type   861 source3/lib/ldb/ldb_sqlite3/ldb_sqlite3.c 	lsql_ac = talloc_get_type(req->handle->private_data, struct lsql_context);
talloc_get_type  1024 source3/lib/ldb/ldb_sqlite3/ldb_sqlite3.c 	struct lsqlite3_private *lsqlite3 = talloc_get_type(module->private_data, struct lsqlite3_private);
talloc_get_type  1038 source3/lib/ldb/ldb_sqlite3/ldb_sqlite3.c 	lsql_ac = talloc_get_type(req->handle->private_data, struct lsql_context);
talloc_get_type  1164 source3/lib/ldb/ldb_sqlite3/ldb_sqlite3.c 	struct lsqlite3_private *lsqlite3 = talloc_get_type(module->private_data, struct lsqlite3_private);
talloc_get_type  1176 source3/lib/ldb/ldb_sqlite3/ldb_sqlite3.c 	lsql_ac = talloc_get_type(req->handle->private_data, struct lsql_context);
talloc_get_type  1359 source3/lib/ldb/ldb_sqlite3/ldb_sqlite3.c 	struct lsqlite3_private *lsqlite3 = talloc_get_type(module->private_data, struct lsqlite3_private);
talloc_get_type  1371 source3/lib/ldb/ldb_sqlite3/ldb_sqlite3.c 	lsql_ac = talloc_get_type(req->handle->private_data, struct lsql_context);
talloc_get_type  1413 source3/lib/ldb/ldb_sqlite3/ldb_sqlite3.c 	struct lsqlite3_private *lsqlite3 = talloc_get_type(module->private_data, struct lsqlite3_private);
talloc_get_type  1424 source3/lib/ldb/ldb_sqlite3/ldb_sqlite3.c 	lsql_ac = talloc_get_type(req->handle->private_data, struct lsql_context);
talloc_get_type   640 source3/lib/ldb/ldb_tdb/ldb_index.c 	struct ltdb_context *ac = talloc_get_type(handle->private_data, struct ltdb_context);
talloc_get_type   728 source3/lib/ldb/ldb_tdb/ldb_index.c 	if (!(ac = talloc_get_type(handle->private_data,
talloc_get_type   730 source3/lib/ldb/ldb_tdb/ldb_index.c 	    !(ltdb = talloc_get_type(ac->module->private_data,
talloc_get_type   366 source3/lib/ldb/ldb_tdb/ldb_search.c 	struct ldb_handle *handle = talloc_get_type(state, struct ldb_handle);
talloc_get_type   367 source3/lib/ldb/ldb_tdb/ldb_search.c 	struct ltdb_context *ac = talloc_get_type(handle->private_data, struct ltdb_context);
talloc_get_type   444 source3/lib/ldb/ldb_tdb/ldb_search.c 	struct ltdb_context *ac = talloc_get_type(handle->private_data, struct ltdb_context);
talloc_get_type   445 source3/lib/ldb/ldb_tdb/ldb_search.c 	struct ltdb_private *ltdb = talloc_get_type(ac->module->private_data, struct ltdb_private);
talloc_get_type   464 source3/lib/ldb/ldb_tdb/ldb_search.c 	struct ltdb_private *ltdb = talloc_get_type(module->private_data, struct ltdb_private);
talloc_get_type   492 source3/lib/ldb/ldb_tdb/ldb_search.c 	ltdb_ac = talloc_get_type(req->handle->private_data, struct ltdb_context);
talloc_get_type   222 source3/lib/ldb/ldb_tdb/ldb_tdb.c 		talloc_get_type(module->private_data, struct ltdb_private);
talloc_get_type   298 source3/lib/ldb/ldb_tdb/ldb_tdb.c 	struct ltdb_private *ltdb = talloc_get_type(module->private_data, struct ltdb_private);
talloc_get_type   313 source3/lib/ldb/ldb_tdb/ldb_tdb.c 	ltdb_ac = talloc_get_type(req->handle->private_data, struct ltdb_context);
talloc_get_type   336 source3/lib/ldb/ldb_tdb/ldb_tdb.c 		talloc_get_type(module->private_data, struct ltdb_private);
talloc_get_type   402 source3/lib/ldb/ldb_tdb/ldb_tdb.c 	struct ltdb_private *ltdb = talloc_get_type(module->private_data, struct ltdb_private);
talloc_get_type   423 source3/lib/ldb/ldb_tdb/ldb_tdb.c 	ltdb_ac = talloc_get_type(req->handle->private_data, struct ltdb_context);
talloc_get_type   595 source3/lib/ldb/ldb_tdb/ldb_tdb.c 		talloc_get_type(module->private_data, struct ltdb_private);
talloc_get_type   762 source3/lib/ldb/ldb_tdb/ldb_tdb.c 	struct ltdb_private *ltdb = talloc_get_type(module->private_data, struct ltdb_private);
talloc_get_type   779 source3/lib/ldb/ldb_tdb/ldb_tdb.c 	ltdb_ac = talloc_get_type(req->handle->private_data, struct ltdb_context);
talloc_get_type   811 source3/lib/ldb/ldb_tdb/ldb_tdb.c 	struct ltdb_private *ltdb = talloc_get_type(module->private_data, struct ltdb_private);
talloc_get_type   833 source3/lib/ldb/ldb_tdb/ldb_tdb.c 	ltdb_ac = talloc_get_type(req->handle->private_data, struct ltdb_context);
talloc_get_type   880 source3/lib/ldb/ldb_tdb/ldb_tdb.c 		talloc_get_type(module->private_data, struct ltdb_private);
talloc_get_type   892 source3/lib/ldb/ldb_tdb/ldb_tdb.c 		talloc_get_type(module->private_data, struct ltdb_private);
talloc_get_type   904 source3/lib/ldb/ldb_tdb/ldb_tdb.c 		talloc_get_type(module->private_data, struct ltdb_private);
talloc_get_type    65 source3/lib/ldb/ldb_tdb/ldb_tdb_wrap.c 	struct ldb_context *ldb = talloc_get_type(tdb_get_logging_private(tdb), struct ldb_context);
talloc_get_type   106 source3/lib/ldb/modules/asq.c 	ac = talloc_get_type(handle->private_data, struct asq_context);
talloc_get_type   163 source3/lib/ldb/modules/asq.c 	if (!(ac = talloc_get_type(context, struct asq_context))) {
talloc_get_type   189 source3/lib/ldb/modules/asq.c 	if (!(ac = talloc_get_type(context, struct asq_context))) {
talloc_get_type   234 source3/lib/ldb/modules/asq.c 	asq_ctrl = talloc_get_type(control->data, struct ldb_asq_control);
talloc_get_type   243 source3/lib/ldb/modules/asq.c 	if (!(ac = talloc_get_type(h->private_data, struct asq_context))) {
talloc_get_type   298 source3/lib/ldb/modules/asq.c 	if (!(ac = talloc_get_type(handle->private_data,
talloc_get_type   363 source3/lib/ldb/modules/asq.c 	if (!(ac = talloc_get_type(handle->private_data,
talloc_get_type   100 source3/lib/ldb/modules/ldb_map.c 	const struct map_private *data = talloc_get_type(module->private_data, struct map_private);
talloc_get_type   836 source3/lib/ldb/modules/ldb_map.c 	ac = talloc_get_type(context, struct map_context);
talloc_get_type  1058 source3/lib/ldb/modules/ldb_map.c 	ac = talloc_get_type(handle->private_data, struct map_context);
talloc_get_type   189 source3/lib/ldb/modules/ldb_map_inbound.c 	ac = talloc_get_type(handle->private_data, struct map_context);
talloc_get_type   206 source3/lib/ldb/modules/ldb_map_inbound.c 	ac = talloc_get_type(handle->private_data, struct map_context);
talloc_get_type   247 source3/lib/ldb/modules/ldb_map_inbound.c 	ac = talloc_get_type(h->private_data, struct map_context);
talloc_get_type   319 source3/lib/ldb/modules/ldb_map_inbound.c 	ac = talloc_get_type(handle->private_data, struct map_context);
talloc_get_type   338 source3/lib/ldb/modules/ldb_map_inbound.c 	ac = talloc_get_type(handle->private_data, struct map_context);
talloc_get_type   402 source3/lib/ldb/modules/ldb_map_inbound.c 	ac = talloc_get_type(h->private_data, struct map_context);
talloc_get_type   475 source3/lib/ldb/modules/ldb_map_inbound.c 	ac = talloc_get_type(handle->private_data, struct map_context);
talloc_get_type   492 source3/lib/ldb/modules/ldb_map_inbound.c 	ac = talloc_get_type(handle->private_data, struct map_context);
talloc_get_type   530 source3/lib/ldb/modules/ldb_map_inbound.c 	ac = talloc_get_type(h->private_data, struct map_context);
talloc_get_type   586 source3/lib/ldb/modules/ldb_map_inbound.c 	ac = talloc_get_type(handle->private_data, struct map_context);
talloc_get_type   603 source3/lib/ldb/modules/ldb_map_inbound.c 	ac = talloc_get_type(handle->private_data, struct map_context);
talloc_get_type   620 source3/lib/ldb/modules/ldb_map_inbound.c 	ac = talloc_get_type(handle->private_data, struct map_context);
talloc_get_type   665 source3/lib/ldb/modules/ldb_map_inbound.c 	ac = talloc_get_type(h->private_data, struct map_context);
talloc_get_type  1061 source3/lib/ldb/modules/ldb_map_outbound.c 	sc = talloc_get_type(context, struct map_search_context);
talloc_get_type  1114 source3/lib/ldb/modules/ldb_map_outbound.c 	ac = talloc_get_type(context, struct map_context);
talloc_get_type  1191 source3/lib/ldb/modules/ldb_map_outbound.c 	ac = talloc_get_type(h->private_data, struct map_context);
talloc_get_type   398 source3/lib/ldb/modules/objectclass.c 		ac = talloc_get_type(h->private_data, struct oc_context);
talloc_get_type   431 source3/lib/ldb/modules/objectclass.c 	ac = talloc_get_type(context, struct oc_context);
talloc_get_type   454 source3/lib/ldb/modules/objectclass.c 	ac = talloc_get_type(h->private_data, struct oc_context);
talloc_get_type   491 source3/lib/ldb/modules/objectclass.c 	ac = talloc_get_type(h->private_data, struct oc_context);
talloc_get_type   588 source3/lib/ldb/modules/objectclass.c 	ac = talloc_get_type(handle->private_data, struct oc_context);
talloc_get_type   194 source3/lib/ldb/modules/operational.c 	ac = talloc_get_type(context, struct operational_context);
talloc_get_type   186 source3/lib/ldb/modules/paged_results.c 	ac = talloc_get_type(context, struct paged_context);
talloc_get_type   249 source3/lib/ldb/modules/paged_results.c 	private_data = talloc_get_type(module->private_data, struct private_data);
talloc_get_type   259 source3/lib/ldb/modules/paged_results.c 	paged_ctrl = talloc_get_type(control->data, struct ldb_paged_control);
talloc_get_type   268 source3/lib/ldb/modules/paged_results.c 	ac = talloc_get_type(h->private_data, struct paged_context);
talloc_get_type   347 source3/lib/ldb/modules/paged_results.c 	ac = talloc_get_type(handle->private_data, struct paged_context);
talloc_get_type   461 source3/lib/ldb/modules/paged_results.c 	ac = talloc_get_type(handle->private_data, struct paged_context);
talloc_get_type   110 source3/lib/ldb/modules/paged_searches.c 	rep_control = talloc_get_type(ares->controls[0]->data, struct ldb_paged_control);
talloc_get_type   127 source3/lib/ldb/modules/paged_searches.c 	req_control = talloc_get_type(ac->new_req->controls[0]->data, struct ldb_paged_control);
talloc_get_type   190 source3/lib/ldb/modules/paged_searches.c 	ac = talloc_get_type(context, struct ps_context);
talloc_get_type   238 source3/lib/ldb/modules/paged_searches.c 	private_data = talloc_get_type(module->private_data, struct private_data);
talloc_get_type   258 source3/lib/ldb/modules/paged_searches.c 	ac = talloc_get_type(h->private_data, struct ps_context);
talloc_get_type   304 source3/lib/ldb/modules/paged_searches.c 	ac = talloc_get_type(handle->private_data, struct ps_context);
talloc_get_type   328 source3/lib/ldb/modules/paged_searches.c 	ac = talloc_get_type(handle->private_data, struct ps_context);
talloc_get_type   392 source3/lib/ldb/modules/paged_searches.c 	data = talloc_get_type(context,
talloc_get_type   199 source3/lib/ldb/modules/rdn_name.c 	ac = talloc_get_type(h->private_data, struct rename_context);
talloc_get_type   258 source3/lib/ldb/modules/rdn_name.c 	ac = talloc_get_type(handle->private_data, struct rename_context);
talloc_get_type    91 source3/lib/ldb/modules/skel.c 	struct private_data *data = talloc_get_type(ctx->private_data, struct private_data);
talloc_get_type   143 source3/lib/ldb/modules/sort.c 	struct sort_context *ac = talloc_get_type(opaque, struct sort_context);
talloc_get_type   177 source3/lib/ldb/modules/sort.c        	ac = talloc_get_type(context, struct sort_context);
talloc_get_type   243 source3/lib/ldb/modules/sort.c 	ac = talloc_get_type(h->private_data, struct sort_context);
talloc_get_type   245 source3/lib/ldb/modules/sort.c 	sort_ctrls = talloc_get_type(control->data, struct ldb_server_sort_control *);
talloc_get_type   315 source3/lib/ldb/modules/sort.c 	ac = talloc_get_type(handle->private_data, struct sort_context);
talloc_get_type   386 source3/lib/ldb/modules/sort.c 	ac = talloc_get_type(handle->private_data, struct sort_context);
talloc_get_type   624 source3/lib/ldb/tools/cmdline.c 			rep_control = talloc_get_type(reply[i]->data, struct ldb_vlv_resp_control);
talloc_get_type   649 source3/lib/ldb/tools/cmdline.c 			rep_control = talloc_get_type(reply[i]->data, struct ldb_asq_control);
talloc_get_type   662 source3/lib/ldb/tools/cmdline.c 			rep_control = talloc_get_type(reply[i]->data, struct ldb_paged_control);
talloc_get_type   677 source3/lib/ldb/tools/cmdline.c 			req_control = talloc_get_type(request[j]->data, struct ldb_paged_control);
talloc_get_type   694 source3/lib/ldb/tools/cmdline.c 			rep_control = talloc_get_type(reply[i]->data, struct ldb_sort_resp_control);
talloc_get_type   718 source3/lib/ldb/tools/cmdline.c 			rep_control = talloc_get_type(reply[i]->data, struct ldb_dirsync_control);
talloc_get_type   733 source3/lib/ldb/tools/cmdline.c 			req_control = talloc_get_type(request[j]->data, struct ldb_dirsync_control);
talloc_get_type    56 source3/lib/ldb/tools/ldbsearch.c 	struct ldb_context *ldb = talloc_get_type(opaque, struct ldb_context);
talloc_get_type   139 source3/lib/ldb/tools/ldbsearch.c 	struct search_context *sctx = talloc_get_type(context, struct search_context);
talloc_get_type    67 source3/lib/messages_local.c 	struct messaging_tdb_context *ctx = talloc_get_type(private_data,
talloc_get_type   314 source3/lib/messages_local.c 	struct messaging_tdb_context *ctx = talloc_get_type(backend->private_data,
talloc_get_type   435 source3/lib/messages_local.c 	struct messaging_tdb_context *ctx = talloc_get_type(msg_ctx->local->private_data,
talloc_get_type   474 source3/modules/onefs_notify.c 	wc = talloc_get_type(private_data, struct onefs_notify_watch_context);
talloc_get_type   402 source3/rpc_client/rpc_transport_np.c 	struct rpc_transport_np_state *state = talloc_get_type(
talloc_get_type   705 source3/rpc_client/rpc_transport_smbd.c 	struct rpc_transport_smbd_state *state = talloc_get_type(p->transport->priv,
talloc_get_type   210 source3/rpc_client/rpc_transport_sock.c 	struct rpc_transport_sock_state *state = talloc_get_type(cli->transport->priv,
talloc_get_type   223 source3/rpc_client/rpc_transport_sock.c 	struct rpc_transport_sock_state *state = talloc_get_type(cli->transport->priv,
talloc_get_type   236 source3/rpc_client/rpc_transport_sock.c 	struct rpc_transport_sock_state *state = talloc_get_type(cli->transport->priv,
talloc_get_type   230 source3/smbd/notify_inotify.c 	struct inotify_private *in = talloc_get_type(private_data,
talloc_get_type   391 source3/smbd/notify_inotify.c 	in = talloc_get_type(ctx->private_data, struct inotify_private);
talloc_get_type   251 source3/smbd/notify_internal.c 	struct notify_context *notify = talloc_get_type(private_data, struct notify_context);
talloc_get_type   284 source3/smbd/notify_internal.c 	struct notify_list *listel = talloc_get_type(ptr, struct notify_list);
talloc_get_type   131 source3/smbd/oplock_irix.c 	struct irix_oplocks_context *ctx = talloc_get_type(_ctx->private_data,
talloc_get_type   207 source3/smbd/oplock_irix.c 	struct irix_oplocks_context *ctx = talloc_get_type(_ctx->private_data,
talloc_get_type   278 source3/smbd/oplock_irix.c 	struct irix_oplocks_context *ctx = talloc_get_type(private_data,
talloc_get_type   639 source3/smbd/oplock_onefs.c 	    talloc_get_type(private_data, struct onefs_oplocks_context);
talloc_get_type   412 source3/smbd/process.c 	struct pending_message_list *msg = talloc_get_type(private_data,
talloc_get_type  1895 source3/smbd/process.c 	struct smbd_server_connection *conn = talloc_get_type(private_data,
talloc_get_type    73 source3/winbindd/idmap_ad.c 	ctx = talloc_get_type(dom->private_data, struct idmap_ad_context);
talloc_get_type   168 source3/winbindd/idmap_ad.c 	ctx = talloc_get_type(dom->private_data, struct idmap_ad_context);
talloc_get_type   317 source3/winbindd/idmap_ad.c 	ctx = talloc_get_type(dom->private_data, struct idmap_ad_context);
talloc_get_type   534 source3/winbindd/idmap_ad.c 	ctx = talloc_get_type(dom->private_data, struct idmap_ad_context);	
talloc_get_type   700 source3/winbindd/idmap_ad.c 	ctx = talloc_get_type(dom->private_data, struct idmap_ad_context);
talloc_get_type   754 source3/winbindd/idmap_ad.c 		dom = talloc_get_type(e->state, struct idmap_domain);
talloc_get_type   773 source3/winbindd/idmap_ad.c 		ctx = talloc_get_type(dom->private_data,
talloc_get_type   851 source3/winbindd/idmap_ad.c 	dom = talloc_get_type(e->state, struct idmap_domain);
talloc_get_type   852 source3/winbindd/idmap_ad.c 	ctx = talloc_get_type(dom->private_data, struct idmap_ad_context);
talloc_get_type   962 source3/winbindd/idmap_ad.c 	dom = talloc_get_type(e->state, struct idmap_domain);
talloc_get_type   963 source3/winbindd/idmap_ad.c 	ctx = talloc_get_type(dom->private_data, struct idmap_ad_context);
talloc_get_type  1042 source3/winbindd/idmap_ad.c 	dom = talloc_get_type(e->state, struct idmap_domain);
talloc_get_type  1043 source3/winbindd/idmap_ad.c 	ctx = talloc_get_type(dom->private_data, struct idmap_ad_context);
talloc_get_type   951 source3/winbindd/idmap_ldap.c 	ctx = talloc_get_type(dom->private_data, struct idmap_ldap_context);
talloc_get_type  1183 source3/winbindd/idmap_ldap.c 	ctx = talloc_get_type(dom->private_data, struct idmap_ldap_context);
talloc_get_type  1400 source3/winbindd/idmap_ldap.c 	ctx = talloc_get_type(dom->private_data, struct idmap_ldap_context);
talloc_get_type  1495 source3/winbindd/idmap_ldap.c 		ctx = talloc_get_type(dom->private_data,
talloc_get_type   179 source3/winbindd/idmap_rid.c 	ridctx = talloc_get_type(dom->private_data, struct idmap_rid_context);
talloc_get_type   218 source3/winbindd/idmap_rid.c 	ridctx = talloc_get_type(dom->private_data, struct idmap_rid_context);
talloc_get_type   824 source3/winbindd/idmap_tdb.c 	ctx = talloc_get_type(dom->private_data, struct idmap_tdb_context);
talloc_get_type   867 source3/winbindd/idmap_tdb.c 	ctx = talloc_get_type(dom->private_data, struct idmap_tdb_context);
talloc_get_type   916 source3/winbindd/idmap_tdb.c 	ctx = talloc_get_type(dom->private_data, struct idmap_tdb_context);
talloc_get_type  1012 source3/winbindd/idmap_tdb.c 	ctx = talloc_get_type(dom->private_data, struct idmap_tdb_context);
talloc_get_type  1117 source3/winbindd/idmap_tdb.c 		ctx = talloc_get_type(dom->private_data, struct idmap_tdb_context);
talloc_get_type  1133 source3/winbindd/idmap_tdb.c 	struct dump_data *data = talloc_get_type(pdata, struct dump_data);
talloc_get_type  1196 source3/winbindd/idmap_tdb.c 	ctx = talloc_get_type(dom->private_data, struct idmap_tdb_context);
talloc_get_type   700 source3/winbindd/idmap_tdb2.c 	ctx = talloc_get_type(dom->private_data, struct idmap_tdb2_context);
talloc_get_type   742 source3/winbindd/idmap_tdb2.c 	ctx = talloc_get_type(dom->private_data, struct idmap_tdb2_context);
talloc_get_type   791 source3/winbindd/idmap_tdb2.c 	ctx = talloc_get_type(dom->private_data, struct idmap_tdb2_context);
talloc_get_type    57 source4/auth/gensec/cyrus_sasl.c 	struct gensec_security *gensec_security = talloc_get_type(context, struct gensec_security);
talloc_get_type    71 source4/auth/gensec/cyrus_sasl.c 	struct gensec_security *gensec_security = talloc_get_type(context, struct gensec_security);
talloc_get_type    92 source4/auth/gensec/cyrus_sasl.c 	struct gensec_security *gensec_security = talloc_get_type(context, struct gensec_security);
talloc_get_type   206 source4/auth/gensec/cyrus_sasl.c 	struct gensec_sasl_state *gensec_sasl_state = talloc_get_type(gensec_security->private_data,
talloc_get_type   237 source4/auth/gensec/cyrus_sasl.c 	struct gensec_sasl_state *gensec_sasl_state = talloc_get_type(gensec_security->private_data,
talloc_get_type   261 source4/auth/gensec/cyrus_sasl.c 	struct gensec_sasl_state *gensec_sasl_state = talloc_get_type(gensec_security->private_data,
talloc_get_type   282 source4/auth/gensec/cyrus_sasl.c 	struct gensec_sasl_state *gensec_sasl_state = talloc_get_type(gensec_security->private_data,
talloc_get_type   987 source4/auth/gensec/gensec.c 	struct gensec_update_request *req = talloc_get_type(ptr, struct gensec_update_request);
talloc_get_type   267 source4/auth/gensec/gensec_gssapi.c 	gensec_gssapi_state = talloc_get_type(gensec_security->private_data, struct gensec_gssapi_state);
talloc_get_type   297 source4/auth/gensec/gensec_gssapi.c 		gensec_gssapi_state = talloc_get_type(gensec_security->private_data, struct gensec_gssapi_state);
talloc_get_type   334 source4/auth/gensec/gensec_gssapi.c 	gensec_gssapi_state = talloc_get_type(gensec_security->private_data, struct gensec_gssapi_state);
talloc_get_type   394 source4/auth/gensec/gensec_gssapi.c 		gensec_gssapi_state = talloc_get_type(gensec_security->private_data, struct gensec_gssapi_state);
talloc_get_type   437 source4/auth/gensec/gensec_gssapi.c 		= talloc_get_type(gensec_security->private_data, struct gensec_gssapi_state);
talloc_get_type   805 source4/auth/gensec/gensec_gssapi.c 		= talloc_get_type(gensec_security->private_data, struct gensec_gssapi_state);
talloc_get_type   852 source4/auth/gensec/gensec_gssapi.c 		= talloc_get_type(gensec_security->private_data, struct gensec_gssapi_state);
talloc_get_type   895 source4/auth/gensec/gensec_gssapi.c 		= talloc_get_type(gensec_security->private_data, struct gensec_gssapi_state);
talloc_get_type   919 source4/auth/gensec/gensec_gssapi.c 	struct gensec_gssapi_state *gensec_gssapi_state = talloc_get_type(gensec_security->private_data, struct gensec_gssapi_state);;
talloc_get_type   930 source4/auth/gensec/gensec_gssapi.c 		= talloc_get_type(gensec_security->private_data, struct gensec_gssapi_state);
talloc_get_type   982 source4/auth/gensec/gensec_gssapi.c 		= talloc_get_type(gensec_security->private_data, struct gensec_gssapi_state);
talloc_get_type  1033 source4/auth/gensec/gensec_gssapi.c 		= talloc_get_type(gensec_security->private_data, struct gensec_gssapi_state);
talloc_get_type  1072 source4/auth/gensec/gensec_gssapi.c 		= talloc_get_type(gensec_security->private_data, struct gensec_gssapi_state);
talloc_get_type  1110 source4/auth/gensec/gensec_gssapi.c 		= talloc_get_type(gensec_security->private_data, struct gensec_gssapi_state);
talloc_get_type  1180 source4/auth/gensec/gensec_gssapi.c 		= talloc_get_type(gensec_security->private_data, struct gensec_gssapi_state);
talloc_get_type  1222 source4/auth/gensec/gensec_gssapi.c 		= talloc_get_type(gensec_security->private_data, struct gensec_gssapi_state);
talloc_get_type  1369 source4/auth/gensec/gensec_gssapi.c 		= talloc_get_type(gensec_security->private_data, struct gensec_gssapi_state);
talloc_get_type   174 source4/auth/gensec/schannel.c 	struct schannel_state *state = talloc_get_type(gensec_security->private_data, struct schannel_state);
talloc_get_type   192 source4/auth/gensec/schannel.c 	struct schannel_state *state = talloc_get_type(gensec_security->private_data, struct schannel_state);
talloc_get_type   110 source4/auth/gensec/schannel_sign.c 	struct schannel_state *state = talloc_get_type(gensec_security->private_data, struct schannel_state);
talloc_get_type   161 source4/auth/gensec/schannel_sign.c 	struct schannel_state *state = talloc_get_type(gensec_security->private_data, struct schannel_state);
talloc_get_type   209 source4/auth/gensec/schannel_sign.c 	struct schannel_state *state = talloc_get_type(gensec_security->private_data, struct schannel_state);
talloc_get_type   257 source4/auth/gensec/schannel_sign.c 	struct schannel_state *state = talloc_get_type(gensec_security->private_data, struct schannel_state);
talloc_get_type   163 source4/auth/gensec/socket.c 	struct gensec_socket *gensec_socket = talloc_get_type(private_data, struct gensec_socket);
talloc_get_type   171 source4/auth/gensec/socket.c 	struct gensec_socket *gensec_socket = talloc_get_type(sock->private_data, struct gensec_socket);
talloc_get_type   192 source4/auth/gensec/socket.c 	struct gensec_socket *gensec_socket = talloc_get_type(private_data, struct gensec_socket);
talloc_get_type   204 source4/auth/gensec/socket.c 	struct gensec_socket *gensec_socket = talloc_get_type(private_data, struct gensec_socket);
talloc_get_type   225 source4/auth/gensec/socket.c 	struct gensec_socket *gensec_socket = talloc_get_type(sock->private_data, struct gensec_socket);
talloc_get_type   292 source4/auth/gensec/socket.c 	struct gensec_socket *gensec_socket = talloc_get_type(private_data, struct gensec_socket);
talloc_get_type   334 source4/auth/gensec/socket.c 	struct gensec_socket *gensec_socket = talloc_get_type(private_data, struct gensec_socket);
talloc_get_type   348 source4/auth/gensec/socket.c 	struct gensec_socket *gensec_socket = talloc_get_type(sock->private_data, struct gensec_socket);
talloc_get_type   498 source4/auth/gensec/socket.c 	struct gensec_socket *gensec = talloc_get_type(sock->private_data, struct gensec_socket);
talloc_get_type   504 source4/auth/gensec/socket.c 	struct gensec_socket *gensec = talloc_get_type(sock->private_data, struct gensec_socket);
talloc_get_type   510 source4/auth/gensec/socket.c 	struct gensec_socket *gensec = talloc_get_type(sock->private_data, struct gensec_socket);
talloc_get_type   516 source4/auth/gensec/socket.c 	struct gensec_socket *gensec = talloc_get_type(sock->private_data, struct gensec_socket);
talloc_get_type   122 source4/auth/kerberos/krb5_init_context.c 	struct smb_krb5_socket *smb_krb5 = talloc_get_type(private_data, struct smb_krb5_socket);
talloc_get_type   137 source4/auth/kerberos/krb5_init_context.c 	struct smb_krb5_socket *smb_krb5 = talloc_get_type(private_data, struct smb_krb5_socket);
talloc_get_type   144 source4/auth/kerberos/krb5_init_context.c 	struct smb_krb5_socket *smb_krb5 = talloc_get_type(private_data, struct smb_krb5_socket);
talloc_get_type   175 source4/auth/kerberos/krb5_init_context.c 	struct smb_krb5_socket *smb_krb5 = talloc_get_type(private_data, struct smb_krb5_socket);
talloc_get_type   220 source4/auth/kerberos/krb5_init_context.c 	struct tevent_context *ev = talloc_get_type(data, struct tevent_context);
talloc_get_type   145 source4/auth/ntlm/auth.c 	struct auth_check_password_sync_state *s = talloc_get_type(private_data,
talloc_get_type   221 source4/auth/ntlm/auth.c 	struct auth_check_password_request *req = talloc_get_type(ptr, struct auth_check_password_request);
talloc_get_type   121 source4/auth/ntlm/auth_server.c 	struct smbcli_session *session = talloc_get_type(ctx->private_data, struct smbcli_session);
talloc_get_type   410 source4/cldap_server/netlogon.c 	struct cldapd_server *cldapd = talloc_get_type(cldap->incoming.private_data, struct cldapd_server);
talloc_get_type   158 source4/cldap_server/rootdse.c 	struct cldapd_server *cldapd = talloc_get_type(cldap->incoming.private_data, struct cldapd_server);
talloc_get_type  1106 source4/dsdb/common/util.c 	dom_sid_old = talloc_get_type(ldb_get_opaque(ldb, 
talloc_get_type    91 source4/dsdb/repl/drepl_out_helpers.c 	struct dreplsrv_out_drsuapi_state *st = talloc_get_type(creq->async.private_data,
talloc_get_type   125 source4/dsdb/repl/drepl_out_helpers.c 	struct dreplsrv_out_drsuapi_state *st = talloc_get_type(req->async.private_data,
talloc_get_type   170 source4/dsdb/repl/drepl_out_helpers.c 	struct dreplsrv_out_drsuapi_state *st = talloc_get_type(c->private_data,
talloc_get_type   224 source4/dsdb/repl/drepl_out_helpers.c 	struct dreplsrv_op_pull_source_state *st = talloc_get_type(creq->async.private_data,
talloc_get_type   299 source4/dsdb/repl/drepl_out_helpers.c 	struct dreplsrv_op_pull_source_state *st = talloc_get_type(req->async.private_data,
talloc_get_type   302 source4/dsdb/repl/drepl_out_helpers.c 	struct drsuapi_DsGetNCChanges *r = talloc_get_type(req->ndr.struct_ptr,
talloc_get_type   116 source4/dsdb/repl/drepl_out_pull.c 	struct dreplsrv_out_operation *op = talloc_get_type(creq->async.private_data,
talloc_get_type    40 source4/dsdb/repl/drepl_periodic.c 	struct dreplsrv_service *service = talloc_get_type(ptr, struct dreplsrv_service);
talloc_get_type   289 source4/dsdb/samdb/ldb_modules/anr.c 	ac = talloc_get_type(req->context, struct anr_context);
talloc_get_type    52 source4/dsdb/samdb/ldb_modules/extended_dn_in.c 	ac = talloc_get_type(req->context, struct extended_search_context);
talloc_get_type    88 source4/dsdb/samdb/ldb_modules/extended_dn_in.c 	ac = talloc_get_type(req->context, struct extended_search_context);
talloc_get_type   251 source4/dsdb/samdb/ldb_modules/extended_dn_out.c 	ac = talloc_get_type(req->context, struct extended_search_context);
talloc_get_type   252 source4/dsdb/samdb/ldb_modules/extended_dn_out.c 	p = talloc_get_type(ac->module->private_data, struct extended_dn_out_private);
talloc_get_type   314 source4/dsdb/samdb/ldb_modules/extended_dn_out.c 			dereference_control = talloc_get_type(control->data, struct dsdb_openldap_dereference_result_control);
talloc_get_type   411 source4/dsdb/samdb/ldb_modules/extended_dn_out.c 	struct extended_dn_out_private *p = talloc_get_type(module->private_data, struct extended_dn_out_private);
talloc_get_type   416 source4/dsdb/samdb/ldb_modules/extended_dn_out.c 		extended_ctrl = talloc_get_type(control->data, struct ldb_extended_dn_control);
talloc_get_type   427 source4/dsdb/samdb/ldb_modules/extended_dn_out.c 		extended_ctrl = talloc_get_type(storage_format_control->data, struct ldb_extended_dn_control);
talloc_get_type    93 source4/dsdb/samdb/ldb_modules/extended_dn_store.c 	ac = talloc_get_type(req->context, struct extended_dn_context);
talloc_get_type   120 source4/dsdb/samdb/ldb_modules/extended_dn_store.c 	struct extended_dn_replace_list *os = talloc_get_type(req->context, 
talloc_get_type    53 source4/dsdb/samdb/ldb_modules/instancetype.c 	ac = talloc_get_type(req->context, struct it_context);
talloc_get_type   103 source4/dsdb/samdb/ldb_modules/instancetype.c 	partition = talloc_get_type(partition_ctrl->data,
talloc_get_type   217 source4/dsdb/samdb/ldb_modules/kludge_acl.c 	ac = talloc_get_type(req->context, struct kludge_acl_context);
talloc_get_type   218 source4/dsdb/samdb/ldb_modules/kludge_acl.c 	data = talloc_get_type(ldb_module_get_private(ac->module), struct kludge_private_data);
talloc_get_type   338 source4/dsdb/samdb/ldb_modules/kludge_acl.c 	data = talloc_get_type(ldb_module_get_private(module), struct kludge_private_data);
talloc_get_type   242 source4/dsdb/samdb/ldb_modules/linked_attributes.c 	ac = talloc_get_type(req->context, struct la_context);
talloc_get_type   628 source4/dsdb/samdb/ldb_modules/linked_attributes.c 	ac = talloc_get_type(req->context, struct la_context);
talloc_get_type   845 source4/dsdb/samdb/ldb_modules/linked_attributes.c 	ac = talloc_get_type(req->context, struct la_context);
talloc_get_type   884 source4/dsdb/samdb/ldb_modules/linked_attributes.c 	ac = talloc_get_type(req->context, struct la_context);
talloc_get_type   930 source4/dsdb/samdb/ldb_modules/linked_attributes.c 	ac = talloc_get_type(req->context, struct la_context);
talloc_get_type   994 source4/dsdb/samdb/ldb_modules/linked_attributes.c 	ac = talloc_get_type(req->context, struct la_context);
talloc_get_type   113 source4/dsdb/samdb/ldb_modules/local_password.c 	ac = talloc_get_type(req->context, struct lpdb_context);
talloc_get_type   261 source4/dsdb/samdb/ldb_modules/local_password.c 	ac = talloc_get_type(req->context, struct lpdb_context);
talloc_get_type   390 source4/dsdb/samdb/ldb_modules/local_password.c 	ac = talloc_get_type(req->context, struct lpdb_context);
talloc_get_type   443 source4/dsdb/samdb/ldb_modules/local_password.c 	ac = talloc_get_type(req->context, struct lpdb_context);
talloc_get_type   601 source4/dsdb/samdb/ldb_modules/local_password.c 	ac = talloc_get_type(req->context, struct lpdb_context);
talloc_get_type   654 source4/dsdb/samdb/ldb_modules/local_password.c 	ac = talloc_get_type(req->context, struct lpdb_context);
talloc_get_type   790 source4/dsdb/samdb/ldb_modules/local_password.c 	ac = talloc_get_type(req->context, struct lpdb_context);
talloc_get_type   903 source4/dsdb/samdb/ldb_modules/local_password.c 	ac = talloc_get_type(req->context, struct lpdb_context);
talloc_get_type   282 source4/dsdb/samdb/ldb_modules/objectclass.c 	ac = talloc_get_type(req->context, struct oc_context);
talloc_get_type   328 source4/dsdb/samdb/ldb_modules/objectclass.c 	ac = talloc_get_type(req->context, struct oc_context);
talloc_get_type   839 source4/dsdb/samdb/ldb_modules/objectclass.c 	ac = talloc_get_type(req->context, struct oc_context);
talloc_get_type   115 source4/dsdb/samdb/ldb_modules/objectguid.c 	ac = talloc_get_type(req->context, struct og_context);
talloc_get_type   164 source4/dsdb/samdb/ldb_modules/partition.c 	ac = talloc_get_type(req->context, struct partition_context);
talloc_get_type   364 source4/dsdb/samdb/ldb_modules/partition.c 	struct partition_private_data *data = talloc_get_type(module->private_data, 
talloc_get_type   391 source4/dsdb/samdb/ldb_modules/partition.c 	struct partition_private_data *data = talloc_get_type(module->private_data, 
talloc_get_type   450 source4/dsdb/samdb/ldb_modules/partition.c 	struct partition_private_data *data = talloc_get_type(module->private_data, 
talloc_get_type   462 source4/dsdb/samdb/ldb_modules/partition.c 		search_options = talloc_get_type(search_control->data, struct ldb_search_options_control);
talloc_get_type   591 source4/dsdb/samdb/ldb_modules/partition.c 	struct partition_private_data *data = talloc_get_type(module->private_data, 
talloc_get_type   624 source4/dsdb/samdb/ldb_modules/partition.c 	struct partition_private_data *data = talloc_get_type(module->private_data, 
talloc_get_type   658 source4/dsdb/samdb/ldb_modules/partition.c 	struct partition_private_data *data = talloc_get_type(module->private_data, 
talloc_get_type   693 source4/dsdb/samdb/ldb_modules/partition.c 	struct partition_private_data *data = talloc_get_type(module->private_data, 
talloc_get_type   723 source4/dsdb/samdb/ldb_modules/partition.c 	struct partition_private_data *data = talloc_get_type(module->private_data, 
talloc_get_type   733 source4/dsdb/samdb/ldb_modules/partition.c 	seq = talloc_get_type(req->op.extended.data, struct ldb_seqnum_request);
talloc_get_type   764 source4/dsdb/samdb/ldb_modules/partition.c 		seqr = talloc_get_type(res->extended->data,
talloc_get_type   817 source4/dsdb/samdb/ldb_modules/partition.c 			tseqr = talloc_get_type(res->extended->data,
talloc_get_type   865 source4/dsdb/samdb/ldb_modules/partition.c 		tseqr = talloc_get_type(res->extended->data,
talloc_get_type   917 source4/dsdb/samdb/ldb_modules/partition.c 			tseqr = talloc_get_type(res->extended->data,
talloc_get_type   974 source4/dsdb/samdb/ldb_modules/partition.c 	ext = talloc_get_type(req->op.extended.data, struct dsdb_extended_replicated_objects);
talloc_get_type   997 source4/dsdb/samdb/ldb_modules/partition.c 	schema_dn = talloc_get_type(req->op.extended.data, struct ldb_dn);
talloc_get_type  1003 source4/dsdb/samdb/ldb_modules/partition.c 	data = talloc_get_type(module->private_data, struct partition_private_data);
talloc_get_type  1035 source4/dsdb/samdb/ldb_modules/partition.c 	data = talloc_get_type(module->private_data, struct partition_private_data);
talloc_get_type  1458 source4/dsdb/samdb/ldb_modules/password_hash.c 	ac = talloc_get_type(req->context, struct ph_context);
talloc_get_type  1495 source4/dsdb/samdb/ldb_modules/password_hash.c 	ac = talloc_get_type(req->context, struct ph_context);
talloc_get_type  1965 source4/dsdb/samdb/ldb_modules/password_hash.c 	ac = talloc_get_type(req->context, struct ph_context);
talloc_get_type  1997 source4/dsdb/samdb/ldb_modules/password_hash.c 	ac = talloc_get_type(req->context, struct ph_context);
talloc_get_type    66 source4/dsdb/samdb/ldb_modules/proxy.c 	struct proxy_data *proxy = talloc_get_type(ldb_module_get_private(module), struct proxy_data);
talloc_get_type   263 source4/dsdb/samdb/ldb_modules/proxy.c 	ac = talloc_get_type(req->context, struct proxy_ctx);
talloc_get_type   265 source4/dsdb/samdb/ldb_modules/proxy.c 	proxy = talloc_get_type(ldb_module_get_private(module), struct proxy_data);
talloc_get_type   311 source4/dsdb/samdb/ldb_modules/proxy.c 	struct proxy_data *proxy = talloc_get_type(ldb_module_get_private(module), struct proxy_data);
talloc_get_type    63 source4/dsdb/samdb/ldb_modules/ranged_results.c 	ac = talloc_get_type(req->context, struct rr_context);
talloc_get_type   211 source4/dsdb/samdb/ldb_modules/repl_meta_data.c 	ac = talloc_get_type(req->context, struct replmd_replicated_request);
talloc_get_type   558 source4/dsdb/samdb/ldb_modules/repl_meta_data.c 	struct replmd_replicated_request *ar = talloc_get_type(req->context,
talloc_get_type   699 source4/dsdb/samdb/ldb_modules/repl_meta_data.c 	struct replmd_replicated_request *ar = talloc_get_type(req->context,
talloc_get_type   920 source4/dsdb/samdb/ldb_modules/repl_meta_data.c 	struct replmd_replicated_request *ar = talloc_get_type(req->context,
talloc_get_type  1003 source4/dsdb/samdb/ldb_modules/repl_meta_data.c 	struct replmd_replicated_request *ar = talloc_get_type(req->context,
talloc_get_type  1328 source4/dsdb/samdb/ldb_modules/repl_meta_data.c 	struct replmd_replicated_request *ar = talloc_get_type(req->context,
talloc_get_type  1409 source4/dsdb/samdb/ldb_modules/repl_meta_data.c 	objs = talloc_get_type(req->op.extended.data, struct dsdb_extended_replicated_objects);
talloc_get_type    58 source4/dsdb/samdb/ldb_modules/rootdse.c 	struct private_data *priv = talloc_get_type(ldb_module_get_private(module), struct private_data);
talloc_get_type   104 source4/dsdb/samdb/ldb_modules/rootdse.c 	server_sasl = talloc_get_type(ldb_get_opaque(ldb, "supportedSASLMechanims"), 
talloc_get_type   180 source4/dsdb/samdb/ldb_modules/rootdse.c 		naming_fsmo = talloc_get_type(ldb_get_opaque(ldb, "dsdb_naming_fsmo"),
talloc_get_type   191 source4/dsdb/samdb/ldb_modules/rootdse.c 		pdc_fsmo = talloc_get_type(ldb_get_opaque(ldb, "dsdb_pdc_fsmo"),
talloc_get_type   252 source4/dsdb/samdb/ldb_modules/rootdse.c 	ac = talloc_get_type(req->context, struct rootdse_context);
talloc_get_type   338 source4/dsdb/samdb/ldb_modules/rootdse.c 	struct private_data *priv = talloc_get_type(ldb_module_get_private(module), struct private_data);
talloc_get_type   359 source4/dsdb/samdb/ldb_modules/rootdse.c 	struct private_data *priv = talloc_get_type(ldb_module_get_private(module), struct private_data);
talloc_get_type   151 source4/dsdb/samdb/ldb_modules/samldb.c 	ac = talloc_get_type(req->context, struct samldb_ctx);
talloc_get_type   215 source4/dsdb/samdb/ldb_modules/samldb.c 	lparm_ctx = talloc_get_type(opaque, struct loadparm_context);
talloc_get_type   223 source4/dsdb/samdb/ldb_modules/samldb.c 	templates_ldb = talloc_get_type(opaque,	struct ldb_context);
talloc_get_type   333 source4/dsdb/samdb/ldb_modules/samldb.c 	ac = talloc_get_type(req->context, struct samldb_ctx);
talloc_get_type   475 source4/dsdb/samdb/ldb_modules/samldb.c 	ac = talloc_get_type(req->context, struct samldb_ctx);
talloc_get_type   620 source4/dsdb/samdb/ldb_modules/samldb.c 	ac = talloc_get_type(req->context, struct samldb_ctx);
talloc_get_type   777 source4/dsdb/samdb/ldb_modules/samldb.c 	ac = talloc_get_type(req->context, struct samldb_ctx);
talloc_get_type   859 source4/dsdb/samdb/ldb_modules/samldb.c 	ac = talloc_get_type(req->context, struct samldb_ctx);
talloc_get_type   975 source4/dsdb/samdb/ldb_modules/samldb.c 	ac = talloc_get_type(req->context, struct samldb_ctx);
talloc_get_type  1081 source4/dsdb/samdb/ldb_modules/samldb.c 	ac = talloc_get_type(req->context, struct samldb_ctx);
talloc_get_type   398 source4/dsdb/samdb/ldb_modules/schema_fsmo.c 	ac = talloc_get_type(req->context, struct schema_fsmo_search_data);
talloc_get_type   399 source4/dsdb/samdb/ldb_modules/schema_fsmo.c 	mc = talloc_get_type(ldb_module_get_private(ac->module), struct schema_fsmo_private_data);
talloc_get_type    51 source4/dsdb/samdb/ldb_modules/show_deleted.c 	ar = talloc_get_type(req->context, struct show_deleted_search_request);
talloc_get_type   626 source4/dsdb/samdb/ldb_modules/simple_ldap_map.c 	seq = talloc_get_type(req->op.extended.data, struct ldb_seqnum_request);
talloc_get_type   628 source4/dsdb/samdb/ldb_modules/simple_ldap_map.c 	map_private = talloc_get_type(ldb_module_get_private(module), struct map_private);
talloc_get_type   630 source4/dsdb/samdb/ldb_modules/simple_ldap_map.c 	entryuuid_private = talloc_get_type(map_private->caller_private, struct entryuuid_private);
talloc_get_type   640 source4/dsdb/samdb/ldb_modules/simple_ldap_map.c 	partition = talloc_get_type(partition_ctrl->data,
talloc_get_type    68 source4/dsdb/samdb/ldb_modules/subtree_delete.c 	ac = talloc_get_type(req->context, struct subtree_delete_context);
talloc_get_type    76 source4/dsdb/samdb/ldb_modules/subtree_rename.c 	ac = talloc_get_type(req->context, struct subtree_rename_context);
talloc_get_type   144 source4/dsdb/samdb/ldb_modules/subtree_rename.c 	ac = talloc_get_type(req->context, struct subtree_rename_context);
talloc_get_type    81 source4/dsdb/samdb/ldb_modules/update_keytab.c 	struct update_kt_private *data = talloc_get_type(ldb_module_get_private(module), struct update_kt_private);
talloc_get_type   151 source4/dsdb/samdb/ldb_modules/update_keytab.c 	ac = talloc_get_type(req->context, struct update_kt_ctx);
talloc_get_type   209 source4/dsdb/samdb/ldb_modules/update_keytab.c 	ac = talloc_get_type(req->context, struct update_kt_ctx);
talloc_get_type   385 source4/dsdb/samdb/ldb_modules/update_keytab.c 	struct update_kt_private *data = talloc_get_type(ldb_module_get_private(module), struct update_kt_private);
talloc_get_type   410 source4/dsdb/samdb/ldb_modules/update_keytab.c 	struct update_kt_private *data = talloc_get_type(ldb_module_get_private(module), struct update_kt_private);
talloc_get_type   132 source4/dsdb/samdb/samdb.c 	templates_ldb = talloc_get_type(ldb_get_opaque(ldb, "templates_ldb"), struct ldb_context);
talloc_get_type   244 source4/dsdb/schema/schema_set.c 	schema = talloc_get_type(p, struct dsdb_schema);
talloc_get_type  1166 source4/kdc/hdb-samba4.c 		struct loadparm_context *lp_ctx = talloc_get_type(ldb_get_opaque(db->hdb_db, "loadparm"), struct loadparm_context);
talloc_get_type   205 source4/kdc/kdc.c 	struct kdc_socket *kdc_socket = talloc_get_type(private_data, struct kdc_socket);
talloc_get_type   224 source4/kdc/kdc.c 	struct kdc_tcp_connection *kdcconn = talloc_get_type(private_data,
talloc_get_type   288 source4/kdc/kdc.c 	struct kdc_tcp_connection *kdcconn = talloc_get_type(conn->private_data,
talloc_get_type   298 source4/kdc/kdc.c 	struct kdc_tcp_connection *kdcconn = talloc_get_type(private_data,
talloc_get_type   308 source4/kdc/kdc.c 	struct kdc_tcp_connection *kdcconn = talloc_get_type(conn->private_data,
talloc_get_type   360 source4/kdc/kdc.c 	struct kdc_server *kdc = talloc_get_type(conn->private_data, struct kdc_server);
talloc_get_type   569 source4/kdc/kdc.c 	struct kdc_server *kdc = talloc_get_type(msg->private_data, struct kdc_server);
talloc_get_type   114 source4/kdc/pac-glue.c 	struct hdb_ldb_private *p = talloc_get_type(client->ctx, struct hdb_ldb_private);
talloc_get_type   159 source4/kdc/pac-glue.c 	struct hdb_ldb_private *p = talloc_get_type(server->ctx, struct hdb_ldb_private);
talloc_get_type   239 source4/kdc/pac-glue.c 	struct hdb_ldb_private *p = talloc_get_type(entry_ex->ctx, struct hdb_ldb_private);
talloc_get_type   156 source4/ldap_server/ldap_backend.c 	struct ldb_context *samdb = talloc_get_type(call->conn->ldb, struct ldb_context);
talloc_get_type   242 source4/ldap_server/ldap_backend.c 			search_options = talloc_get_type(search_control->data, struct ldb_search_options_control);
talloc_get_type   256 source4/ldap_server/ldap_backend.c 			extended_dn_decoded = talloc_get_type(extended_dn_control->data, struct ldb_extended_dn_control);
talloc_get_type   105 source4/ldap_server/ldap_bind.c 	struct ldapsrv_sasl_context *ctx = talloc_get_type(private_data, struct ldapsrv_sasl_context);
talloc_get_type    34 source4/ldap_server/ldap_extended.c 	struct ldapsrv_starttls_context *ctx = talloc_get_type(private_data, struct ldapsrv_starttls_context);
talloc_get_type    60 source4/ldap_server/ldap_server.c 	struct ldapsrv_connection *conn = talloc_get_type(private_data,
talloc_get_type   138 source4/ldap_server/ldap_server.c 	struct ldapsrv_connection *conn = talloc_get_type(private_data,
talloc_get_type   175 source4/ldap_server/ldap_server.c 	struct ldapsrv_connection *conn = talloc_get_type(private_data, struct ldapsrv_connection);
talloc_get_type   186 source4/ldap_server/ldap_server.c 		talloc_get_type(c->private_data, struct ldapsrv_connection);
talloc_get_type   212 source4/ldap_server/ldap_server.c 		talloc_get_type(c->private_data, struct ldapsrv_connection);
talloc_get_type   222 source4/ldap_server/ldap_server.c 	struct ldapsrv_connection *conn = talloc_get_type(private_data, struct ldapsrv_connection);
talloc_get_type   331 source4/ldap_server/ldap_server.c 		talloc_get_type(c->private_data, struct ldapsrv_service);
talloc_get_type   639 source4/lib/com/dcom/main.c 	c = talloc_get_type(cr->async.private_data, struct composite_context);
talloc_get_type   700 source4/lib/com/dcom/main.c         s = talloc_get_type(c->private_data, struct dcom_proxy_async_call_state);
talloc_get_type    40 source4/lib/ldb/common/ldb.c 	struct ldb_context *ldb = talloc_get_type(ptr, struct ldb_context);
talloc_get_type    60 source4/lib/ldb/common/ldb.c 	struct ldb_context *ldb = talloc_get_type(context, struct ldb_context);
talloc_get_type   185 source4/lib/ldb/common/ldb.c 	return talloc_get_type(opaque, struct ldb_dn);
talloc_get_type   191 source4/lib/ldb/common/ldb.c 	return talloc_get_type(opaque, struct ldb_dn);
talloc_get_type   197 source4/lib/ldb/common/ldb.c 	return talloc_get_type(opaque, struct ldb_dn);
talloc_get_type   203 source4/lib/ldb/common/ldb.c 	return talloc_get_type(opaque, struct ldb_dn);
talloc_get_type   633 source4/lib/ldb/common/ldb.c 	res = talloc_get_type(req->context, struct ldb_result);
talloc_get_type   954 source4/lib/ldb/common/ldb.c 	res = talloc_get_type(req->context, struct ldb_result);
talloc_get_type  1276 source4/lib/ldb/common/ldb.c 	seqr = talloc_get_type(res->extended->data,
talloc_get_type   104 source4/lib/ldb/ldb_ildap/ldb_ildap.c 	ac = talloc_get_type(private_data, struct ildb_context);
talloc_get_type   172 source4/lib/ldb/ldb_ildap/ldb_ildap.c 	ildb = talloc_get_type(ldb_module_get_private(module), struct ildb_private);
talloc_get_type   196 source4/lib/ldb/ldb_ildap/ldb_ildap.c 	struct ildb_context *ac = talloc_get_type(private_data, struct ildb_context);
talloc_get_type   220 source4/lib/ldb/ldb_ildap/ldb_ildap.c 	ac = talloc_get_type(req->async.private_data, struct ildb_context);
talloc_get_type   684 source4/lib/ldb/ldb_ildap/ldb_ildap.c 	ildb = talloc_get_type(ldb_module_get_private(module), struct ildb_private);
talloc_get_type   777 source4/lib/ldb/ldb_ildap/ldb_ildap.c 	lp_ctx = talloc_get_type(ldb_get_opaque(ldb, "loadparm"),
talloc_get_type   799 source4/lib/ldb/ldb_ildap/ldb_ildap.c 	creds = talloc_get_type(ldb_get_opaque(ldb, "credentials"), struct cli_credentials);
talloc_get_type   801 source4/lib/ldb/ldb_ildap/ldb_ildap.c 		struct auth_session_info *session_info = talloc_get_type(ldb_get_opaque(ldb, "sessionInfo"), struct auth_session_info);
talloc_get_type   650 source4/lib/ldb/ldb_ldap/ldb_ldap.c 	ac = talloc_get_type(private_data, struct lldb_context);
talloc_get_type   666 source4/lib/ldb/ldb_ldap/ldb_ldap.c 	ac = talloc_get_type(private_data, struct lldb_context);
talloc_get_type   733 source4/lib/ldb/ldb_ldap/ldb_ldap.c 	ac = talloc_get_type(private_data, struct lldb_context);
talloc_get_type   747 source4/lib/ldb/ldb_ldap/ldb_ldap.c 	lldb = talloc_get_type(ldb_module_get_private(module), struct lldb_private);
talloc_get_type   104 source4/lib/ldb/ldb_map/ldb_map.c 	const struct map_private *data = talloc_get_type(ldb_module_get_private(module), struct map_private);
talloc_get_type   205 source4/lib/ldb/ldb_map/ldb_map_inbound.c 	ac = talloc_get_type(req->context, struct map_context);
talloc_get_type   296 source4/lib/ldb/ldb_map/ldb_map_inbound.c 	ac = talloc_get_type(req->context, struct map_context);
talloc_get_type   330 source4/lib/ldb/ldb_map/ldb_map_inbound.c 	ac = talloc_get_type(req->context, struct map_context);
talloc_get_type   781 source4/lib/ldb/ldb_map/ldb_map_inbound.c 	ac = talloc_get_type(req->context, struct map_context);
talloc_get_type  1202 source4/lib/ldb/ldb_map/ldb_map_outbound.c 	ac = talloc_get_type(req->context, struct map_context);
talloc_get_type  1301 source4/lib/ldb/ldb_map/ldb_map_outbound.c 	ac = talloc_get_type(req->context, struct map_context);
talloc_get_type   671 source4/lib/ldb/ldb_sqlite3/ldb_sqlite3.c 	ac = talloc_get_type(result, struct lsql_context);
talloc_get_type   815 source4/lib/ldb/ldb_sqlite3/ldb_sqlite3.c 	lsqlite3 = talloc_get_type(ldb_module_get_private(module),
talloc_get_type   992 source4/lib/ldb/ldb_sqlite3/ldb_sqlite3.c 	lsqlite3 = talloc_get_type(ldb_module_get_private(module),
talloc_get_type  1105 source4/lib/ldb/ldb_sqlite3/ldb_sqlite3.c 	lsqlite3 = talloc_get_type(ldb_module_get_private(module),
talloc_get_type  1269 source4/lib/ldb/ldb_sqlite3/ldb_sqlite3.c 	lsqlite3 = talloc_get_type(ldb_module_get_private(module),
talloc_get_type  1312 source4/lib/ldb/ldb_sqlite3/ldb_sqlite3.c 	lsqlite3 = talloc_get_type(ldb_module_get_private(module),
talloc_get_type  1351 source4/lib/ldb/ldb_sqlite3/ldb_sqlite3.c 	lsqlite3 = talloc_get_type(ldb_module_get_private(module),
talloc_get_type  1376 source4/lib/ldb/ldb_sqlite3/ldb_sqlite3.c 	lsqlite3 = talloc_get_type(ldb_module_get_private(module),
talloc_get_type  1401 source4/lib/ldb/ldb_sqlite3/ldb_sqlite3.c 	lsqlite3 = talloc_get_type(ldb_module_get_private(module),
talloc_get_type  1455 source4/lib/ldb/ldb_sqlite3/ldb_sqlite3.c 	ctx = talloc_get_type(private_data, struct lsql_context);
talloc_get_type  1468 source4/lib/ldb/ldb_sqlite3/ldb_sqlite3.c 	ctx = talloc_get_type(private_data, struct lsql_context);
talloc_get_type    60 source4/lib/ldb/ldb_tdb/ldb_cache.c 	struct ltdb_private *ltdb = talloc_get_type(data, struct ltdb_private);
talloc_get_type   111 source4/lib/ldb/ldb_tdb/ldb_cache.c 	struct ltdb_private *ltdb = talloc_get_type(data, struct ltdb_private);
talloc_get_type   184 source4/lib/ldb/ldb_tdb/ldb_cache.c 	struct ltdb_private *ltdb = talloc_get_type(data, struct ltdb_private);
talloc_get_type   240 source4/lib/ldb/ldb_tdb/ldb_cache.c 	struct ltdb_private *ltdb = talloc_get_type(data, struct ltdb_private);
talloc_get_type   264 source4/lib/ldb/ldb_tdb/ldb_cache.c 	struct ltdb_private *ltdb = talloc_get_type(data, struct ltdb_private);
talloc_get_type   389 source4/lib/ldb/ldb_tdb/ldb_cache.c 	struct ltdb_private *ltdb = talloc_get_type(data, struct ltdb_private);
talloc_get_type    72 source4/lib/ldb/ldb_tdb/ldb_index.c 	struct ltdb_private *ltdb = talloc_get_type(data, struct ltdb_private);
talloc_get_type   104 source4/lib/ldb/ldb_tdb/ldb_index.c 	if (talloc_get_type(ptr, struct ldb_index_pointer) != ptr) {
talloc_get_type   136 source4/lib/ldb/ldb_tdb/ldb_index.c 	if (talloc_get_type(ptr, struct ldb_index_pointer) != ptr) {
talloc_get_type   180 source4/lib/ldb/ldb_tdb/ldb_index.c 	struct ltdb_private *ltdb = talloc_get_type(data, struct ltdb_private);
talloc_get_type   219 source4/lib/ldb/ldb_tdb/ldb_index.c 	struct ltdb_private *ltdb = talloc_get_type(data, struct ltdb_private);
talloc_get_type   282 source4/lib/ldb/ldb_tdb/ldb_index.c 	struct ltdb_private *ltdb = talloc_get_type(data, struct ltdb_private);
talloc_get_type   304 source4/lib/ldb/ldb_tdb/ldb_index.c 	struct ltdb_private *ltdb = talloc_get_type(data, struct ltdb_private);
talloc_get_type   320 source4/lib/ldb/ldb_tdb/ldb_index.c 	struct ltdb_private *ltdb = talloc_get_type(data, struct ltdb_private);
talloc_get_type  1075 source4/lib/ldb/ldb_tdb/ldb_index.c 	struct ltdb_private *ltdb = talloc_get_type(data, struct ltdb_private);
talloc_get_type  1279 source4/lib/ldb/ldb_tdb/ldb_index.c 	struct ltdb_private *ltdb = talloc_get_type(data, struct ltdb_private);
talloc_get_type  1412 source4/lib/ldb/ldb_tdb/ldb_index.c 	struct ltdb_private *ltdb = talloc_get_type(data, struct ltdb_private);
talloc_get_type  1455 source4/lib/ldb/ldb_tdb/ldb_index.c 	struct ltdb_private *ltdb = talloc_get_type(data, struct ltdb_private);
talloc_get_type  1588 source4/lib/ldb/ldb_tdb/ldb_index.c 	struct ltdb_private *ltdb = talloc_get_type(data, struct ltdb_private);
talloc_get_type   211 source4/lib/ldb/ldb_tdb/ldb_search.c 	struct ltdb_private *ltdb = talloc_get_type(data, struct ltdb_private);
talloc_get_type   244 source4/lib/ldb/ldb_tdb/ldb_search.c 	struct ltdb_private *ltdb = talloc_get_type(data, struct ltdb_private);
talloc_get_type   381 source4/lib/ldb/ldb_tdb/ldb_search.c 	ac = talloc_get_type(state, struct ltdb_context);
talloc_get_type   443 source4/lib/ldb/ldb_tdb/ldb_search.c 	struct ltdb_private *ltdb = talloc_get_type(data, struct ltdb_private);
talloc_get_type   469 source4/lib/ldb/ldb_tdb/ldb_search.c 	struct ltdb_private *ltdb = talloc_get_type(data, struct ltdb_private);
talloc_get_type    86 source4/lib/ldb/ldb_tdb/ldb_tdb.c 	struct ltdb_private *ltdb = talloc_get_type(data, struct ltdb_private);
talloc_get_type    99 source4/lib/ldb/ldb_tdb/ldb_tdb.c 	struct ltdb_private *ltdb = talloc_get_type(data, struct ltdb_private);
talloc_get_type   219 source4/lib/ldb/ldb_tdb/ldb_tdb.c 	struct ltdb_private *ltdb = talloc_get_type(data, struct ltdb_private);
talloc_get_type   318 source4/lib/ldb/ldb_tdb/ldb_tdb.c 	struct ltdb_private *ltdb = talloc_get_type(data, struct ltdb_private);
talloc_get_type   567 source4/lib/ldb/ldb_tdb/ldb_tdb.c 	struct ltdb_private *ltdb = talloc_get_type(data, struct ltdb_private);
talloc_get_type   847 source4/lib/ldb/ldb_tdb/ldb_tdb.c 	struct ltdb_private *ltdb = talloc_get_type(data, struct ltdb_private);
talloc_get_type   863 source4/lib/ldb/ldb_tdb/ldb_tdb.c 	struct ltdb_private *ltdb = talloc_get_type(data, struct ltdb_private);
talloc_get_type   882 source4/lib/ldb/ldb_tdb/ldb_tdb.c 	struct ltdb_private *ltdb = talloc_get_type(data, struct ltdb_private);
talloc_get_type   917 source4/lib/ldb/ldb_tdb/ldb_tdb.c 	seq = talloc_get_type(req->op.extended.data,
talloc_get_type  1020 source4/lib/ldb/ldb_tdb/ldb_tdb.c 	ctx = talloc_get_type(private_data, struct ltdb_context);
talloc_get_type  1088 source4/lib/ldb/ldb_tdb/ldb_tdb.c 	ctx = talloc_get_type(private_data, struct ltdb_context);
talloc_get_type  1133 source4/lib/ldb/ldb_tdb/ldb_tdb.c 	struct ltdb_req_spy *spy = talloc_get_type(ptr, struct ltdb_req_spy);
talloc_get_type    62 source4/lib/ldb/ldb_tdb/ldb_tdb_wrap.c 	struct ldb_context *ldb = talloc_get_type(tdb_get_logging_private(tdb), struct ldb_context);
talloc_get_type   128 source4/lib/ldb/modules/asq.c 	ac = talloc_get_type(req->context, struct asq_context);
talloc_get_type   169 source4/lib/ldb/modules/asq.c 	ac = talloc_get_type(req->context, struct asq_context);
talloc_get_type   372 source4/lib/ldb/modules/asq.c 	ac->asq_ctrl = talloc_get_type(control->data, struct ldb_asq_control);
talloc_get_type   195 source4/lib/ldb/modules/operational.c 	ac = talloc_get_type(req->context, struct operational_context);
talloc_get_type   232 source4/lib/ldb/modules/paged_results.c 	ac = talloc_get_type(req->context, struct paged_context);
talloc_get_type   312 source4/lib/ldb/modules/paged_results.c 	paged_ctrl = talloc_get_type(control->data, struct ldb_paged_control);
talloc_get_type   317 source4/lib/ldb/modules/paged_results.c 	private_data = talloc_get_type(ldb_module_get_private(module),
talloc_get_type    62 source4/lib/ldb/modules/paged_searches.c 	ac = talloc_get_type(req->context, struct ps_context);
talloc_get_type    70 source4/lib/ldb/modules/paged_searches.c 	rep_control = talloc_get_type(ares->controls[0]->data, struct ldb_paged_control);
talloc_get_type    87 source4/lib/ldb/modules/paged_searches.c 	req_control = talloc_get_type(req->controls[0]->data, struct ldb_paged_control);
talloc_get_type   151 source4/lib/ldb/modules/paged_searches.c 	ac = talloc_get_type(req->context, struct ps_context);
talloc_get_type   218 source4/lib/ldb/modules/paged_searches.c 	private_data = talloc_get_type(ldb_module_get_private(module), struct private_data);
talloc_get_type   300 source4/lib/ldb/modules/paged_searches.c 	data = talloc_get_type(req->context, struct private_data);
talloc_get_type    68 source4/lib/ldb/modules/rdn_name.c 	ac = talloc_get_type(req->context, struct rename_context);
talloc_get_type   187 source4/lib/ldb/modules/rdn_name.c 	ac = talloc_get_type(req->context, struct rename_context);
talloc_get_type   219 source4/lib/ldb/modules/rdn_name.c 	ac = talloc_get_type(req->context, struct rename_context);
talloc_get_type    92 source4/lib/ldb/modules/skel.c 	data = talloc_get_type(ldb_module_get_private(ctx), struct private_data);
talloc_get_type   105 source4/lib/ldb/modules/sort.c 	struct sort_context *ac = talloc_get_type(opaque, struct sort_context);
talloc_get_type   191 source4/lib/ldb/modules/sort.c 	ac = talloc_get_type(req->context, struct sort_context);
talloc_get_type   274 source4/lib/ldb/modules/sort.c 	sort_ctrls = talloc_get_type(control->data, struct ldb_server_sort_control *);
talloc_get_type   268 source4/lib/ldb/tools/cmdline.c 			rep_control = talloc_get_type(reply[i]->data, struct ldb_vlv_resp_control);
talloc_get_type   293 source4/lib/ldb/tools/cmdline.c 			rep_control = talloc_get_type(reply[i]->data, struct ldb_asq_control);
talloc_get_type   306 source4/lib/ldb/tools/cmdline.c 			rep_control = talloc_get_type(reply[i]->data, struct ldb_paged_control);
talloc_get_type   321 source4/lib/ldb/tools/cmdline.c 			req_control = talloc_get_type(request[j]->data, struct ldb_paged_control);
talloc_get_type   338 source4/lib/ldb/tools/cmdline.c 			rep_control = talloc_get_type(reply[i]->data, struct ldb_sort_resp_control);
talloc_get_type   362 source4/lib/ldb/tools/cmdline.c 			rep_control = talloc_get_type(reply[i]->data, struct ldb_dirsync_control);
talloc_get_type   377 source4/lib/ldb/tools/cmdline.c 			req_control = talloc_get_type(request[j]->data, struct ldb_dirsync_control);
talloc_get_type   143 source4/lib/ldb/tools/ldbsearch.c 	sctx = talloc_get_type(req->context, struct search_context);
talloc_get_type   112 source4/lib/messaging/messaging.c 	struct messaging_context *ctx = talloc_get_type(msg->private_data, struct messaging_context);
talloc_get_type   222 source4/lib/messaging/messaging.c 	struct messaging_context *msg = talloc_get_type(private_data,
talloc_get_type   344 source4/lib/messaging/messaging.c 	struct messaging_context *msg = talloc_get_type(private_data,
talloc_get_type   849 source4/lib/messaging/messaging.c 	struct irpc_request *irpc = talloc_get_type(private_data, struct irpc_request);
talloc_get_type    59 source4/lib/messaging/tests/irpc.c 	struct irpc_message *irpc = talloc_get_type(private_data, struct irpc_message);
talloc_get_type    38 source4/lib/registry/dir.c 	struct dir_key *dk = talloc_get_type(parent, struct dir_key);
talloc_get_type   113 source4/lib/registry/dir.c 	struct dir_key *dk = talloc_get_type(k, struct dir_key);
talloc_get_type   130 source4/lib/registry/dir.c 	const struct dir_key *p = talloc_get_type(parent, struct dir_key);
talloc_get_type   161 source4/lib/registry/dir.c 	const struct dir_key *dk = talloc_get_type(k, struct dir_key);
talloc_get_type   241 source4/lib/registry/dir.c 	const struct dir_key *dk = talloc_get_type(key, struct dir_key);
talloc_get_type   310 source4/lib/registry/dir.c 	const struct dir_key *dk = talloc_get_type(key, struct dir_key);
talloc_get_type   325 source4/lib/registry/dir.c 	const struct dir_key *dk = talloc_get_type(key, struct dir_key);
talloc_get_type   349 source4/lib/registry/dir.c 	const struct dir_key *dk = talloc_get_type(key, struct dir_key);
talloc_get_type   385 source4/lib/registry/dir.c 	const struct dir_key *dk = talloc_get_type(key, struct dir_key);
talloc_get_type   173 source4/lib/registry/ldb.c 	struct ldb_key_data *kd = talloc_get_type(from, struct ldb_key_data);
talloc_get_type   272 source4/lib/registry/ldb.c 	struct ldb_key_data *kd = talloc_get_type(k, struct ldb_key_data);
talloc_get_type   305 source4/lib/registry/ldb.c 	struct ldb_key_data *kd = talloc_get_type(k, struct ldb_key_data);
talloc_get_type   334 source4/lib/registry/ldb.c 	struct ldb_key_data *kd = talloc_get_type(k, struct ldb_key_data);
talloc_get_type   362 source4/lib/registry/ldb.c 	struct ldb_key_data *kd = talloc_get_type(k, struct ldb_key_data);
talloc_get_type   401 source4/lib/registry/ldb.c 	struct ldb_key_data *kd = talloc_get_type(h, struct ldb_key_data);
talloc_get_type   521 source4/lib/registry/ldb.c 	struct ldb_key_data *kd = talloc_get_type(key, struct ldb_key_data);
talloc_get_type   575 source4/lib/registry/ldb.c 	struct ldb_key_data *parentkd = talloc_get_type(key, struct ldb_key_data);
talloc_get_type   693 source4/lib/registry/ldb.c 	struct ldb_key_data *kd = talloc_get_type(parent, struct ldb_key_data);
talloc_get_type   745 source4/lib/registry/ldb.c 	struct ldb_key_data *kd = talloc_get_type(key, struct ldb_key_data);
talloc_get_type    76 source4/lib/registry/local.c 	struct local_key *local_parent = talloc_get_type(parent,
talloc_get_type   128 source4/lib/registry/local.c 	struct registry_local *rctx = talloc_get_type(ctx,
talloc_get_type   328 source4/lib/registry/local.c 	struct registry_local *reg_local = talloc_get_type(rctx,
talloc_get_type   105 source4/lib/registry/rpc.c 	struct rpc_registry_context *rctx = talloc_get_type(ctx, struct rpc_registry_context);
talloc_get_type   157 source4/lib/registry/rpc.c 	struct rpc_key *parentkeydata = talloc_get_type(h, struct rpc_key),
talloc_get_type   194 source4/lib/registry/rpc.c 	struct rpc_key *mykeydata = talloc_get_type(parent, struct rpc_key);
talloc_get_type   245 source4/lib/registry/rpc.c 	struct rpc_key *mykeydata = talloc_get_type(parent, struct rpc_key);
talloc_get_type   294 source4/lib/registry/rpc.c 	struct rpc_key *mykeydata = talloc_get_type(parent, struct rpc_key);
talloc_get_type   338 source4/lib/registry/rpc.c 	struct rpc_key *parentkd = talloc_get_type(parent, struct rpc_key);
talloc_get_type   371 source4/lib/registry/rpc.c 	struct rpc_key *mykeydata = talloc_get_type(k, struct rpc_key);
talloc_get_type   405 source4/lib/registry/rpc.c 	struct rpc_key *mykeydata = talloc_get_type(parent, struct rpc_key);
talloc_get_type   434 source4/lib/registry/rpc.c 	struct rpc_key *mykeydata = talloc_get_type(key, struct rpc_key);
talloc_get_type    47 source4/lib/socket/connect.c 	struct connect_state *state = talloc_get_type(result->private_data, 
talloc_get_type   124 source4/lib/socket/connect.c 		talloc_get_type(private_data, struct composite_context);
talloc_get_type   125 source4/lib/socket/connect.c 	struct connect_state *state = talloc_get_type(result->private_data,
talloc_get_type   131 source4/lib/socket/connect_multi.c 	struct connect_multi_state *multi = talloc_get_type(result->private_data, 
talloc_get_type   186 source4/lib/socket/connect_multi.c 	struct composite_context *result = talloc_get_type(p, struct composite_context);
talloc_get_type   196 source4/lib/socket/connect_multi.c 	struct composite_context *result = talloc_get_type(creq->async.private_data, 
talloc_get_type   198 source4/lib/socket/connect_multi.c 	struct connect_multi_state *multi = talloc_get_type(result->private_data, 
talloc_get_type   216 source4/lib/socket/connect_multi.c 	struct connect_one_state *state = talloc_get_type(creq->async.private_data, 
talloc_get_type   219 source4/lib/socket/connect_multi.c 	struct connect_multi_state *multi = talloc_get_type(result->private_data, 
talloc_get_type   255 source4/lib/socket/connect_multi.c 			talloc_get_type(ctx->private_data,
talloc_get_type   232 source4/lib/stream/packet.c 	struct packet_context *pc = talloc_get_type(private_data, struct packet_context);
talloc_get_type    74 source4/lib/tls/tls.c 	tls = talloc_get_type(sock->private_data, struct tls_context);
talloc_get_type   114 source4/lib/tls/tls.c 	struct tls_context *tls = talloc_get_type(ptr, struct tls_context);
talloc_get_type   153 source4/lib/tls/tls.c 	struct tls_context *tls = talloc_get_type(ptr, struct tls_context);
talloc_get_type   247 source4/lib/tls/tls.c 	struct tls_context *tls = talloc_get_type(sock->private_data, struct tls_context);
talloc_get_type   271 source4/lib/tls/tls.c 	struct tls_context *tls = talloc_get_type(sock->private_data, struct tls_context);
talloc_get_type   322 source4/lib/tls/tls.c 	struct tls_context *tls = talloc_get_type(sock->private_data, struct tls_context);
talloc_get_type   615 source4/lib/tls/tls.c 	struct tls_context *tls = talloc_get_type(sock->private_data, struct tls_context);
talloc_get_type   621 source4/lib/tls/tls.c 	struct tls_context *tls = talloc_get_type(sock->private_data, struct tls_context);
talloc_get_type   627 source4/lib/tls/tls.c 	struct tls_context *tls = talloc_get_type(sock->private_data, struct tls_context);
talloc_get_type   633 source4/lib/tls/tls.c 	struct tls_context *tls = talloc_get_type(sock->private_data, struct tls_context);
talloc_get_type   151 source4/libcli/cldap/cldap.c 	struct cldap_request *req = talloc_get_type(private_data, struct cldap_request);
talloc_get_type   229 source4/libcli/cldap/cldap.c 	struct cldap_socket *cldap = talloc_get_type(private_data, struct cldap_socket);
talloc_get_type    99 source4/libcli/composite/composite.c 	struct composite_context *c = talloc_get_type(ptr, struct composite_context);
talloc_get_type   145 source4/libcli/dgram/dgramsocket.c 	struct nbt_dgram_socket *dgmsock = talloc_get_type(private_data,
talloc_get_type   122 source4/libcli/finddcs.c 		talloc_get_type(ctx->async.private_data, struct finddcs_state);
talloc_get_type   177 source4/libcli/finddcs.c 		talloc_get_type(ireq->async.private_data, struct finddcs_state);
talloc_get_type   219 source4/libcli/finddcs.c 	struct finddcs_state *state = talloc_get_type(name_req->async.private_data, struct finddcs_state);
talloc_get_type   248 source4/libcli/finddcs.c 			talloc_get_type(c->private_data, struct finddcs_state);
talloc_get_type   105 source4/libcli/ldap/ldap_client.c 	struct ldap_connection *conn = talloc_get_type(private_data, 
talloc_get_type   188 source4/libcli/ldap/ldap_client.c 	struct ldap_connection *conn = talloc_get_type(private_data, 
talloc_get_type   219 source4/libcli/ldap/ldap_client.c 	struct ldap_connection *conn = talloc_get_type(private_data, 
talloc_get_type   230 source4/libcli/ldap/ldap_client.c 	struct ldap_connection *conn = talloc_get_type(private_data, 
talloc_get_type   451 source4/libcli/ldap/ldap_client.c 		talloc_get_type(ctx->async.private_data,
talloc_get_type   468 source4/libcli/ldap/ldap_client.c 		talloc_get_type(ctx->async.private_data,
talloc_get_type   555 source4/libcli/ldap/ldap_client.c 	struct ldap_request *req = talloc_get_type(private_data, struct ldap_request);
talloc_get_type   573 source4/libcli/ldap/ldap_client.c 	struct ldap_request *req = talloc_get_type(private_data, struct ldap_request);
talloc_get_type   647 source4/libcli/ldap/ldap_controls.c 	struct ldb_sort_resp_control *lsrc = talloc_get_type(in, struct ldb_sort_resp_control);
talloc_get_type   681 source4/libcli/ldap/ldap_controls.c 	struct ldb_server_sort_control **lssc = talloc_get_type(in, struct ldb_server_sort_control *);
talloc_get_type   732 source4/libcli/ldap/ldap_controls.c 	struct ldb_extended_dn_control *ledc = talloc_get_type(in, struct ldb_extended_dn_control);
talloc_get_type   767 source4/libcli/ldap/ldap_controls.c 	struct ldb_sd_flags_control *lsdfc = talloc_get_type(in, struct ldb_sd_flags_control);
talloc_get_type   795 source4/libcli/ldap/ldap_controls.c 	struct ldb_search_options_control *lsoc = talloc_get_type(in, struct ldb_search_options_control);
talloc_get_type   823 source4/libcli/ldap/ldap_controls.c 	struct ldb_paged_control *lprc = talloc_get_type(in, struct ldb_paged_control);
talloc_get_type   858 source4/libcli/ldap/ldap_controls.c 	struct ldb_asq_control *lac = talloc_get_type(in, struct ldb_asq_control);
talloc_get_type   893 source4/libcli/ldap/ldap_controls.c 	struct ldb_dirsync_control *ldc = talloc_get_type(in, struct ldb_dirsync_control);
talloc_get_type   979 source4/libcli/ldap/ldap_controls.c 	struct ldb_vlv_req_control *lvrc = talloc_get_type(in, struct ldb_vlv_req_control);
talloc_get_type  1055 source4/libcli/ldap/ldap_controls.c 	struct ldb_vlv_resp_control *lvrc = talloc_get_type(in, struct ldb_vlv_resp_control);
talloc_get_type  1097 source4/libcli/ldap/ldap_controls.c 	struct dsdb_openldap_dereference_control *control = talloc_get_type(in, struct dsdb_openldap_dereference_control);
talloc_get_type   100 source4/libcli/raw/clisocket.c 		talloc_get_type(ctx->async.private_data,
talloc_get_type   138 source4/libcli/raw/clisocket.c 			talloc_get_type(c->private_data,
talloc_get_type    40 source4/libcli/raw/clitransport.c 	struct smbcli_transport *transport = talloc_get_type(private_data,
talloc_get_type    66 source4/libcli/raw/clitransport.c 	struct smbcli_transport *transport = talloc_get_type(private_data, struct smbcli_transport);
talloc_get_type   313 source4/libcli/raw/clitransport.c 	struct smbcli_transport *transport = talloc_get_type(private_data,
talloc_get_type   352 source4/libcli/raw/clitransport.c 	struct smbcli_transport *transport = talloc_get_type(private_data,
talloc_get_type   547 source4/libcli/raw/clitransport.c 	struct smbcli_request *req = talloc_get_type(private_data, struct smbcli_request);
talloc_get_type    84 source4/libcli/raw/rawtrans.c 	state = talloc_get_type(req->recv_helper.private_data,
talloc_get_type   107 source4/libcli/raw/rawtrans.c 	struct smb_raw_trans2_recv_state *state = talloc_get_type(req->recv_helper.private_data,
talloc_get_type   561 source4/libcli/raw/rawtrans.c 	state = talloc_get_type(req->recv_helper.private_data,
talloc_get_type   584 source4/libcli/raw/rawtrans.c 	struct smb_raw_nttrans_recv_state *state = talloc_get_type(req->recv_helper.private_data,
talloc_get_type    48 source4/libcli/resolve/bcast.c 	struct resolve_bcast_data *data = talloc_get_type(userdata, struct resolve_bcast_data);
talloc_get_type   339 source4/libcli/resolve/dns_ex.c 	struct composite_context *c = talloc_get_type(private_data, struct composite_context);
talloc_get_type   340 source4/libcli/resolve/dns_ex.c 	struct dns_ex_state *state = talloc_get_type(c->private_data,
talloc_get_type   531 source4/libcli/resolve/dns_ex.c 		struct dns_ex_state *state = talloc_get_type(c->private_data,
talloc_get_type    54 source4/libcli/resolve/nbtlist.c 	struct composite_context *c = talloc_get_type(req->async.private_data,
talloc_get_type    56 source4/libcli/resolve/nbtlist.c 	struct nbtlist_state *state = talloc_get_type(c->private_data, struct nbtlist_state);
talloc_get_type   214 source4/libcli/resolve/nbtlist.c 		struct nbtlist_state *state = talloc_get_type(c->private_data, struct nbtlist_state);
talloc_get_type    86 source4/libcli/resolve/resolve.c 	struct resolve_state *state = talloc_get_type(c->private_data, struct resolve_state);
talloc_get_type   112 source4/libcli/resolve/resolve.c 	struct resolve_state *state = talloc_get_type(c->private_data, struct resolve_state);
talloc_get_type   212 source4/libcli/resolve/resolve.c 		struct resolve_state *state = talloc_get_type(c->private_data, struct resolve_state);
talloc_get_type    47 source4/libcli/resolve/wins.c 	struct resolve_wins_data *wins_data = talloc_get_type(userdata, struct resolve_wins_data);
talloc_get_type    51 source4/libcli/smb2/connect.c 	struct composite_context *c = talloc_get_type(req->async.private_data, 
talloc_get_type    53 source4/libcli/smb2/connect.c 	struct smb2_connect_state *state = talloc_get_type(c->private_data, 
talloc_get_type    69 source4/libcli/smb2/connect.c 	struct composite_context *c = talloc_get_type(creq->async.private_data, 
talloc_get_type    71 source4/libcli/smb2/connect.c 	struct smb2_connect_state *state = talloc_get_type(c->private_data, 
talloc_get_type    98 source4/libcli/smb2/connect.c 	struct composite_context *c = talloc_get_type(req->async.private_data, 
talloc_get_type   100 source4/libcli/smb2/connect.c 	struct smb2_connect_state *state = talloc_get_type(c->private_data, 
talloc_get_type   157 source4/libcli/smb2/connect.c 	struct composite_context *c = talloc_get_type(creq->async.private_data, 
talloc_get_type   159 source4/libcli/smb2/connect.c 	struct smb2_connect_state *state = talloc_get_type(c->private_data, 
talloc_get_type   206 source4/libcli/smb2/connect.c 	struct composite_context *c = talloc_get_type(creq->async.private_data, 
talloc_get_type   208 source4/libcli/smb2/connect.c 	struct smb2_connect_state *state = talloc_get_type(c->private_data, 
talloc_get_type   281 source4/libcli/smb2/connect.c 	struct smb2_connect_state *state = talloc_get_type(c->private_data, 
talloc_get_type   147 source4/libcli/smb2/session.c 	struct composite_context *c = talloc_get_type(req->async.private_data, 
talloc_get_type   149 source4/libcli/smb2/session.c 	struct smb2_session_state *state = talloc_get_type(c->private_data, 
talloc_get_type    40 source4/libcli/smb2/transport.c 	struct smb2_transport *transport = talloc_get_type(private_data,
talloc_get_type    66 source4/libcli/smb2/transport.c 	struct smb2_transport *transport = talloc_get_type(private_data,
talloc_get_type   186 source4/libcli/smb2/transport.c 	struct smb2_transport *transport = talloc_get_type(private_data,
talloc_get_type   307 source4/libcli/smb2/transport.c 	struct smb2_request *req = talloc_get_type(private_data, struct smb2_request);
talloc_get_type   386 source4/libcli/smb2/transport.c 	struct smb2_transport *transport = talloc_get_type(private_data,
talloc_get_type    29 source4/libcli/smb_composite/appendacl.c 	struct appendacl_state *state = talloc_get_type(c->private_data, struct appendacl_state);
talloc_get_type    60 source4/libcli/smb_composite/appendacl.c 	struct appendacl_state *state = talloc_get_type(c->private_data, struct appendacl_state);
talloc_get_type   106 source4/libcli/smb_composite/appendacl.c 	struct appendacl_state *state = talloc_get_type(c->private_data, struct appendacl_state);
talloc_get_type   139 source4/libcli/smb_composite/appendacl.c 	struct appendacl_state *state = talloc_get_type(c->private_data, struct appendacl_state);
talloc_get_type   175 source4/libcli/smb_composite/appendacl.c 	struct appendacl_state *state = talloc_get_type(c->private_data, struct appendacl_state);
talloc_get_type   192 source4/libcli/smb_composite/appendacl.c 	struct appendacl_state *state = talloc_get_type(c->private_data, struct appendacl_state);
talloc_get_type   294 source4/libcli/smb_composite/appendacl.c 		struct appendacl_state *state = talloc_get_type(c->private_data, struct appendacl_state);
talloc_get_type    67 source4/libcli/smb_composite/connect.c 	struct connect_state *state = talloc_get_type(c->private_data, struct connect_state);
talloc_get_type    95 source4/libcli/smb_composite/connect.c 	struct connect_state *state = talloc_get_type(c->private_data, struct connect_state);
talloc_get_type   144 source4/libcli/smb_composite/connect.c 	struct connect_state *state = talloc_get_type(c->private_data, struct connect_state);
talloc_get_type   230 source4/libcli/smb_composite/connect.c 	struct connect_state *state = talloc_get_type(c->private_data, struct connect_state);
talloc_get_type   282 source4/libcli/smb_composite/connect.c 	struct connect_state *state = talloc_get_type(c->private_data, struct connect_state);
talloc_get_type   301 source4/libcli/smb_composite/connect.c 	struct connect_state *state = talloc_get_type(c->private_data, struct connect_state);
talloc_get_type   317 source4/libcli/smb_composite/connect.c 	struct connect_state *state = talloc_get_type(c->private_data, struct connect_state);
talloc_get_type   370 source4/libcli/smb_composite/connect.c 	struct connect_state *state = talloc_get_type(c->private_data, struct connect_state);
talloc_get_type   397 source4/libcli/smb_composite/connect.c 	struct connect_state *state = talloc_get_type(c->private_data, struct connect_state);
talloc_get_type   437 source4/libcli/smb_composite/connect.c 	struct composite_context *c = talloc_get_type(req->async.private_data,
talloc_get_type   447 source4/libcli/smb_composite/connect.c 	struct composite_context *c = talloc_get_type(creq->async.private_data, 
talloc_get_type   503 source4/libcli/smb_composite/connect.c 		struct connect_state *state = talloc_get_type(c->private_data, struct connect_state);
talloc_get_type    46 source4/libcli/smb_composite/fetchfile.c 	state = talloc_get_type(c->private_data, struct fetchfile_state);
talloc_get_type    73 source4/libcli/smb_composite/fetchfile.c 	state = talloc_get_type(c->private_data, struct fetchfile_state);
talloc_get_type    93 source4/libcli/smb_composite/fetchfile.c 	state = talloc_get_type(c->private_data, struct fetchfile_state);
talloc_get_type   117 source4/libcli/smb_composite/fetchfile.c 	struct composite_context *c = talloc_get_type(creq->async.private_data, 
talloc_get_type   179 source4/libcli/smb_composite/fetchfile.c 		struct fetchfile_state *state = talloc_get_type(c->private_data, struct fetchfile_state);
talloc_get_type    35 source4/libcli/smb_composite/fsinfo.c 	state = talloc_get_type(c->private_data, struct fsinfo_state);
talloc_get_type    63 source4/libcli/smb_composite/fsinfo.c 	state = talloc_get_type(c->private_data, struct fsinfo_state);
talloc_get_type    84 source4/libcli/smb_composite/fsinfo.c 	struct fsinfo_state *state = talloc_get_type(creq->private_data, struct fsinfo_state);
talloc_get_type   113 source4/libcli/smb_composite/fsinfo.c 	struct composite_context *c = talloc_get_type(req->async.private_data,
talloc_get_type   120 source4/libcli/smb_composite/fsinfo.c 	struct composite_context *c = talloc_get_type(creq->async.private_data, 
talloc_get_type   190 source4/libcli/smb_composite/fsinfo.c 		struct fsinfo_state *state = talloc_get_type(c->private_data, struct fsinfo_state);
talloc_get_type    48 source4/libcli/smb_composite/loadfile.c 	struct loadfile_state *state = talloc_get_type(c->private_data, struct loadfile_state);
talloc_get_type    77 source4/libcli/smb_composite/loadfile.c 	struct loadfile_state *state = talloc_get_type(c->private_data, struct loadfile_state);
talloc_get_type   132 source4/libcli/smb_composite/loadfile.c 	struct loadfile_state *state = talloc_get_type(c->private_data, struct loadfile_state);
talloc_get_type   166 source4/libcli/smb_composite/loadfile.c 	struct loadfile_state *state = talloc_get_type(c->private_data, struct loadfile_state);
talloc_get_type   184 source4/libcli/smb_composite/loadfile.c 	struct loadfile_state *state = talloc_get_type(c->private_data, struct loadfile_state);
talloc_get_type   274 source4/libcli/smb_composite/loadfile.c 		struct loadfile_state *state = talloc_get_type(c->private_data, struct loadfile_state);
talloc_get_type    50 source4/libcli/smb_composite/savefile.c 	struct savefile_state *state = talloc_get_type(c->private_data, struct savefile_state);
talloc_get_type    79 source4/libcli/smb_composite/savefile.c 	struct savefile_state *state = talloc_get_type(c->private_data, struct savefile_state);
talloc_get_type   125 source4/libcli/smb_composite/savefile.c 	struct savefile_state *state = talloc_get_type(c->private_data, struct savefile_state);
talloc_get_type   163 source4/libcli/smb_composite/savefile.c 	struct savefile_state *state = talloc_get_type(c->private_data, struct savefile_state);
talloc_get_type   185 source4/libcli/smb_composite/savefile.c 	struct savefile_state *state = talloc_get_type(c->private_data, struct savefile_state);
talloc_get_type    84 source4/libcli/smb_composite/sesssetup.c 	struct sesssetup_state *state = talloc_get_type(c->private_data, struct sesssetup_state);
talloc_get_type   262 source4/libcli/smb_composite/sesssetup.c 	struct sesssetup_state *state = talloc_get_type(c->private_data, struct sesssetup_state);
talloc_get_type   335 source4/libcli/smb_composite/sesssetup.c 	struct sesssetup_state *state = talloc_get_type(c->private_data, struct sesssetup_state);
talloc_get_type   394 source4/libcli/smb_composite/sesssetup.c 	struct sesssetup_state *state = talloc_get_type(c->private_data, struct sesssetup_state);
talloc_get_type    39 source4/libcli/smb_composite/smb2.c 	struct composite_context *ctx = talloc_get_type(req->async.private_data, 
talloc_get_type    53 source4/libcli/smb_composite/smb2.c 	struct composite_context *ctx = talloc_get_type(req->async.private_data, 
talloc_get_type   132 source4/libcli/smb_composite/smb2.c 	struct composite_context *ctx = talloc_get_type(req->async.private_data, 
talloc_get_type   203 source4/libcli/smb_composite/smb2.c 	struct composite_context *ctx = talloc_get_type(req->async.private_data, 
talloc_get_type   273 source4/libcli/smb_composite/smb2.c 	struct composite_context *ctx = talloc_get_type(req->async.private_data, 
talloc_get_type   278 source4/libcli/smb_composite/smb2.c 	union smb_setfileinfo *io2 = talloc_get_type(ctx->private_data, 
talloc_get_type   300 source4/libcli/smb_composite/smb2.c 	struct composite_context *ctx = talloc_get_type(req->async.private_data, 
talloc_get_type   305 source4/libcli/smb_composite/smb2.c 	union smb_setfileinfo *io2 = talloc_get_type(ctx->private_data, 
talloc_get_type    77 source4/libcli/wrepl/winsrepl.c 	struct wrepl_request *req = talloc_get_type(ptr, struct wrepl_request);
talloc_get_type    86 source4/libcli/wrepl/winsrepl.c 	struct wrepl_socket *wrepl_socket = talloc_get_type(private_data, struct wrepl_socket);
talloc_get_type   128 source4/libcli/wrepl/winsrepl.c 	struct wrepl_socket *wrepl_socket = talloc_get_type(private_data,
talloc_get_type   141 source4/libcli/wrepl/winsrepl.c 	struct wrepl_socket *wrepl_socket = talloc_get_type(private_data,
talloc_get_type   280 source4/libcli/wrepl/winsrepl.c 	struct wrepl_connect_state *state = talloc_get_type(creq->async.private_data, 
talloc_get_type   358 source4/libcli/wrepl/winsrepl.c 	struct wrepl_connect_state *state = talloc_get_type(result->private_data,
talloc_get_type   387 source4/libcli/wrepl/winsrepl.c 	struct wrepl_request *req = talloc_get_type(ptr, struct wrepl_request);
talloc_get_type    66 source4/libnet/groupinfo.c 	c = talloc_get_type(req->async.private_data, struct composite_context);
talloc_get_type    67 source4/libnet/groupinfo.c 	s = talloc_get_type(c->private_data, struct groupinfo_state);
talloc_get_type   125 source4/libnet/groupinfo.c 	c = talloc_get_type(req->async.private_data, struct composite_context);
talloc_get_type   126 source4/libnet/groupinfo.c 	s = talloc_get_type(c->private_data, struct groupinfo_state);
talloc_get_type   174 source4/libnet/groupinfo.c 	c = talloc_get_type(req->async.private_data, struct composite_context);
talloc_get_type   175 source4/libnet/groupinfo.c 	s = talloc_get_type(c->private_data, struct groupinfo_state);
talloc_get_type   222 source4/libnet/groupinfo.c 	c = talloc_get_type(req->async.private_data, struct composite_context);
talloc_get_type   223 source4/libnet/groupinfo.c 	s = talloc_get_type(c->private_data, struct groupinfo_state);
talloc_get_type   338 source4/libnet/groupinfo.c 		s = talloc_get_type(c->private_data, struct groupinfo_state);
talloc_get_type    95 source4/libnet/groupman.c 		s = talloc_get_type(c, struct groupadd_state);
talloc_get_type   107 source4/libnet/groupman.c 	c = talloc_get_type(req->async.private_data, struct composite_context);
talloc_get_type   108 source4/libnet/groupman.c 	s = talloc_get_type(c->private_data, struct groupadd_state);
talloc_get_type   195 source4/libnet/groupman.c 	c = talloc_get_type(req->async.private_data, struct composite_context);
talloc_get_type   196 source4/libnet/groupman.c 	s = talloc_get_type(c->private_data, struct groupdel_state);
talloc_get_type   241 source4/libnet/groupman.c 	c = talloc_get_type(req->async.private_data, struct composite_context);
talloc_get_type   242 source4/libnet/groupman.c 	s = talloc_get_type(c->private_data, struct groupdel_state);
talloc_get_type   272 source4/libnet/groupman.c 	c = talloc_get_type(req->async.private_data, struct composite_context);
talloc_get_type   273 source4/libnet/groupman.c 	s = talloc_get_type(c->private_data, struct groupdel_state);
talloc_get_type   298 source4/libnet/groupman.c 		s = talloc_get_type(c->private_data, struct groupdel_state);
talloc_get_type   766 source4/libnet/libnet_become_dc.c 	struct libnet_BecomeDC_state *s = talloc_get_type(req->async.private_data,
talloc_get_type  1556 source4/libnet/libnet_become_dc.c 	struct libnet_BecomeDC_state *s = talloc_get_type(req->async.private_data,
talloc_get_type  1672 source4/libnet/libnet_become_dc.c 	struct libnet_BecomeDC_state *s = talloc_get_type(req->async.private_data,
talloc_get_type  2195 source4/libnet/libnet_become_dc.c 	struct libnet_BecomeDC_state *s = talloc_get_type(req->async.private_data,
talloc_get_type  2198 source4/libnet/libnet_become_dc.c 	struct drsuapi_DsAddEntry *r = talloc_get_type(req->ndr.struct_ptr,
talloc_get_type  2309 source4/libnet/libnet_become_dc.c 	struct libnet_BecomeDC_state *s = talloc_get_type(req->async.private_data,
talloc_get_type  2327 source4/libnet/libnet_become_dc.c 	struct libnet_BecomeDC_state *s = talloc_get_type(req->async.private_data,
talloc_get_type  2372 source4/libnet/libnet_become_dc.c 	struct libnet_BecomeDC_state *s = talloc_get_type(req->async.private_data,
talloc_get_type  2573 source4/libnet/libnet_become_dc.c 	struct libnet_BecomeDC_state *s = talloc_get_type(req->async.private_data,
talloc_get_type  2576 source4/libnet/libnet_become_dc.c 	struct drsuapi_DsGetNCChanges *r = talloc_get_type(req->ndr.struct_ptr,
talloc_get_type  2635 source4/libnet/libnet_become_dc.c 	struct libnet_BecomeDC_state *s = talloc_get_type(req->async.private_data,
talloc_get_type  2638 source4/libnet/libnet_become_dc.c 	struct drsuapi_DsGetNCChanges *r = talloc_get_type(req->ndr.struct_ptr,
talloc_get_type  2703 source4/libnet/libnet_become_dc.c 	struct libnet_BecomeDC_state *s = talloc_get_type(req->async.private_data,
talloc_get_type  2706 source4/libnet/libnet_become_dc.c 	struct drsuapi_DsGetNCChanges *r = talloc_get_type(req->ndr.struct_ptr,
talloc_get_type  2779 source4/libnet/libnet_become_dc.c 	struct libnet_BecomeDC_state *s = talloc_get_type(req->async.private_data,
talloc_get_type  2782 source4/libnet/libnet_become_dc.c 	struct drsuapi_DsReplicaUpdateRefs *r = talloc_get_type(req->ndr.struct_ptr,
talloc_get_type  2812 source4/libnet/libnet_become_dc.c 	struct libnet_BecomeDC_state *s = talloc_get_type(req->async.private_data,
talloc_get_type  2815 source4/libnet/libnet_become_dc.c 	struct drsuapi_DsReplicaUpdateRefs *r = talloc_get_type(req->ndr.struct_ptr,
talloc_get_type  2834 source4/libnet/libnet_become_dc.c 	struct libnet_BecomeDC_state *s = talloc_get_type(req->async.private_data,
talloc_get_type  2837 source4/libnet/libnet_become_dc.c 	struct drsuapi_DsReplicaUpdateRefs *r = talloc_get_type(req->ndr.struct_ptr,
talloc_get_type    65 source4/libnet/libnet_domain.c 	c = talloc_get_type(ctx->async.private_data, struct composite_context);
talloc_get_type    66 source4/libnet/libnet_domain.c 	s = talloc_get_type(c->private_data, struct domain_open_samr_state);
talloc_get_type    97 source4/libnet/libnet_domain.c 	c = talloc_get_type(req->async.private_data, struct composite_context);
talloc_get_type    98 source4/libnet/libnet_domain.c 	s = talloc_get_type(c->private_data, struct domain_open_samr_state);
talloc_get_type   142 source4/libnet/libnet_domain.c 	c = talloc_get_type(req->async.private_data, struct composite_context);
talloc_get_type   143 source4/libnet/libnet_domain.c 	s = talloc_get_type(c->private_data, struct domain_open_samr_state);
talloc_get_type   183 source4/libnet/libnet_domain.c 	c = talloc_get_type(req->async.private_data, struct composite_context);
talloc_get_type   184 source4/libnet/libnet_domain.c 	s = talloc_get_type(c->private_data, struct domain_open_samr_state);
talloc_get_type   233 source4/libnet/libnet_domain.c 	c = talloc_get_type(req->async.private_data, struct composite_context);
talloc_get_type   234 source4/libnet/libnet_domain.c 	s = talloc_get_type(c->private_data, struct domain_open_samr_state);
talloc_get_type   360 source4/libnet/libnet_domain.c 		s = talloc_get_type(c->private_data, struct domain_open_samr_state);
talloc_get_type   478 source4/libnet/libnet_domain.c 	c = talloc_get_type(ctx->async.private_data, struct composite_context);
talloc_get_type   479 source4/libnet/libnet_domain.c 	s = talloc_get_type(c->private_data, struct domain_open_lsa_state);
talloc_get_type   519 source4/libnet/libnet_domain.c 	c = talloc_get_type(req->async.private_data, struct composite_context);
talloc_get_type   520 source4/libnet/libnet_domain.c 	s = talloc_get_type(c->private_data, struct domain_open_lsa_state);
talloc_get_type   559 source4/libnet/libnet_domain.c 		s = talloc_get_type(c->private_data, struct domain_open_lsa_state);
talloc_get_type   719 source4/libnet/libnet_domain.c 	c = talloc_get_type(req->async.private_data, struct composite_context);
talloc_get_type   720 source4/libnet/libnet_domain.c 	s = talloc_get_type(c->private_data, struct domain_close_lsa_state);
talloc_get_type   821 source4/libnet/libnet_domain.c 	c = talloc_get_type(req->async.private_data, struct composite_context);
talloc_get_type   822 source4/libnet/libnet_domain.c 	s = talloc_get_type(c->private_data, struct domain_close_samr_state);
talloc_get_type   958 source4/libnet/libnet_domain.c 	c = talloc_get_type(ctx->async.private_data, struct composite_context);
talloc_get_type   959 source4/libnet/libnet_domain.c 	s = talloc_get_type(c->private_data, struct domain_list_state);
talloc_get_type   985 source4/libnet/libnet_domain.c 	c = talloc_get_type(req->async.private_data, struct composite_context);
talloc_get_type   986 source4/libnet/libnet_domain.c 	s = talloc_get_type(c->private_data, struct domain_list_state);
talloc_get_type  1028 source4/libnet/libnet_domain.c 	c = talloc_get_type(req->async.private_data, struct composite_context);
talloc_get_type  1029 source4/libnet/libnet_domain.c 	s = talloc_get_type(c->private_data, struct domain_list_state);
talloc_get_type  1088 source4/libnet/libnet_domain.c 	c = talloc_get_type(req->async.private_data, struct composite_context);
talloc_get_type  1089 source4/libnet/libnet_domain.c 	s = talloc_get_type(c->private_data, struct domain_list_state);
talloc_get_type  1225 source4/libnet/libnet_domain.c 	s = talloc_get_type(c->private_data, struct domain_list_state);
talloc_get_type    93 source4/libnet/libnet_group.c 	c = talloc_get_type(ctx->async.private_data, struct composite_context);
talloc_get_type    94 source4/libnet/libnet_group.c 	s = talloc_get_type(c->private_data, struct create_group_state);
talloc_get_type   117 source4/libnet/libnet_group.c 	c = talloc_get_type(ctx->async.private_data, struct composite_context);
talloc_get_type   118 source4/libnet/libnet_group.c 	s = talloc_get_type(c->private_data, struct create_group_state);
talloc_get_type   146 source4/libnet/libnet_group.c 		s = talloc_get_type(c->private_data, struct create_group_state);
talloc_get_type   282 source4/libnet/libnet_group.c 	c = talloc_get_type(ctx->async.private_data, struct composite_context);
talloc_get_type   283 source4/libnet/libnet_group.c 	s = talloc_get_type(c->private_data, struct group_info_state);
talloc_get_type   330 source4/libnet/libnet_group.c 	c = talloc_get_type(ctx->async.private_data, struct composite_context);
talloc_get_type   331 source4/libnet/libnet_group.c 	s = talloc_get_type(c->private_data, struct group_info_state);
talloc_get_type   367 source4/libnet/libnet_group.c 	c = talloc_get_type(ctx->async.private_data, struct composite_context);
talloc_get_type   368 source4/libnet/libnet_group.c 	s = talloc_get_type(c->private_data, struct group_info_state);
talloc_get_type   396 source4/libnet/libnet_group.c 		s = talloc_get_type(c->private_data, struct group_info_state);
talloc_get_type   521 source4/libnet/libnet_group.c 	c = talloc_get_type(ctx->async.private_data, struct composite_context);
talloc_get_type   522 source4/libnet/libnet_group.c 	s = talloc_get_type(c->private_data, struct grouplist_state);
talloc_get_type   553 source4/libnet/libnet_group.c 	c = talloc_get_type(req->async.private_data, struct composite_context);
talloc_get_type   554 source4/libnet/libnet_group.c 	s = talloc_get_type(c->private_data, struct grouplist_state);
talloc_get_type   596 source4/libnet/libnet_group.c 	c = talloc_get_type(ctx->async.private_data, struct composite_context);
talloc_get_type   597 source4/libnet/libnet_group.c 	s = talloc_get_type(c->private_data, struct grouplist_state);
talloc_get_type   630 source4/libnet/libnet_group.c 	c = talloc_get_type(req->async.private_data, struct composite_context);
talloc_get_type   631 source4/libnet/libnet_group.c 	s = talloc_get_type(c->private_data, struct grouplist_state);
talloc_get_type   707 source4/libnet/libnet_group.c 		s = talloc_get_type(c->private_data, struct grouplist_state);
talloc_get_type   104 source4/libnet/libnet_lookup.c 	c = talloc_get_type(ctx->async.private_data, struct composite_context);
talloc_get_type   105 source4/libnet/libnet_lookup.c 	s = talloc_get_type(c->private_data, struct lookup_state);
talloc_get_type   130 source4/libnet/libnet_lookup.c 		s = talloc_get_type(c->private_data, struct lookup_state);
talloc_get_type   328 source4/libnet/libnet_lookup.c 	c = talloc_get_type(ctx->async.private_data, struct composite_context);
talloc_get_type   329 source4/libnet/libnet_lookup.c 	s = talloc_get_type(c->private_data, struct lookup_name_state);
talloc_get_type   348 source4/libnet/libnet_lookup.c 	c = talloc_get_type(req->async.private_data, struct composite_context);
talloc_get_type   349 source4/libnet/libnet_lookup.c 	s = talloc_get_type(c->private_data, struct lookup_name_state);
talloc_get_type   370 source4/libnet/libnet_lookup.c 		s = talloc_get_type(c->private_data, struct lookup_name_state);
talloc_get_type   135 source4/libnet/libnet_rpc.c 	c = talloc_get_type(ctx->async.private_data, struct composite_context);
talloc_get_type   136 source4/libnet/libnet_rpc.c 	s = talloc_get_type(c->private_data, struct rpc_connect_srv_state);
talloc_get_type   179 source4/libnet/libnet_rpc.c 	struct rpc_connect_srv_state *s = talloc_get_type(c->private_data,
talloc_get_type   185 source4/libnet/libnet_rpc.c 		s = talloc_get_type(c->private_data, struct rpc_connect_srv_state);
talloc_get_type   295 source4/libnet/libnet_rpc.c 	c = talloc_get_type(ctx->async.private_data, struct composite_context);
talloc_get_type   296 source4/libnet/libnet_rpc.c 	s = talloc_get_type(c->private_data, struct rpc_connect_dc_state);
talloc_get_type   343 source4/libnet/libnet_rpc.c 	c = talloc_get_type(ctx->async.private_data, struct composite_context);
talloc_get_type   344 source4/libnet/libnet_rpc.c 	s = talloc_get_type(c->private_data, struct rpc_connect_dc_state);
talloc_get_type   391 source4/libnet/libnet_rpc.c 	struct rpc_connect_dc_state *s = talloc_get_type(c->private_data,
talloc_get_type   513 source4/libnet/libnet_rpc.c 	c = talloc_get_type(ctx->async.private_data, struct composite_context);
talloc_get_type   514 source4/libnet/libnet_rpc.c 	s = talloc_get_type(c->private_data, struct rpc_connect_dci_state);
talloc_get_type   573 source4/libnet/libnet_rpc.c 	c = talloc_get_type(req->async.private_data, struct composite_context);
talloc_get_type   574 source4/libnet/libnet_rpc.c 	s = talloc_get_type(c->private_data, struct rpc_connect_dci_state);
talloc_get_type   630 source4/libnet/libnet_rpc.c 	c = talloc_get_type(req->async.private_data, struct composite_context);
talloc_get_type   631 source4/libnet/libnet_rpc.c 	s = talloc_get_type(c->private_data, struct rpc_connect_dci_state);
talloc_get_type   703 source4/libnet/libnet_rpc.c 	c = talloc_get_type(req->async.private_data, struct composite_context);
talloc_get_type   704 source4/libnet/libnet_rpc.c 	s = talloc_get_type(c->private_data, struct rpc_connect_dci_state);
talloc_get_type   742 source4/libnet/libnet_rpc.c 	s = talloc_get_type(c->private_data, struct rpc_connect_dci_state);
talloc_get_type   769 source4/libnet/libnet_rpc.c 	c = talloc_get_type(ctx->async.private_data, struct composite_context);
talloc_get_type   770 source4/libnet/libnet_rpc.c 	s = talloc_get_type(c->private_data, struct rpc_connect_dci_state);
talloc_get_type   798 source4/libnet/libnet_rpc.c 	c = talloc_get_type(ctx->async.private_data, struct composite_context);
talloc_get_type   799 source4/libnet/libnet_rpc.c 	s = talloc_get_type(c->private_data, struct rpc_connect_dci_state);
talloc_get_type   850 source4/libnet/libnet_rpc.c 	struct rpc_connect_dci_state *s = talloc_get_type(c->private_data,
talloc_get_type  1061 source4/libnet/libnet_samsync_ldb.c 	struct samsync_ldb_state *state = talloc_get_type(private_data, struct samsync_ldb_state);
talloc_get_type  1179 source4/libnet/libnet_samsync_ldb.c 	struct samsync_ldb_state *state = talloc_get_type(private_data, struct samsync_ldb_state);
talloc_get_type   285 source4/libnet/libnet_unbecome_dc.c 	struct libnet_UnbecomeDC_state *s = talloc_get_type(req->async.private_data,
talloc_get_type   549 source4/libnet/libnet_unbecome_dc.c 	struct libnet_UnbecomeDC_state *s = talloc_get_type(req->async.private_data,
talloc_get_type   590 source4/libnet/libnet_unbecome_dc.c 	struct libnet_UnbecomeDC_state *s = talloc_get_type(req->async.private_data,
talloc_get_type   656 source4/libnet/libnet_unbecome_dc.c 	struct libnet_UnbecomeDC_state *s = talloc_get_type(req->async.private_data,
talloc_get_type   111 source4/libnet/libnet_user.c 	c = talloc_get_type(ctx->async.private_data, struct composite_context);
talloc_get_type   112 source4/libnet/libnet_user.c 	s = talloc_get_type(c->private_data, struct create_user_state);
talloc_get_type   143 source4/libnet/libnet_user.c 	c = talloc_get_type(ctx->async.private_data, struct composite_context);
talloc_get_type   144 source4/libnet/libnet_user.c 	s = talloc_get_type(c->private_data, struct create_user_state);
talloc_get_type   177 source4/libnet/libnet_user.c 		s = talloc_get_type(c->private_data, struct create_user_state);
talloc_get_type   280 source4/libnet/libnet_user.c 	c = talloc_get_type(ctx->async.private_data, struct composite_context);
talloc_get_type   281 source4/libnet/libnet_user.c 	s = talloc_get_type(c->private_data, struct delete_user_state);
talloc_get_type   312 source4/libnet/libnet_user.c 	c = talloc_get_type(ctx->async.private_data, struct composite_context);
talloc_get_type   313 source4/libnet/libnet_user.c 	s = talloc_get_type(c->private_data, struct delete_user_state);
talloc_get_type   345 source4/libnet/libnet_user.c 		s = talloc_get_type(c->private_data, struct delete_user_state);
talloc_get_type   446 source4/libnet/libnet_user.c 	c = talloc_get_type(ctx->async.private_data, struct composite_context);
talloc_get_type   447 source4/libnet/libnet_user.c 	s = talloc_get_type(c->private_data, struct modify_user_state);
talloc_get_type   475 source4/libnet/libnet_user.c 	c = talloc_get_type(ctx->async.private_data, struct composite_context);
talloc_get_type   476 source4/libnet/libnet_user.c 	s = talloc_get_type(c->private_data, struct modify_user_state);
talloc_get_type   552 source4/libnet/libnet_user.c 	c = talloc_get_type(ctx->async.private_data, struct composite_context);
talloc_get_type   553 source4/libnet/libnet_user.c 	s = talloc_get_type(c->private_data, struct modify_user_state);
talloc_get_type   712 source4/libnet/libnet_user.c 	c = talloc_get_type(ctx->async.private_data, struct composite_context);
talloc_get_type   713 source4/libnet/libnet_user.c 	s = talloc_get_type(c->private_data, struct user_info_state);
talloc_get_type   764 source4/libnet/libnet_user.c 	c = talloc_get_type(ctx->async.private_data, struct composite_context);
talloc_get_type   765 source4/libnet/libnet_user.c 	s = talloc_get_type(c->private_data, struct user_info_state);
talloc_get_type   799 source4/libnet/libnet_user.c 	c = talloc_get_type(ctx->async.private_data, struct composite_context);
talloc_get_type   800 source4/libnet/libnet_user.c 	s = talloc_get_type(c->private_data, struct user_info_state);
talloc_get_type   829 source4/libnet/libnet_user.c 		s = talloc_get_type(c->private_data, struct user_info_state);
talloc_get_type   982 source4/libnet/libnet_user.c 	c = talloc_get_type(ctx->async.private_data, struct composite_context);
talloc_get_type   983 source4/libnet/libnet_user.c 	s = talloc_get_type(c->private_data, struct userlist_state);
talloc_get_type  1014 source4/libnet/libnet_user.c 	c = talloc_get_type(req->async.private_data, struct composite_context);
talloc_get_type  1015 source4/libnet/libnet_user.c 	s = talloc_get_type(c->private_data, struct userlist_state);
talloc_get_type  1058 source4/libnet/libnet_user.c 	c = talloc_get_type(ctx->async.private_data, struct composite_context);
talloc_get_type  1059 source4/libnet/libnet_user.c 	s = talloc_get_type(c->private_data, struct userlist_state);
talloc_get_type  1093 source4/libnet/libnet_user.c 	c = talloc_get_type(req->async.private_data, struct composite_context);
talloc_get_type  1094 source4/libnet/libnet_user.c 	s = talloc_get_type(c->private_data, struct userlist_state);
talloc_get_type  1170 source4/libnet/libnet_user.c 		s = talloc_get_type(c->private_data, struct userlist_state);
talloc_get_type    79 source4/libnet/libnet_vampire.c 	struct vampire_state *s = talloc_get_type(private_data, struct vampire_state);
talloc_get_type   113 source4/libnet/libnet_vampire.c 	struct vampire_state *s = talloc_get_type(private_data, struct vampire_state);
talloc_get_type   367 source4/libnet/libnet_vampire.c 	struct vampire_state *s = talloc_get_type(private_data, struct vampire_state);
talloc_get_type   446 source4/libnet/libnet_vampire.c 	struct vampire_state *s = talloc_get_type(private_data, struct vampire_state);
talloc_get_type    65 source4/libnet/userinfo.c 	c = talloc_get_type(req->async.private_data, struct composite_context);
talloc_get_type    66 source4/libnet/userinfo.c 	s = talloc_get_type(c->private_data, struct userinfo_state);
talloc_get_type   124 source4/libnet/userinfo.c 	c = talloc_get_type(req->async.private_data, struct composite_context);
talloc_get_type   125 source4/libnet/userinfo.c 	s = talloc_get_type(c->private_data, struct userinfo_state);
talloc_get_type   173 source4/libnet/userinfo.c 	c = talloc_get_type(req->async.private_data, struct composite_context);
talloc_get_type   174 source4/libnet/userinfo.c 	s = talloc_get_type(c->private_data, struct userinfo_state);
talloc_get_type   221 source4/libnet/userinfo.c 	c = talloc_get_type(req->async.private_data, struct composite_context);
talloc_get_type   222 source4/libnet/userinfo.c 	s = talloc_get_type(c->private_data, struct userinfo_state);
talloc_get_type   337 source4/libnet/userinfo.c 		s = talloc_get_type(c->private_data, struct userinfo_state);
talloc_get_type    57 source4/libnet/userman.c 	c = talloc_get_type(req->async.private_data, struct composite_context);
talloc_get_type    58 source4/libnet/userman.c 	s = talloc_get_type(c->private_data, struct useradd_state);
talloc_get_type   160 source4/libnet/userman.c 		s = talloc_get_type(c->private_data, struct useradd_state);
talloc_get_type   221 source4/libnet/userman.c 	c = talloc_get_type(req->async.private_data, struct composite_context);
talloc_get_type   222 source4/libnet/userman.c 	s = talloc_get_type(c->private_data, struct userdel_state);
talloc_get_type   284 source4/libnet/userman.c 	c = talloc_get_type(req->async.private_data, struct composite_context);
talloc_get_type   285 source4/libnet/userman.c 	s = talloc_get_type(c->private_data, struct userdel_state);
talloc_get_type   332 source4/libnet/userman.c 	c = talloc_get_type(req->async.private_data, struct composite_context);
talloc_get_type   333 source4/libnet/userman.c 	s = talloc_get_type(c->private_data, struct userdel_state);
talloc_get_type   426 source4/libnet/userman.c 		s  = talloc_get_type(c->private_data, struct userdel_state);
talloc_get_type   489 source4/libnet/userman.c 	c = talloc_get_type(req->async.private_data, struct composite_context);
talloc_get_type   490 source4/libnet/userman.c 	s = talloc_get_type(c->private_data, struct usermod_state);
talloc_get_type   714 source4/libnet/userman.c 	c = talloc_get_type(req->async.private_data, struct composite_context);
talloc_get_type   715 source4/libnet/userman.c 	s = talloc_get_type(c->private_data, struct usermod_state);
talloc_get_type   741 source4/libnet/userman.c 	c = talloc_get_type(req->async.private_data, struct composite_context);
talloc_get_type   742 source4/libnet/userman.c 	s = talloc_get_type(c->private_data, struct usermod_state);
talloc_get_type   781 source4/libnet/userman.c 	c = talloc_get_type(req->async.private_data, struct composite_context);
talloc_get_type   782 source4/libnet/userman.c 	s = talloc_get_type(c->private_data, struct usermod_state);
talloc_get_type   498 source4/librpc/rpc/dcerpc.c 	struct composite_context *c = talloc_get_type(req->async.private_data, 
talloc_get_type   600 source4/librpc/rpc/dcerpc.c 	c = talloc_get_type(req->async.private_data, struct composite_context);
talloc_get_type   658 source4/librpc/rpc/dcerpc.c 	struct rpc_request *req = talloc_get_type(private_data, struct rpc_request);
talloc_get_type  1561 source4/librpc/rpc/dcerpc.c 	c = talloc_get_type(req->async.private_data, struct composite_context);
talloc_get_type  1562 source4/librpc/rpc/dcerpc.c 	recv_pipe = talloc_get_type(c->private_data, struct dcerpc_pipe);
talloc_get_type   116 source4/librpc/rpc/dcerpc_auth.c 	state = talloc_get_type(c->private_data, struct bind_auth_state);
talloc_get_type   178 source4/librpc/rpc/dcerpc_auth.c 	struct composite_context *c = talloc_get_type(creq->async.private_data,
talloc_get_type   190 source4/librpc/rpc/dcerpc_auth.c 	struct composite_context *c = talloc_get_type(creq->async.private_data,
talloc_get_type   192 source4/librpc/rpc/dcerpc_auth.c 	struct bind_auth_state *state =	talloc_get_type(c->private_data,
talloc_get_type   360 source4/librpc/rpc/dcerpc_auth.c 	struct bind_auth_state *state = talloc_get_type(creq->private_data,
talloc_get_type    51 source4/librpc/rpc/dcerpc_connect.c 	struct composite_context *c = talloc_get_type(ctx->async.private_data,
talloc_get_type    68 source4/librpc/rpc/dcerpc_connect.c 	struct composite_context *c = talloc_get_type(ctx->async.private_data,
talloc_get_type    70 source4/librpc/rpc/dcerpc_connect.c 	struct pipe_np_smb_state *s = talloc_get_type(c->private_data,
talloc_get_type   176 source4/librpc/rpc/dcerpc_connect.c 	struct composite_context *c = talloc_get_type(ctx->async.private_data,
talloc_get_type   193 source4/librpc/rpc/dcerpc_connect.c 	struct composite_context *c = talloc_get_type(ctx->async.private_data,
talloc_get_type   195 source4/librpc/rpc/dcerpc_connect.c 	struct pipe_np_smb2_state *s = talloc_get_type(c->private_data,
talloc_get_type   291 source4/librpc/rpc/dcerpc_connect.c 	struct composite_context *c = talloc_get_type(ctx->async.private_data,
talloc_get_type   359 source4/librpc/rpc/dcerpc_connect.c 	struct composite_context *c = talloc_get_type(ctx->async.private_data,
talloc_get_type   432 source4/librpc/rpc/dcerpc_connect.c 	struct composite_context *c = talloc_get_type(ctx->async.private_data,
talloc_get_type   510 source4/librpc/rpc/dcerpc_connect.c 	struct composite_context *c = talloc_get_type(ctx->async.private_data,
talloc_get_type   512 source4/librpc/rpc/dcerpc_connect.c 	struct pipe_connect_state *s = talloc_get_type(c->private_data,
talloc_get_type   590 source4/librpc/rpc/dcerpc_connect.c 	struct composite_context *c = talloc_get_type(ctx->async.private_data,
talloc_get_type   592 source4/librpc/rpc/dcerpc_connect.c 	struct pipe_connect_state *s = talloc_get_type(c->private_data,
talloc_get_type   608 source4/librpc/rpc/dcerpc_connect.c 	struct composite_context *c = talloc_get_type(ctx->async.private_data,
talloc_get_type   610 source4/librpc/rpc/dcerpc_connect.c 	struct pipe_connect_state *s = talloc_get_type(c->private_data,
talloc_get_type   625 source4/librpc/rpc/dcerpc_connect.c 	struct composite_context *c = talloc_get_type(ctx->async.private_data,
talloc_get_type   627 source4/librpc/rpc/dcerpc_connect.c 	struct pipe_connect_state *s = talloc_get_type(c->private_data,
talloc_get_type   642 source4/librpc/rpc/dcerpc_connect.c 	struct composite_context *c = talloc_get_type(ctx->async.private_data,
talloc_get_type   644 source4/librpc/rpc/dcerpc_connect.c 	struct pipe_connect_state *s = talloc_get_type(c->private_data,
talloc_get_type   659 source4/librpc/rpc/dcerpc_connect.c 	struct composite_context *c = talloc_get_type(ctx->async.private_data,
talloc_get_type   661 source4/librpc/rpc/dcerpc_connect.c 	struct pipe_connect_state *s = talloc_get_type(c->private_data,
talloc_get_type   697 source4/librpc/rpc/dcerpc_connect.c 	struct composite_context *c = talloc_get_type(ctx->async.private_data,
talloc_get_type   699 source4/librpc/rpc/dcerpc_connect.c 	struct pipe_connect_state *s = talloc_get_type(c->private_data, struct pipe_connect_state);
talloc_get_type   714 source4/librpc/rpc/dcerpc_connect.c 	struct composite_context *c = talloc_get_type(private_data, struct composite_context);
talloc_get_type   805 source4/librpc/rpc/dcerpc_connect.c 		s = talloc_get_type(c->private_data, struct pipe_connect_state);
talloc_get_type   895 source4/librpc/rpc/dcerpc_connect.c 	struct composite_context *c = talloc_get_type(ctx->async.private_data,
talloc_get_type   897 source4/librpc/rpc/dcerpc_connect.c 	struct pipe_conn_state *s = talloc_get_type(c->private_data,
talloc_get_type   921 source4/librpc/rpc/dcerpc_connect.c 		s = talloc_get_type(c->private_data, struct pipe_conn_state);
talloc_get_type    66 source4/librpc/rpc/dcerpc_schannel.c 	c = talloc_get_type(ctx->async.private_data, struct composite_context);
talloc_get_type    67 source4/librpc/rpc/dcerpc_schannel.c 	s = talloc_get_type(c->private_data, struct schannel_key_state);
talloc_get_type    97 source4/librpc/rpc/dcerpc_schannel.c 	c = talloc_get_type(ctx->async.private_data, struct composite_context);
talloc_get_type    98 source4/librpc/rpc/dcerpc_schannel.c 	s = talloc_get_type(c->private_data, struct schannel_key_state);
talloc_get_type   124 source4/librpc/rpc/dcerpc_schannel.c 	c = talloc_get_type(ctx->async.private_data, struct composite_context);
talloc_get_type   125 source4/librpc/rpc/dcerpc_schannel.c 	s = talloc_get_type(c->private_data, struct schannel_key_state);
talloc_get_type   160 source4/librpc/rpc/dcerpc_schannel.c 	c = talloc_get_type(req->async.private_data, struct composite_context);
talloc_get_type   161 source4/librpc/rpc/dcerpc_schannel.c 	s = talloc_get_type(c->private_data, struct schannel_key_state);
talloc_get_type   203 source4/librpc/rpc/dcerpc_schannel.c 	c = talloc_get_type(req->async.private_data, struct composite_context);
talloc_get_type   204 source4/librpc/rpc/dcerpc_schannel.c 	s = talloc_get_type(c->private_data, struct schannel_key_state);
talloc_get_type   308 source4/librpc/rpc/dcerpc_schannel.c 	struct composite_context *c = talloc_get_type(ctx->async.private_data,
talloc_get_type   310 source4/librpc/rpc/dcerpc_schannel.c 	struct auth_schannel_state *s = talloc_get_type(c->private_data,
talloc_get_type   338 source4/librpc/rpc/dcerpc_schannel.c 	struct composite_context *c = talloc_get_type(ctx->async.private_data,
talloc_get_type   133 source4/librpc/rpc/dcerpc_secondary.c 	struct composite_context *c = talloc_get_type(ctx->async.private_data,
talloc_get_type   148 source4/librpc/rpc/dcerpc_secondary.c 	struct composite_context *c = talloc_get_type(ctx->async.private_data,
talloc_get_type   163 source4/librpc/rpc/dcerpc_secondary.c 	struct composite_context *c = talloc_get_type(ctx->async.private_data,
talloc_get_type   181 source4/librpc/rpc/dcerpc_secondary.c 	s = talloc_get_type(c->private_data, struct sec_conn_state);
talloc_get_type   204 source4/librpc/rpc/dcerpc_secondary.c 	s = talloc_get_type(c->private_data, struct sec_conn_state);
talloc_get_type   292 source4/librpc/rpc/dcerpc_secondary.c 	struct sec_auth_conn_state *s = talloc_get_type(ctx->async.private_data,
talloc_get_type   309 source4/librpc/rpc/dcerpc_secondary.c 	struct sec_auth_conn_state *s = talloc_get_type(ctx->async.private_data,
talloc_get_type   328 source4/librpc/rpc/dcerpc_secondary.c 	s = talloc_get_type(c->private_data, struct sec_auth_conn_state);
talloc_get_type    87 source4/librpc/rpc/dcerpc_smb.c 	state = talloc_get_type(req->async.private_data, struct smb_read_state);
talloc_get_type    88 source4/librpc/rpc/dcerpc_smb.c 	smb = talloc_get_type(state->c->transport.private_data, struct smb_private);
talloc_get_type   403 source4/librpc/rpc/dcerpc_smb.c 	struct smb_private *smb = talloc_get_type(c->transport.private_data, struct smb_private);
talloc_get_type   504 source4/librpc/rpc/dcerpc_smb.c 	struct pipe_open_smb_state *state = talloc_get_type(req->async.private_data,
talloc_get_type   569 source4/librpc/rpc/dcerpc_smb.c 	smb = talloc_get_type(c->transport.private_data, struct smb_private);
talloc_get_type   584 source4/librpc/rpc/dcerpc_smb.c 	smb = talloc_get_type(c->transport.private_data, struct smb_private);
talloc_get_type    86 source4/librpc/rpc/dcerpc_smb2.c 	state = talloc_get_type(req->async.private_data, struct smb2_read_state);
talloc_get_type    87 source4/librpc/rpc/dcerpc_smb2.c 	smb = talloc_get_type(state->c->transport.private_data, struct smb2_private);
talloc_get_type   215 source4/librpc/rpc/dcerpc_smb2.c 	struct smb2_trans_state *state = talloc_get_type(req->async.private_data,
talloc_get_type   245 source4/librpc/rpc/dcerpc_smb2.c         struct smb2_private *smb = talloc_get_type(c->transport.private_data,
talloc_get_type   357 source4/librpc/rpc/dcerpc_smb2.c 	struct smb2_private *smb = talloc_get_type(c->transport.private_data,
talloc_get_type   367 source4/librpc/rpc/dcerpc_smb2.c 	struct smb2_private *smb = talloc_get_type(c->transport.private_data, 
talloc_get_type   377 source4/librpc/rpc/dcerpc_smb2.c 	struct smb2_private *smb = talloc_get_type(c->transport.private_data,
talloc_get_type   447 source4/librpc/rpc/dcerpc_smb2.c 		talloc_get_type(req->async.private_data,
talloc_get_type   509 source4/librpc/rpc/dcerpc_smb2.c 	struct smb2_private *smb = talloc_get_type(c->transport.private_data,
talloc_get_type    90 source4/librpc/rpc/dcerpc_sock.c 	struct dcerpc_connection *p = talloc_get_type(private_data,
talloc_get_type   115 source4/librpc/rpc/dcerpc_sock.c 	struct dcerpc_connection *p = talloc_get_type(private_data,
talloc_get_type   132 source4/librpc/rpc/dcerpc_sock.c 	struct dcerpc_connection *p = talloc_get_type(private_data,
talloc_get_type   213 source4/librpc/rpc/dcerpc_sock.c 	struct sock_private *sock = talloc_get_type(p->transport.private_data, struct sock_private);
talloc_get_type   222 source4/librpc/rpc/dcerpc_sock.c 	struct sock_private *sock = talloc_get_type(p->transport.private_data, struct sock_private);
talloc_get_type   241 source4/librpc/rpc/dcerpc_sock.c 	struct composite_context *c = talloc_get_type(ctx->async.private_data,
talloc_get_type   243 source4/librpc/rpc/dcerpc_sock.c 	struct pipe_open_socket_state *s = talloc_get_type(c->private_data,
talloc_get_type   374 source4/librpc/rpc/dcerpc_sock.c 	struct composite_context *c = talloc_get_type(ctx->async.private_data,
talloc_get_type   376 source4/librpc/rpc/dcerpc_sock.c 	struct pipe_tcp_state *s = talloc_get_type(c->private_data,
talloc_get_type   402 source4/librpc/rpc/dcerpc_sock.c 	struct composite_context *c = talloc_get_type(ctx->async.private_data,
talloc_get_type   404 source4/librpc/rpc/dcerpc_sock.c 	struct pipe_tcp_state *s = talloc_get_type(c->private_data,
talloc_get_type   435 source4/librpc/rpc/dcerpc_sock.c 	struct composite_context *c = talloc_get_type(ctx->async.private_data,
talloc_get_type   437 source4/librpc/rpc/dcerpc_sock.c 	struct pipe_tcp_state *s = talloc_get_type(c->private_data,
talloc_get_type   522 source4/librpc/rpc/dcerpc_sock.c 	struct composite_context *c = talloc_get_type(ctx->async.private_data,
talloc_get_type   589 source4/librpc/rpc/dcerpc_sock.c 	struct composite_context *c = talloc_get_type(ctx->async.private_data,
talloc_get_type   125 source4/librpc/rpc/dcerpc_util.c 	struct composite_context *c = talloc_get_type(ctx->async.private_data,
talloc_get_type   127 source4/librpc/rpc/dcerpc_util.c 	struct epm_map_binding_state *s = talloc_get_type(c->private_data,
talloc_get_type   162 source4/librpc/rpc/dcerpc_util.c 	struct composite_context *c = talloc_get_type(req->async.private_data,
talloc_get_type   164 source4/librpc/rpc/dcerpc_util.c 	struct epm_map_binding_state *s = talloc_get_type(c->private_data,
talloc_get_type   337 source4/librpc/rpc/dcerpc_util.c 	struct composite_context *c = talloc_get_type(ctx->async.private_data,
talloc_get_type   352 source4/librpc/rpc/dcerpc_util.c 	struct composite_context *c = talloc_get_type(ctx->async.private_data,
talloc_get_type   366 source4/librpc/rpc/dcerpc_util.c 	struct composite_context *c = talloc_get_type(ctx->async.private_data,
talloc_get_type   368 source4/librpc/rpc/dcerpc_util.c 	struct pipe_auth_state *s = talloc_get_type(c->private_data, struct pipe_auth_state);
talloc_get_type   411 source4/librpc/rpc/dcerpc_util.c 	c = talloc_get_type(ctx->async.private_data, struct composite_context);
talloc_get_type   412 source4/librpc/rpc/dcerpc_util.c 	s = talloc_get_type(c->private_data, struct pipe_auth_state);
talloc_get_type   444 source4/librpc/rpc/dcerpc_util.c 	c = talloc_get_type(ctx->async.private_data, struct composite_context);
talloc_get_type   445 source4/librpc/rpc/dcerpc_util.c 	s = talloc_get_type(c->private_data, struct pipe_auth_state);
talloc_get_type   471 source4/librpc/rpc/dcerpc_util.c 	struct composite_context *c = talloc_get_type(ctx->async.private_data,
talloc_get_type   610 source4/librpc/rpc/dcerpc_util.c 	struct pipe_auth_state *s = talloc_get_type(c->private_data,
talloc_get_type    41 source4/nbt_server/defense.c 	struct nbtd_interface *iface = talloc_get_type(nbtsock->incoming.private_data,
talloc_get_type   164 source4/nbt_server/dgram/netlogon.c 		talloc_get_type(dgmslot->private_data, struct nbtd_interface);
talloc_get_type    79 source4/nbt_server/dgram/ntlogon.c 		talloc_get_type(dgmslot->private_data, struct nbtd_interface);
talloc_get_type    41 source4/nbt_server/interfaces.c 	struct nbtd_interface *iface = talloc_get_type(nbtsock->incoming.private_data,
talloc_get_type    82 source4/nbt_server/interfaces.c 	struct nbtd_interface *iface = talloc_get_type(nbtsock->incoming.private_data,
talloc_get_type    39 source4/nbt_server/irpc.c 	struct nbtd_server *server = talloc_get_type(msg->private_data,
talloc_get_type    68 source4/nbt_server/irpc.c 		talloc_get_type(dgmslot->private_data, struct getdc_state);
talloc_get_type   115 source4/nbt_server/irpc.c 		talloc_get_type(msg->private_data, struct nbtd_server);
talloc_get_type   107 source4/nbt_server/nodestatus.c 	struct nbtd_interface *iface = talloc_get_type(nbtsock->incoming.private_data,
talloc_get_type    50 source4/nbt_server/packet.c 	struct nbtd_interface *iface = talloc_get_type(nbtsock->incoming.private_data,
talloc_get_type    77 source4/nbt_server/packet.c 	struct nbtd_interface *iface = talloc_get_type(nbtsock->incoming.private_data,
talloc_get_type   109 source4/nbt_server/packet.c 	struct nbtd_interface *iface = talloc_get_type(nbtsock->incoming.private_data,
talloc_get_type   171 source4/nbt_server/packet.c 	struct nbtd_interface *iface = talloc_get_type(nbtsock->incoming.private_data,
talloc_get_type   215 source4/nbt_server/packet.c 	struct nbtd_interface *iface = talloc_get_type(nbtsock->incoming.private_data,
talloc_get_type   263 source4/nbt_server/packet.c 	struct nbtd_interface *iface = talloc_get_type(nbtsock->incoming.private_data,
talloc_get_type   309 source4/nbt_server/packet.c 	struct nbtd_interface *iface = talloc_get_type(nbtsock->incoming.private_data,
talloc_get_type    41 source4/nbt_server/query.c 	struct nbtd_interface *iface = talloc_get_type(nbtsock->incoming.private_data,
talloc_get_type    41 source4/nbt_server/register.c 	struct nbtd_iface_name *iname = talloc_get_type(req->async.private_data,
talloc_get_type    83 source4/nbt_server/register.c 	struct nbtd_iface_name *iname = talloc_get_type(private_data, struct nbtd_iface_name);
talloc_get_type   137 source4/nbt_server/register.c 	struct nbtd_iface_name *iname = talloc_get_type(creq->async.private_data, 
talloc_get_type    40 source4/nbt_server/wins/wins_dns_proxy.c 	struct wins_dns_proxy_state *s = talloc_get_type(creq->async.private_data,
talloc_get_type    71 source4/nbt_server/wins/wins_dns_proxy.c 	struct nbtd_interface *iface = talloc_get_type(nbtsock->incoming.private_data,
talloc_get_type    42 source4/nbt_server/wins/wins_ldb.c 	struct winsdb_handle *h = talloc_get_type(ldb_get_opaque(ldb, "winsdb_handle"),
talloc_get_type    51 source4/nbt_server/wins/winsclient.c 	struct nbtd_iface_name *iname = talloc_get_type(private_data, struct nbtd_iface_name);
talloc_get_type    78 source4/nbt_server/wins/winsclient.c 	struct nbtd_iface_name *iname = talloc_get_type(c->async.private_data, 
talloc_get_type   135 source4/nbt_server/wins/winsclient.c 	struct nbtd_iface_name *iname = talloc_get_type(private_data, struct nbtd_iface_name);
talloc_get_type   175 source4/nbt_server/wins/winsclient.c 	struct nbtd_iface_name *iname = talloc_get_type(c->async.private_data, 
talloc_get_type   359 source4/nbt_server/wins/winsdb.c 	struct winsdb_addr *a1 = talloc_get_type(*p1, struct winsdb_addr);
talloc_get_type   360 source4/nbt_server/wins/winsdb.c 	struct winsdb_addr *a2 = talloc_get_type(*p2, struct winsdb_addr);
talloc_get_type   361 source4/nbt_server/wins/winsdb.c 	struct winsdb_handle *h= talloc_get_type(opaque, struct winsdb_handle);
talloc_get_type    72 source4/nbt_server/wins/winsserver.c 	struct nbtd_interface *iface = talloc_get_type(nbtsock->incoming.private_data,
talloc_get_type   123 source4/nbt_server/wins/winsserver.c 	struct nbtd_interface *iface = talloc_get_type(nbtsock->incoming.private_data,
talloc_get_type   162 source4/nbt_server/wins/winsserver.c 	struct nbtd_interface *iface = talloc_get_type(nbtsock->incoming.private_data,
talloc_get_type   339 source4/nbt_server/wins/winsserver.c 	struct nbtd_wins_wack_state *s = talloc_get_type(c_req->async.private_data,
talloc_get_type   395 source4/nbt_server/wins/winsserver.c 	struct nbtd_interface *iface = talloc_get_type(nbtsock->incoming.private_data,
talloc_get_type   458 source4/nbt_server/wins/winsserver.c 	struct nbtd_interface *iface = talloc_get_type(nbtsock->incoming.private_data,
talloc_get_type   723 source4/nbt_server/wins/winsserver.c 	struct nbtd_interface *iface = talloc_get_type(nbtsock->incoming.private_data,
talloc_get_type   865 source4/nbt_server/wins/winsserver.c 	struct nbtd_interface *iface = talloc_get_type(nbtsock->incoming.private_data,
talloc_get_type   998 source4/nbt_server/wins/winsserver.c 	struct nbtd_interface *iface = talloc_get_type(nbtsock->incoming.private_data,
talloc_get_type    40 source4/nbt_server/wins/winswack.c 	struct composite_context *ctx = talloc_get_type(req->async.private_data, struct composite_context);
talloc_get_type    41 source4/nbt_server/wins/winswack.c 	struct wins_challenge_state *state = talloc_get_type(ctx->private_data, struct wins_challenge_state);
talloc_get_type    73 source4/nbt_server/wins/winswack.c 	struct wins_challenge_state *state = talloc_get_type(ctx->private_data, struct wins_challenge_state);
talloc_get_type   154 source4/nbt_server/wins/winswack.c 	struct composite_context *ctx = talloc_get_type(req->async.private_data, struct composite_context);
talloc_get_type   155 source4/nbt_server/wins/winswack.c 	struct wins_release_demand_state *state = talloc_get_type(ctx->private_data, struct wins_release_demand_state);
talloc_get_type   268 source4/nbt_server/wins/winswack.c 	struct proxy_wins_challenge_state *s = talloc_get_type(c_req->async.private_data,
talloc_get_type   298 source4/nbt_server/wins/winswack.c 		talloc_get_type(msg->private_data, struct nbtd_server);
talloc_get_type   346 source4/nbt_server/wins/winswack.c 	struct proxy_wins_release_demand_state *s = talloc_get_type(c_req->async.private_data,
talloc_get_type   358 source4/nbt_server/wins/winswack.c 		talloc_get_type(msg->private_data, struct nbtd_server);
talloc_get_type   115 source4/ntp_signd/ntp_signd.c 	struct ntp_signd_connection *ntp_signdconn = talloc_get_type(private_data,
talloc_get_type   266 source4/ntp_signd/ntp_signd.c 	struct ntp_signd_connection *ntp_signdconn = talloc_get_type(conn->private_data,
talloc_get_type   276 source4/ntp_signd/ntp_signd.c 	struct ntp_signd_connection *ntp_signdconn = talloc_get_type(private_data, struct ntp_signd_connection);
talloc_get_type   285 source4/ntp_signd/ntp_signd.c 	struct ntp_signd_connection *ntp_signdconn = talloc_get_type(conn->private_data,
talloc_get_type   295 source4/ntp_signd/ntp_signd.c 	struct ntp_signd_server *ntp_signd = talloc_get_type(conn->private_data, struct ntp_signd_server);
talloc_get_type   225 source4/ntptr/simple_ldb/ntptr_simple_ldb.c 	struct ldb_context *sptr_db = talloc_get_type(server->ntptr->private_data, struct ldb_context);
talloc_get_type   270 source4/ntptr/simple_ldb/ntptr_simple_ldb.c 	struct ldb_context *sptr_db = talloc_get_type(server->ntptr->private_data, struct ldb_context);
talloc_get_type   333 source4/ntptr/simple_ldb/ntptr_simple_ldb.c 	struct ldb_context *sptr_db = talloc_get_type(server->ntptr->private_data, struct ldb_context);
talloc_get_type   398 source4/ntptr/simple_ldb/ntptr_simple_ldb.c 	struct ldb_context *sptr_db = talloc_get_type(server->ntptr->private_data, struct ldb_context);
talloc_get_type   488 source4/ntptr/simple_ldb/ntptr_simple_ldb.c 	struct ldb_context *sptr_db = talloc_get_type(ntptr->private_data, struct ldb_context);
talloc_get_type   607 source4/ntptr/simple_ldb/ntptr_simple_ldb.c 	struct ldb_context *sptr_db = talloc_get_type(ntptr->private_data, struct ldb_context);
talloc_get_type   657 source4/ntptr/simple_ldb/ntptr_simple_ldb.c 	struct ldb_context *sptr_db = talloc_get_type(ntptr->private_data, struct ldb_context);
talloc_get_type   704 source4/ntptr/simple_ldb/ntptr_simple_ldb.c 	struct ldb_context *sptr_db = talloc_get_type(printer->ntptr->private_data, struct ldb_context);
talloc_get_type   103 source4/ntvfs/cifs_posix_cli/vfs_cifs_posix.c 	f = talloc_get_type(p, struct cifspsx_file);
talloc_get_type   255 source4/ntvfs/common/notify.c 	struct notify_context *notify = talloc_get_type(private_data, struct notify_context);
talloc_get_type   288 source4/ntvfs/common/notify.c 	struct notify_list *listel = talloc_get_type(ptr, struct notify_list);
talloc_get_type    67 source4/ntvfs/ipc/vfs_ipc.c 	s = talloc_get_type(p, struct pipe_state);
talloc_get_type    59 source4/ntvfs/ntvfs_generic.c 	struct ntvfs_map_async *m = talloc_get_type(req->async_states->private_data,
talloc_get_type   109 source4/ntvfs/ntvfs_generic.c 	m = talloc_get_type(req->async_states->private_data,
talloc_get_type    47 source4/ntvfs/posix/pvfs_aio.c 	struct pvfs_aio_read_state *state = talloc_get_type(private_data,
talloc_get_type   112 source4/ntvfs/posix/pvfs_aio.c 	struct pvfs_aio_write_state *state = talloc_get_type(private_data,
talloc_get_type    45 source4/ntvfs/posix/pvfs_flush.c 	struct pvfs_state *pvfs = talloc_get_type(ntvfs->private_data,
talloc_get_type    88 source4/ntvfs/posix/pvfs_fsinfo.c 	struct pvfs_state *pvfs = talloc_get_type(ntvfs->private_data,
talloc_get_type    41 source4/ntvfs/posix/pvfs_ioctl.c 	struct pvfs_state *pvfs = talloc_get_type(ntvfs->private_data,
talloc_get_type    93 source4/ntvfs/posix/pvfs_lock.c 	struct pvfs_pending_lock *pending = talloc_get_type(private_data,
talloc_get_type   281 source4/ntvfs/posix/pvfs_lock.c 	struct pvfs_state *pvfs = talloc_get_type(ntvfs->private_data,
talloc_get_type    99 source4/ntvfs/posix/pvfs_mkdir.c 	struct pvfs_state *pvfs = talloc_get_type(ntvfs->private_data,
talloc_get_type   157 source4/ntvfs/posix/pvfs_mkdir.c 	struct pvfs_state *pvfs = talloc_get_type(ntvfs->private_data,
talloc_get_type    52 source4/ntvfs/posix/pvfs_notify.c 	struct ntvfs_request *req = talloc_get_type(ptr, struct ntvfs_request);
talloc_get_type   131 source4/ntvfs/posix/pvfs_notify.c 	struct pvfs_notify_buffer *n = talloc_get_type(private_data, struct pvfs_notify_buffer);
talloc_get_type   206 source4/ntvfs/posix/pvfs_notify.c 	struct pvfs_notify_buffer *notify_buffer = talloc_get_type(private_data,
talloc_get_type   221 source4/ntvfs/posix/pvfs_notify.c 	struct pvfs_state *pvfs = talloc_get_type(ntvfs->private_data, 
talloc_get_type    42 source4/ntvfs/posix/pvfs_open.c 	f = talloc_get_type(p, struct pvfs_file);
talloc_get_type   871 source4/ntvfs/posix/pvfs_open.c 	struct pvfs_state *pvfs = talloc_get_type(r->ntvfs->private_data,
talloc_get_type   886 source4/ntvfs/posix/pvfs_open.c 	struct pvfs_odb_retry *r = talloc_get_type(_r, struct pvfs_odb_retry);
talloc_get_type   917 source4/ntvfs/posix/pvfs_open.c 	struct pvfs_state *pvfs = talloc_get_type(ntvfs->private_data,
talloc_get_type   974 source4/ntvfs/posix/pvfs_open.c 	union smb_open *io = talloc_get_type(_io, union smb_open);
talloc_get_type   979 source4/ntvfs/posix/pvfs_open.c 		final_timeout = talloc_get_type(private_data,
talloc_get_type  1044 source4/ntvfs/posix/pvfs_open.c 	struct pvfs_state *pvfs = talloc_get_type(ntvfs->private_data,
talloc_get_type  1126 source4/ntvfs/posix/pvfs_open.c 	struct pvfs_state *pvfs = talloc_get_type(ntvfs->private_data,
talloc_get_type  1181 source4/ntvfs/posix/pvfs_open.c 	struct pvfs_state *pvfs = talloc_get_type(ntvfs->private_data,
talloc_get_type  1635 source4/ntvfs/posix/pvfs_open.c 	struct pvfs_state *pvfs = talloc_get_type(ntvfs->private_data,
talloc_get_type  1693 source4/ntvfs/posix/pvfs_open.c 	struct pvfs_state *pvfs = talloc_get_type(ntvfs->private_data,
talloc_get_type  1714 source4/ntvfs/posix/pvfs_open.c 	struct pvfs_state *pvfs = talloc_get_type(ntvfs->private_data,
talloc_get_type   165 source4/ntvfs/posix/pvfs_oplock.c 	struct pvfs_oplock *opl = talloc_get_type(private_data,
talloc_get_type   248 source4/ntvfs/posix/pvfs_oplock.c 	struct pvfs_state *pvfs = talloc_get_type(ntvfs->private_data,
talloc_get_type   341 source4/ntvfs/posix/pvfs_qfileinfo.c 	struct pvfs_state *pvfs = talloc_get_type(ntvfs->private_data,
talloc_get_type   378 source4/ntvfs/posix/pvfs_qfileinfo.c 	struct pvfs_state *pvfs = talloc_get_type(ntvfs->private_data,
talloc_get_type    32 source4/ntvfs/posix/pvfs_read.c 	struct pvfs_state *pvfs = talloc_get_type(ntvfs->private_data,
talloc_get_type   201 source4/ntvfs/posix/pvfs_rename.c 	union smb_rename *io = talloc_get_type(_io, union smb_rename);
talloc_get_type   252 source4/ntvfs/posix/pvfs_rename.c 	struct pvfs_state *pvfs = talloc_get_type(ntvfs->private_data,
talloc_get_type   399 source4/ntvfs/posix/pvfs_rename.c 	struct pvfs_state *pvfs = talloc_get_type(ntvfs->private_data,
talloc_get_type   477 source4/ntvfs/posix/pvfs_rename.c 	struct pvfs_state *pvfs = talloc_get_type(ntvfs->private_data,
talloc_get_type   530 source4/ntvfs/posix/pvfs_rename.c 	struct pvfs_state *pvfs = talloc_get_type(ntvfs->private_data,
talloc_get_type   639 source4/ntvfs/posix/pvfs_rename.c 	struct pvfs_state *pvfs = talloc_get_type(ntvfs->private_data,
talloc_get_type    52 source4/ntvfs/posix/pvfs_search.c 	struct pvfs_search_state *search = talloc_get_type(ptr, struct pvfs_search_state);
talloc_get_type   302 source4/ntvfs/posix/pvfs_search.c 		search = talloc_get_type(p, struct pvfs_search_state);
talloc_get_type   323 source4/ntvfs/posix/pvfs_search.c 	struct pvfs_state *pvfs = talloc_get_type(ntvfs->private_data,
talloc_get_type   413 source4/ntvfs/posix/pvfs_search.c 	struct pvfs_state *pvfs = talloc_get_type(ntvfs->private_data,
talloc_get_type   431 source4/ntvfs/posix/pvfs_search.c 	search = talloc_get_type(p, struct pvfs_search_state);
talloc_get_type   467 source4/ntvfs/posix/pvfs_search.c 	struct pvfs_state *pvfs = talloc_get_type(ntvfs->private_data,
talloc_get_type   563 source4/ntvfs/posix/pvfs_search.c 	struct pvfs_state *pvfs = talloc_get_type(ntvfs->private_data,
talloc_get_type   580 source4/ntvfs/posix/pvfs_search.c 	search = talloc_get_type(p, struct pvfs_search_state);
talloc_get_type   629 source4/ntvfs/posix/pvfs_search.c 	struct pvfs_state *pvfs = talloc_get_type(ntvfs->private_data,
talloc_get_type   732 source4/ntvfs/posix/pvfs_search.c 	struct pvfs_state *pvfs = talloc_get_type(ntvfs->private_data,
talloc_get_type   831 source4/ntvfs/posix/pvfs_search.c 	struct pvfs_state *pvfs = talloc_get_type(ntvfs->private_data,
talloc_get_type   856 source4/ntvfs/posix/pvfs_search.c 	search = talloc_get_type(p, struct pvfs_search_state);
talloc_get_type    32 source4/ntvfs/posix/pvfs_seek.c 	struct pvfs_state *pvfs = talloc_get_type(ntvfs->private_data,
talloc_get_type   311 source4/ntvfs/posix/pvfs_setfileinfo.c 	struct pvfs_state *pvfs = talloc_get_type(ntvfs->private_data,
talloc_get_type   561 source4/ntvfs/posix/pvfs_setfileinfo.c 	union smb_setfileinfo *info = talloc_get_type(_info,
talloc_get_type   613 source4/ntvfs/posix/pvfs_setfileinfo.c 	struct pvfs_state *pvfs = talloc_get_type(ntvfs->private_data,
talloc_get_type   637 source4/ntvfs/posix/pvfs_setfileinfo.c 	struct pvfs_state *pvfs = talloc_get_type(ntvfs->private_data,
talloc_get_type    36 source4/ntvfs/posix/pvfs_unlink.c 	union smb_unlink *io = talloc_get_type(_io, union smb_unlink);
talloc_get_type    87 source4/ntvfs/posix/pvfs_unlink.c 	struct pvfs_state *pvfs = talloc_get_type(ntvfs->private_data,
talloc_get_type   195 source4/ntvfs/posix/pvfs_unlink.c 	struct pvfs_state *pvfs = talloc_get_type(ntvfs->private_data,
talloc_get_type    50 source4/ntvfs/posix/pvfs_wait.c 	struct pvfs_wait *pwait = talloc_get_type(private_data,
talloc_get_type    63 source4/ntvfs/posix/pvfs_wait.c 	struct pvfs_wait *pwait = talloc_get_type(private_data,
talloc_get_type    99 source4/ntvfs/posix/pvfs_wait.c 	struct pvfs_wait *pwait = talloc_get_type(private_data,
talloc_get_type   187 source4/ntvfs/posix/pvfs_wait.c 	struct pvfs_state *pvfs = talloc_get_type(ntvfs->private_data,
talloc_get_type    32 source4/ntvfs/posix/pvfs_write.c 	struct pvfs_file_handle *h = talloc_get_type(private_data,
talloc_get_type    86 source4/ntvfs/posix/pvfs_write.c 	struct pvfs_state *pvfs = talloc_get_type(ntvfs->private_data,
talloc_get_type   277 source4/ntvfs/posix/vfs_posix.c 	struct pvfs_state *pvfs = talloc_get_type(ntvfs->private_data,
talloc_get_type   100 source4/ntvfs/simple/vfs_simple.c 	f = talloc_get_type(p, struct svfs_file);
talloc_get_type   204 source4/ntvfs/sysdep/inotify.c 	struct inotify_private *in = talloc_get_type(private_data,
talloc_get_type   360 source4/ntvfs/sysdep/inotify.c 	in = talloc_get_type(ctx->private_data, struct inotify_private);
talloc_get_type    49 source4/ntvfs/sysdep/sys_lease_linux.c 	struct sys_lease_context *ctx = talloc_get_type(private_data,
talloc_get_type    48 source4/param/share_classic.c 	struct loadparm_service *s = talloc_get_type(scfg->opaque, 
talloc_get_type    50 source4/param/share_classic.c 	struct loadparm_context *lp_ctx = talloc_get_type(scfg->ctx->priv_data, 
talloc_get_type   110 source4/param/share_classic.c 	struct loadparm_service *s = talloc_get_type(scfg->opaque, 
talloc_get_type   112 source4/param/share_classic.c 	struct loadparm_context *lp_ctx = talloc_get_type(scfg->ctx->priv_data, 
talloc_get_type   168 source4/param/share_classic.c 	struct loadparm_service *s = talloc_get_type(scfg->opaque, 
talloc_get_type   170 source4/param/share_classic.c 	struct loadparm_context *lp_ctx = talloc_get_type(scfg->ctx->priv_data, 
talloc_get_type   241 source4/param/share_classic.c 	struct loadparm_service *s = talloc_get_type(scfg->opaque, 
talloc_get_type   243 source4/param/share_classic.c 	struct loadparm_context *lp_ctx = talloc_get_type(scfg->ctx->priv_data, 
talloc_get_type    66 source4/param/share_ldb.c 	msg = talloc_get_type(scfg->opaque, struct ldb_message);
talloc_get_type   126 source4/param/share_ldb.c 	msg = talloc_get_type(scfg->opaque, struct ldb_message);
talloc_get_type   175 source4/param/share_ldb.c 	ldb = talloc_get_type(ctx->priv_data, struct ldb_context);
talloc_get_type   224 source4/param/share_ldb.c 	ldb = talloc_get_type(ctx->priv_data, struct ldb_context);
talloc_get_type   317 source4/param/share_ldb.c 	ldb = talloc_get_type(ctx->priv_data, struct ldb_context);
talloc_get_type   449 source4/param/share_ldb.c 	ldb = talloc_get_type(ctx->priv_data, struct ldb_context);
talloc_get_type   552 source4/param/share_ldb.c 	ldb = talloc_get_type(ctx->priv_data, struct ldb_context);
talloc_get_type   162 source4/rpc_server/echo/rpc_echo.c 	struct echo_TestSleep_private *p = talloc_get_type(private_data,
talloc_get_type   147 source4/rpc_server/lsa/dcesrv_lsa.c 			talloc_get_type(h->data, struct lsa_trusted_domain_state);
talloc_get_type  1335 source4/rpc_server/lsa/dcesrv_lsa.c 	trusted_domain_state = talloc_get_type(h->data, struct lsa_trusted_domain_state);
talloc_get_type    54 source4/rpc_server/service_rpc.c 	struct socket_context *sock = talloc_get_type(private_data, struct socket_context);
talloc_get_type    67 source4/rpc_server/service_rpc.c 	srv_conn = talloc_get_type(dce_conn->transport.private_data,
talloc_get_type    76 source4/rpc_server/service_rpc.c 	srv_conn = talloc_get_type(dcesrv_conn->transport.private_data,
talloc_get_type    87 source4/rpc_server/service_rpc.c 	srv_conn = talloc_get_type(dcesrv_conn->transport.private_data,
talloc_get_type    96 source4/rpc_server/service_rpc.c 	srv_conn = talloc_get_type(dcesrv_conn->transport.private_data,
talloc_get_type   106 source4/rpc_server/service_rpc.c 		talloc_get_type(srv_conn->private_data, struct dcesrv_socket_context);
talloc_get_type   157 source4/rpc_server/service_rpc.c 	struct dcesrv_connection *dce_conn = talloc_get_type(conn->private_data, struct dcesrv_connection);
talloc_get_type   203 source4/rpc_server/service_rpc.c 	struct dcesrv_connection *dce_conn = talloc_get_type(conn->private_data, struct dcesrv_connection);
talloc_get_type   236 source4/rpc_server/spoolss/dcesrv_spoolss.c 	struct ntptr_context *ntptr = talloc_get_type(dce_call->context->private_data, struct ntptr_context);
talloc_get_type   372 source4/rpc_server/spoolss/dcesrv_spoolss.c 	struct ntptr_context *ntptr = talloc_get_type(dce_call->context->private_data, struct ntptr_context);
talloc_get_type   405 source4/rpc_server/spoolss/dcesrv_spoolss.c 	struct ntptr_context *ntptr = talloc_get_type(dce_call->context->private_data, struct ntptr_context);
talloc_get_type   457 source4/rpc_server/spoolss/dcesrv_spoolss.c 	struct ntptr_context *ntptr = talloc_get_type(dce_call->context->private_data, struct ntptr_context);
talloc_get_type   579 source4/rpc_server/spoolss/dcesrv_spoolss.c 	handle = talloc_get_type(h->data, struct ntptr_GenericHandle);
talloc_get_type   661 source4/rpc_server/spoolss/dcesrv_spoolss.c 	handle = talloc_get_type(h->data, struct ntptr_GenericHandle);
talloc_get_type   693 source4/rpc_server/spoolss/dcesrv_spoolss.c 	handle = talloc_get_type(h->data, struct ntptr_GenericHandle);
talloc_get_type   726 source4/rpc_server/spoolss/dcesrv_spoolss.c 	handle = talloc_get_type(h->data, struct ntptr_GenericHandle);
talloc_get_type   761 source4/rpc_server/spoolss/dcesrv_spoolss.c 	handle = talloc_get_type(h->data, struct ntptr_GenericHandle);
talloc_get_type   794 source4/rpc_server/spoolss/dcesrv_spoolss.c 	handle = talloc_get_type(h->data, struct ntptr_GenericHandle);
talloc_get_type   824 source4/rpc_server/spoolss/dcesrv_spoolss.c 	struct ntptr_context *ntptr = talloc_get_type(dce_call->context->private_data, struct ntptr_context);
talloc_get_type   847 source4/rpc_server/spoolss/dcesrv_spoolss.c 	struct ntptr_context *ntptr = talloc_get_type(dce_call->context->private_data, struct ntptr_context);
talloc_get_type  1257 source4/rpc_server/spoolss/dcesrv_spoolss.c 	struct ntptr_context *ntptr = talloc_get_type(dce_call->context->private_data, struct ntptr_context);
talloc_get_type  1495 source4/rpc_server/spoolss/dcesrv_spoolss.c 	handle = talloc_get_type(h->data, struct ntptr_GenericHandle);
talloc_get_type    32 source4/rpc_server/srvsvc/srvsvc_ntvfs.c 	struct dcesrv_connection *conn = talloc_get_type(p, struct dcesrv_connection);
talloc_get_type    38 source4/rpc_server/srvsvc/srvsvc_ntvfs.c 	struct dcesrv_connection *conn = talloc_get_type(p, struct dcesrv_connection);
talloc_get_type    61 source4/smb_server/handle.c 	handle = talloc_get_type(p, struct smbsrv_handle);
talloc_get_type    35 source4/smb_server/management.c 	struct smbsrv_connection *smb_conn = talloc_get_type(msg->private_data,
talloc_get_type    79 source4/smb_server/management.c 	struct smbsrv_connection *smb_conn = talloc_get_type(msg->private_data,
talloc_get_type    64 source4/smb_server/session.c 	sess = talloc_get_type(p, struct smbsrv_session);
talloc_get_type    90 source4/smb_server/session.c 	sess = talloc_get_type(p, struct smbsrv_session);
talloc_get_type    69 source4/smb_server/smb/nttrans.c 	union smb_open *io = talloc_get_type(op->op_info, union smb_open);
talloc_get_type   199 source4/smb_server/smb/nttrans.c 	union smb_fileinfo *io = talloc_get_type(op->op_info, union smb_fileinfo);
talloc_get_type   322 source4/smb_server/smb/nttrans.c 	union smb_ioctl *info = talloc_get_type(op->op_info, union smb_ioctl);
talloc_get_type   378 source4/smb_server/smb/nttrans.c 	union smb_notify *info = talloc_get_type(op->op_info, union smb_notify);
talloc_get_type    37 source4/smb_server/smb/receive.c 	struct smbsrv_tcon *tcon = talloc_get_type(p, struct smbsrv_tcon);
talloc_get_type   356 source4/smb_server/smb/receive.c 	struct smbsrv_connection *smb_conn = talloc_get_type(private_data, struct smbsrv_connection);
talloc_get_type   705 source4/smb_server/smb/request.c 	struct smbsrv_handle *handle = talloc_get_type(ntvfs->frontend_data.private_data,
talloc_get_type   712 source4/smb_server/smb/request.c 	struct smbsrv_request *req = talloc_get_type(ntvfs->frontend_data.private_data,
talloc_get_type   744 source4/smb_server/smb/request.c 	struct smbsrv_tcon *tcon = talloc_get_type(private_data, struct smbsrv_tcon);
talloc_get_type   745 source4/smb_server/smb/request.c 	struct smbsrv_handle *handle = talloc_get_type(h->frontend_data.private_data,
talloc_get_type   756 source4/smb_server/smb/request.c 	struct smbsrv_handle *handle = talloc_get_type(h->frontend_data.private_data,
talloc_get_type   763 source4/smb_server/smb/request.c 	struct smbsrv_request *req = talloc_get_type(ntvfs->frontend_data.private_data,
talloc_get_type    62 source4/smb_server/smb/sesssetup.c 	struct smbsrv_request *req = talloc_get_type(private_data, struct smbsrv_request);
talloc_get_type    63 source4/smb_server/smb/sesssetup.c 	union smb_sesssetup *sess = talloc_get_type(req->io_ptr, union smb_sesssetup);
talloc_get_type   158 source4/smb_server/smb/sesssetup.c 	struct smbsrv_request *req = talloc_get_type(private_data, struct smbsrv_request);
talloc_get_type   159 source4/smb_server/smb/sesssetup.c 	union smb_sesssetup *sess = talloc_get_type(req->io_ptr, union smb_sesssetup);
talloc_get_type   293 source4/smb_server/smb/sesssetup.c 	struct sesssetup_spnego_state *s = talloc_get_type(private_data,
talloc_get_type    39 source4/smb_server/smb/trans2.c 	ptr = talloc_get_type(op->op_info, type); \
talloc_get_type   805 source4/smb_server/smb/trans2.c 	struct find_state *state = talloc_get_type(private_data, struct find_state);
talloc_get_type   834 source4/smb_server/smb/trans2.c 	search = talloc_get_type(state->search, union smb_search_first);
talloc_get_type   921 source4/smb_server/smb/trans2.c 	search = talloc_get_type(state->search, union smb_search_next);
talloc_get_type    71 source4/smb_server/smb2/fileinfo.c 	union smb_fileinfo *io = talloc_get_type(op->io_ptr, union smb_fileinfo);
talloc_get_type   119 source4/smb_server/smb2/fileinfo.c 	union smb_fsinfo *io = talloc_get_type(op->io_ptr, union smb_fsinfo);
talloc_get_type   151 source4/smb_server/smb2/fileinfo.c 	union smb_fileinfo *io = talloc_get_type(op->io_ptr, union smb_fileinfo);
talloc_get_type    45 source4/smb_server/smb2/find.c 	struct smb2srv_find_state *state = talloc_get_type(private_data, struct smb2srv_find_state);
talloc_get_type   454 source4/smb_server/smb2/receive.c 	struct smbsrv_connection *smb_conn = talloc_get_type(private_data, struct smbsrv_connection);
talloc_get_type   615 source4/smb_server/smb2/receive.c 	r = talloc_get_type(p, struct smb2srv_request);
talloc_get_type    65 source4/smb_server/smb2/sesssetup.c 	struct smb2srv_sesssetup_callback_ctx *ctx = talloc_get_type(private_data,
talloc_get_type   155 source4/smb_server/smb2/smb2_server.h 	req = talloc_get_type(ntvfs->async_states->private_data, struct smb2srv_request); \
talloc_get_type   169 source4/smb_server/smb2/smb2_server.h 	ptr = talloc_get_type(req->io_ptr, type); \
talloc_get_type   172 source4/smb_server/smb2/smb2_server.h 	req = talloc_get_type(ntvfs->async_states->private_data, struct smb2srv_request); \
talloc_get_type   186 source4/smb_server/smb2/smb2_server.h 	ptr = talloc_get_type(req->io_ptr, type); \
talloc_get_type    36 source4/smb_server/smb2/tcon.c 	struct smbsrv_handle *handle = talloc_get_type(h->frontend_data.private_data,
talloc_get_type   168 source4/smb_server/smb2/tcon.c 	struct smbsrv_handle *handle = talloc_get_type(ntvfs->frontend_data.private_data,
talloc_get_type   181 source4/smb_server/smb2/tcon.c 	struct smb2srv_request *req = talloc_get_type(ntvfs->frontend_data.private_data,
talloc_get_type   213 source4/smb_server/smb2/tcon.c 	struct smbsrv_tcon *tcon = talloc_get_type(private_data, struct smbsrv_tcon);
talloc_get_type   214 source4/smb_server/smb2/tcon.c 	struct smbsrv_handle *handle = talloc_get_type(h->frontend_data.private_data,
talloc_get_type   225 source4/smb_server/smb2/tcon.c 	struct smbsrv_handle *handle = talloc_get_type(h->frontend_data.private_data,
talloc_get_type    40 source4/smb_server/smb_server.c 	struct smbsrv_connection *smb_conn = talloc_get_type(private_data, struct smbsrv_connection);
talloc_get_type    91 source4/smb_server/smb_server.c 	struct smbsrv_connection *smb_conn = talloc_get_type(conn->private_data,
talloc_get_type   104 source4/smb_server/smb_server.c 	struct smbsrv_connection *smb_conn = talloc_get_type(conn->private_data,
talloc_get_type   114 source4/smb_server/smb_server.c 	struct smbsrv_connection *smb_conn = talloc_get_type(private_data, struct smbsrv_connection);
talloc_get_type   486 source4/smb_server/smb_server.h 	req = talloc_get_type(ntvfs->async_states->private_data, struct smbsrv_request); \
talloc_get_type   499 source4/smb_server/smb_server.h 	ptr = talloc_get_type(req->io_ptr, type); \
talloc_get_type   502 source4/smb_server/smb_server.h 	req = talloc_get_type(ntvfs->async_states->private_data, struct smbsrv_request); \
talloc_get_type   515 source4/smb_server/smb_server.h 	ptr = talloc_get_type(req->io_ptr, type); \
talloc_get_type    30 source4/smb_server/tcon.c 	struct smbsrv_connection *smb_conn = talloc_get_type(p,
talloc_get_type    38 source4/smb_server/tcon.c 	struct smbsrv_connection *smb_conn = talloc_get_type(p,
talloc_get_type    89 source4/smb_server/tcon.c 	tcon = talloc_get_type(p, struct smbsrv_tcon);
talloc_get_type    49 source4/smbd/process_thread.c 	struct new_conn_state *new_conn = talloc_get_type(thread_parm, struct new_conn_state);
talloc_get_type   133 source4/smbd/process_thread.c 	struct new_task_state *new_task = talloc_get_type(thread_parm, struct new_task_state);
talloc_get_type    49 source4/smbd/service_named_pipe.c 	struct named_pipe_connection *pipe_conn = talloc_get_type(
talloc_get_type    83 source4/smbd/service_named_pipe.c 	struct named_pipe_connection *pipe_conn = talloc_get_type(
talloc_get_type   211 source4/smbd/service_named_pipe.c 	struct named_pipe_connection *pipe_conn = talloc_get_type(
talloc_get_type   224 source4/smbd/service_named_pipe.c 	struct named_pipe_connection *pipe_conn = talloc_get_type(
talloc_get_type   235 source4/smbd/service_named_pipe.c 	struct named_pipe_connection *pipe_conn = talloc_get_type(
talloc_get_type   264 source4/smbd/service_named_pipe.c 	struct named_pipe_socket *pipe_sock = talloc_get_type(
talloc_get_type   106 source4/smbd/service_stream.c 	struct stream_connection *conn = talloc_get_type(private_data,
talloc_get_type   113 source4/smbd/service_stream.c 	struct stream_connection *conn = talloc_get_type(private_data,
talloc_get_type   168 source4/smbd/service_stream.c 	struct stream_socket *stream_socket = talloc_get_type(private_data, struct stream_socket);
talloc_get_type   240 source4/smbd/service_stream.c 	struct stream_socket *stream_socket = talloc_get_type(private_data, struct stream_socket);
talloc_get_type    58 source4/smbd/service_task.c 	struct task_state *state = talloc_get_type(private_data, struct task_state);
talloc_get_type  1122 source4/torture/gentest.c 	tree = talloc_get_type(servers[i].smb2_tree[j], struct smb2_tree);
talloc_get_type    36 source4/torture/ldap/cldapbench.c 	struct bench_state *state = talloc_get_type(req->async.private_data, struct bench_state);
talloc_get_type   109 source4/torture/ldap/cldapbench.c 	struct bench_state *state = talloc_get_type(req->async.private_data, struct bench_state);
talloc_get_type    92 source4/torture/ldap/schema.c 	actx = talloc_get_type(req->context, struct test_schema_ctx);
talloc_get_type   117 source4/torture/ldap/schema.c 					ctrl = talloc_get_type(ares->controls[i]->data, struct ldb_paged_control);
talloc_get_type   217 source4/torture/ldap/schema.c 	struct dsdb_schema *schema = talloc_get_type(ptr, struct dsdb_schema);
talloc_get_type   240 source4/torture/ldap/schema.c 	struct dsdb_schema *schema = talloc_get_type(ptr, struct dsdb_schema);
talloc_get_type    68 source4/torture/libnet/libnet_BecomeDC.c 	struct test_become_dc_state *s = talloc_get_type(private_data, struct test_become_dc_state);
talloc_get_type   100 source4/torture/libnet/libnet_BecomeDC.c 	struct test_become_dc_state *s = talloc_get_type(private_data, struct test_become_dc_state);
talloc_get_type   357 source4/torture/libnet/libnet_BecomeDC.c 	struct test_become_dc_state *s = talloc_get_type(private_data, struct test_become_dc_state);
talloc_get_type   436 source4/torture/libnet/libnet_BecomeDC.c 	struct test_become_dc_state *s = talloc_get_type(private_data, struct test_become_dc_state);
talloc_get_type   146 source4/torture/nbt/dgram.c 	response = talloc_get_type(dgmslot->private_data, struct nbt_netlogon_response);
talloc_get_type   241 source4/torture/nbt/dgram.c 	response = talloc_get_type(dgmslot->private_data, struct nbt_netlogon_response);
talloc_get_type   280 source4/torture/nbt/dgram.c 	response = talloc_get_type(dgmslot->private_data, struct nbt_netlogon_response);
talloc_get_type   331 source4/torture/nbt/dgram.c 	response = talloc_get_type(dgmslot->private_data, struct nbt_netlogon_response);
talloc_get_type   372 source4/torture/nbt/dgram.c 	response = talloc_get_type(dgmslot->private_data, struct nbt_netlogon_response);
talloc_get_type   411 source4/torture/nbt/dgram.c 	response = talloc_get_type(dgmslot->private_data, struct nbt_netlogon_response);
talloc_get_type   520 source4/torture/nbt/dgram.c 	response = talloc_get_type(dgmslot->private_data, struct nbt_netlogon_response);
talloc_get_type   564 source4/torture/nbt/dgram.c 	response = talloc_get_type(dgmslot->private_data, struct nbt_netlogon_response);
talloc_get_type   604 source4/torture/nbt/dgram.c 	response = talloc_get_type(dgmslot->private_data, struct nbt_netlogon_response);
talloc_get_type   641 source4/torture/nbt/dgram.c 	response = talloc_get_type(dgmslot->private_data, struct nbt_netlogon_response);
talloc_get_type    36 source4/torture/nbt/query.c 	struct result_struct *v = talloc_get_type(req->async.private_data, struct result_struct);
talloc_get_type    59 source4/torture/nbt/winsbench.c 	struct idx_state *istate = talloc_get_type(req->async.private_data, struct idx_state);
talloc_get_type   111 source4/torture/nbt/winsbench.c 	struct idx_state *istate = talloc_get_type(req->async.private_data, struct idx_state);
talloc_get_type   161 source4/torture/nbt/winsbench.c 	struct idx_state *istate = talloc_get_type(req->async.private_data, struct idx_state);
talloc_get_type    40 source4/torture/raw/composite.c 	int *count = talloc_get_type(c->async.private_data, int);
talloc_get_type   283 source4/torture/raw/lockbench.c 	struct benchlock_state *state = talloc_get_type(private_data, 
talloc_get_type   336 source4/torture/raw/offline.c 	struct offline_state *state = talloc_get_type(private_data, 
talloc_get_type   334 source4/torture/raw/openbench.c 	struct benchopen_state *state = talloc_get_type(private_data, 
talloc_get_type   132 source4/torture/rpc/rpc.c 	struct torture_rpc_tcase *tcase = talloc_get_type(tctx->active_tcase, 
talloc_get_type   196 source4/torture/rpc/rpc.c 	struct torture_rpc_tcase *tcase = talloc_get_type(tctx->active_tcase, 
talloc_get_type   220 source4/torture/rpc/rpc.c 	struct torture_rpc_tcase *tcase = talloc_get_type(
talloc_get_type   547 source4/torture/rpc/schannel.c 	struct torture_schannel_bench *s = talloc_get_type(conn->s,
talloc_get_type   645 source4/torture/rpc/schannel.c 	struct torture_schannel_bench *s = talloc_get_type(conn->s,
talloc_get_type   644 source4/utils/ntlm_auth.c 		gensec_ntlmssp_state = talloc_get_type(state->gensec_state->private_data, 
talloc_get_type    55 source4/web_server/web_server.c 	struct websrv_context *web = talloc_get_type(private_data, struct websrv_context);
talloc_get_type   148 source4/web_server/web_server.c 	struct websrv_context *web = talloc_get_type(conn->private_data,
talloc_get_type   205 source4/web_server/web_server.c 		wdata = talloc_get_type(web->task->private_data, struct web_server_data);
talloc_get_type   223 source4/web_server/web_server.c 	struct websrv_context *web = talloc_get_type(conn->private_data,
talloc_get_type   254 source4/web_server/web_server.c 	struct task_server *task = talloc_get_type(conn->private_data, struct task_server);
talloc_get_type   255 source4/web_server/web_server.c 	struct web_server_data *wdata = talloc_get_type(task->private_data, struct web_server_data);
talloc_get_type   112 source4/winbind/wb_async_helpers.c 		talloc_get_type(req->async.private_data,
talloc_get_type   179 source4/winbind/wb_async_helpers.c 			talloc_get_type(c->private_data,
talloc_get_type   261 source4/winbind/wb_async_helpers.c 		talloc_get_type(req->async.private_data,
talloc_get_type   314 source4/winbind/wb_async_helpers.c 			talloc_get_type(c->private_data,
talloc_get_type   382 source4/winbind/wb_async_helpers.c 		talloc_get_type(req->async.private_data,
talloc_get_type   402 source4/winbind/wb_async_helpers.c 		talloc_get_type(req->async.private_data,
talloc_get_type   421 source4/winbind/wb_async_helpers.c                 talloc_get_type(req->async.private_data,
talloc_get_type   437 source4/winbind/wb_async_helpers.c                 talloc_get_type(ctx->private_data,
talloc_get_type    72 source4/winbind/wb_cmd_getdcname.c 		talloc_get_type(ctx->async.private_data,
talloc_get_type    96 source4/winbind/wb_cmd_getdcname.c 		talloc_get_type(req->async.private_data,
talloc_get_type   112 source4/winbind/wb_cmd_getdcname.c 		talloc_get_type(c->private_data, struct cmd_getdcname_state);
talloc_get_type    82 source4/winbind/wb_cmd_getgrgid.c 		talloc_get_type(ctx->async.private_data,
talloc_get_type   100 source4/winbind/wb_cmd_getgrgid.c 		talloc_get_type(ctx->async.private_data,
talloc_get_type   132 source4/winbind/wb_cmd_getgrgid.c 		talloc_get_type(ctx->async.private_data,
talloc_get_type   169 source4/winbind/wb_cmd_getgrgid.c 			talloc_get_type(ctx->private_data,
talloc_get_type    75 source4/winbind/wb_cmd_getgrnam.c 	struct cmd_getgrnam_state *state = talloc_get_type(
talloc_get_type   108 source4/winbind/wb_cmd_getgrnam.c 	struct cmd_getgrnam_state *state = talloc_get_type(
talloc_get_type   137 source4/winbind/wb_cmd_getgrnam.c 	struct cmd_getgrnam_state *state = talloc_get_type(
talloc_get_type   160 source4/winbind/wb_cmd_getgrnam.c 			talloc_get_type(ctx->private_data,
talloc_get_type    93 source4/winbind/wb_cmd_getpwent.c 		talloc_get_type(ctx->async.private_data,
talloc_get_type   118 source4/winbind/wb_cmd_getpwent.c 			talloc_get_type(ctx->private_data,
talloc_get_type    76 source4/winbind/wb_cmd_getpwnam.c 	struct cmd_getpwnam_state *state = talloc_get_type(
talloc_get_type   109 source4/winbind/wb_cmd_getpwnam.c 	struct cmd_getpwnam_state *state = talloc_get_type(
talloc_get_type   148 source4/winbind/wb_cmd_getpwnam.c 	struct cmd_getpwnam_state *state = talloc_get_type(
talloc_get_type   165 source4/winbind/wb_cmd_getpwnam.c 	struct cmd_getpwnam_state *state = talloc_get_type(
talloc_get_type   188 source4/winbind/wb_cmd_getpwnam.c 			talloc_get_type(ctx->private_data,
talloc_get_type    83 source4/winbind/wb_cmd_getpwuid.c 		talloc_get_type(ctx->async.private_data,
talloc_get_type   101 source4/winbind/wb_cmd_getpwuid.c 		talloc_get_type(ctx->async.private_data,
talloc_get_type   133 source4/winbind/wb_cmd_getpwuid.c 		talloc_get_type(ctx->async.private_data,
talloc_get_type   174 source4/winbind/wb_cmd_getpwuid.c 		talloc_get_type(ctx->async.private_data,
talloc_get_type   197 source4/winbind/wb_cmd_getpwuid.c 			talloc_get_type(ctx->private_data,
talloc_get_type    85 source4/winbind/wb_cmd_list_groups.c 	struct cmd_list_groups_state *state = talloc_get_type(
talloc_get_type   124 source4/winbind/wb_cmd_list_groups.c 	struct cmd_list_groups_state *state = talloc_get_type(
talloc_get_type   189 source4/winbind/wb_cmd_list_groups.c 		struct cmd_list_groups_state *state = talloc_get_type(
talloc_get_type    76 source4/winbind/wb_cmd_list_trustdom.c 		talloc_get_type(ctx->async.private_data,
talloc_get_type    95 source4/winbind/wb_cmd_list_trustdom.c 		talloc_get_type(ctx->async.private_data,
talloc_get_type   125 source4/winbind/wb_cmd_list_trustdom.c 		talloc_get_type(req->async.private_data,
talloc_get_type   189 source4/winbind/wb_cmd_list_trustdom.c 			talloc_get_type(ctx->private_data,
talloc_get_type    85 source4/winbind/wb_cmd_list_users.c 	struct cmd_list_users_state *state = talloc_get_type(
talloc_get_type   124 source4/winbind/wb_cmd_list_users.c 	struct cmd_list_users_state *state = talloc_get_type(
talloc_get_type   187 source4/winbind/wb_cmd_list_users.c 		struct cmd_list_users_state *state = talloc_get_type(
talloc_get_type    72 source4/winbind/wb_cmd_lookupname.c 		talloc_get_type(ctx->async.private_data,
talloc_get_type    87 source4/winbind/wb_cmd_lookupname.c 		talloc_get_type(ctx->async.private_data,
talloc_get_type   103 source4/winbind/wb_cmd_lookupname.c 		talloc_get_type(c->private_data, struct cmd_lookupname_state);
talloc_get_type    72 source4/winbind/wb_cmd_lookupsid.c 		talloc_get_type(ctx->async.private_data,
talloc_get_type    87 source4/winbind/wb_cmd_lookupsid.c 		talloc_get_type(ctx->async.private_data,
talloc_get_type   103 source4/winbind/wb_cmd_lookupsid.c 		talloc_get_type(c->private_data, struct cmd_lookupsid_state);
talloc_get_type    71 source4/winbind/wb_cmd_setpwent.c 	struct cmd_setpwent_state *state = talloc_get_type(
talloc_get_type   104 source4/winbind/wb_cmd_setpwent.c 	struct cmd_setpwent_state *state = talloc_get_type(
talloc_get_type   133 source4/winbind/wb_cmd_setpwent.c 			talloc_get_type(ctx->private_data,
talloc_get_type    77 source4/winbind/wb_cmd_userdomgroups.c 		talloc_get_type(ctx->async.private_data,
talloc_get_type    94 source4/winbind/wb_cmd_userdomgroups.c 		talloc_get_type(ctx->async.private_data,
talloc_get_type   110 source4/winbind/wb_cmd_userdomgroups.c 		talloc_get_type(c->private_data,
talloc_get_type    87 source4/winbind/wb_cmd_usersids.c 		talloc_get_type(ctx->async.private_data,
talloc_get_type   103 source4/winbind/wb_cmd_usersids.c                 talloc_get_type(ctx->async.private_data,
talloc_get_type   137 source4/winbind/wb_cmd_usersids.c 		talloc_get_type(req->async.private_data,
talloc_get_type   176 source4/winbind/wb_cmd_usersids.c 			talloc_get_type(ctx->private_data,
talloc_get_type    82 source4/winbind/wb_connect_lsa.c 		talloc_get_type(ctx->async.private_data,
talloc_get_type   108 source4/winbind/wb_connect_lsa.c 		talloc_get_type(req->async.private_data,
talloc_get_type   127 source4/winbind/wb_connect_lsa.c 			talloc_get_type(c->private_data,
talloc_get_type    87 source4/winbind/wb_connect_sam.c 		talloc_get_type(ctx->async.private_data,
talloc_get_type   111 source4/winbind/wb_connect_sam.c 		talloc_get_type(req->async.private_data,
talloc_get_type   135 source4/winbind/wb_connect_sam.c 		talloc_get_type(req->async.private_data,
talloc_get_type   155 source4/winbind/wb_connect_sam.c 			talloc_get_type(c->private_data,
talloc_get_type    91 source4/winbind/wb_dom_info.c 		talloc_get_type(ctx->async.private_data,
talloc_get_type   109 source4/winbind/wb_dom_info.c 			talloc_get_type(ctx->private_data,
talloc_get_type    90 source4/winbind/wb_dom_info_trusted.c 		talloc_get_type(ctx->async.private_data,
talloc_get_type   123 source4/winbind/wb_dom_info_trusted.c 		talloc_get_type(req->async.private_data,
talloc_get_type   179 source4/winbind/wb_dom_info_trusted.c 		talloc_get_type(req->async.private_data,
talloc_get_type   208 source4/winbind/wb_dom_info_trusted.c 		talloc_get_type(ctx->async.private_data,
talloc_get_type   225 source4/winbind/wb_dom_info_trusted.c 			talloc_get_type(ctx->private_data,
talloc_get_type    77 source4/winbind/wb_gid2sid.c 	struct gid2sid_state *state = talloc_get_type(ctx->async.private_data,
talloc_get_type   101 source4/winbind/wb_gid2sid.c 			talloc_get_type(ctx->private_data,
talloc_get_type   205 source4/winbind/wb_init_domain.c 		talloc_get_type(ctx->async.private_data,
talloc_get_type   274 source4/winbind/wb_init_domain.c 		talloc_get_type(ctx->async.private_data,
talloc_get_type   314 source4/winbind/wb_init_domain.c 		talloc_get_type(req->async.private_data,
talloc_get_type   346 source4/winbind/wb_init_domain.c 		talloc_get_type(req->async.private_data, struct init_domain_state);
talloc_get_type   392 source4/winbind/wb_init_domain.c 		talloc_get_type(ctx->async.private_data,
talloc_get_type   419 source4/winbind/wb_init_domain.c 			talloc_get_type(c->private_data,
talloc_get_type    39 source4/winbind/wb_irpc.c 	struct wbsrv_service *service = talloc_get_type(msg->private_data,
talloc_get_type    64 source4/winbind/wb_irpc.c 	struct wb_irpc_SamLogon_state *s = talloc_get_type(ctx->async.private_data,
talloc_get_type    86 source4/winbind/wb_irpc.c 	struct wbsrv_service *service = talloc_get_type(msg->private_data,
talloc_get_type   125 source4/winbind/wb_irpc.c 	s = talloc_get_type(ctx->async.private_data,
talloc_get_type    74 source4/winbind/wb_name2domain.c 		talloc_get_type(ctx->async.private_data,
talloc_get_type    91 source4/winbind/wb_name2domain.c 		talloc_get_type(ctx->async.private_data,
talloc_get_type   114 source4/winbind/wb_name2domain.c 			talloc_get_type(ctx->private_data,
talloc_get_type   139 source4/winbind/wb_pam_auth.c 		talloc_get_type(ctx->async.private_data,
talloc_get_type   199 source4/winbind/wb_pam_auth.c 		talloc_get_type(c->private_data, struct pam_auth_crap_state);
talloc_get_type   266 source4/winbind/wb_pam_auth.c                talloc_get_type(c->private_data, struct pam_auth_crap_state);
talloc_get_type    80 source4/winbind/wb_sam_logon.c 	struct wb_sam_logon_state *s = talloc_get_type(creq->async.private_data,
talloc_get_type   128 source4/winbind/wb_sam_logon.c 	struct wb_sam_logon_state *s = talloc_get_type(req->async.private_data,
talloc_get_type   159 source4/winbind/wb_sam_logon.c 	struct wb_sam_logon_state *s = talloc_get_type(c->private_data,
talloc_get_type   179 source4/winbind/wb_samba3_cmd.c 		talloc_get_type(ctx->async.private_data,
talloc_get_type   219 source4/winbind/wb_samba3_cmd.c 		talloc_get_type(ctx->async.private_data,
talloc_get_type   267 source4/winbind/wb_samba3_cmd.c 		talloc_get_type(ctx->async.private_data,
talloc_get_type   334 source4/winbind/wb_samba3_cmd.c 		talloc_get_type(ctx->async.private_data,
talloc_get_type   407 source4/winbind/wb_samba3_cmd.c 		talloc_get_type(ctx->async.private_data,
talloc_get_type   459 source4/winbind/wb_samba3_cmd.c 		talloc_get_type(ctx->async.private_data,
talloc_get_type   523 source4/winbind/wb_samba3_cmd.c 		talloc_get_type(ctx->async.private_data,
talloc_get_type   606 source4/winbind/wb_samba3_cmd.c 		talloc_get_type(ctx->async.private_data,
talloc_get_type   644 source4/winbind/wb_samba3_cmd.c 		talloc_get_type(ctx->async.private_data,
talloc_get_type   753 source4/winbind/wb_samba3_cmd.c 		talloc_get_type(ctx->async.private_data,
talloc_get_type   800 source4/winbind/wb_samba3_cmd.c 		talloc_get_type(ctx->async.private_data,
talloc_get_type   836 source4/winbind/wb_samba3_cmd.c 		talloc_get_type(ctx->async.private_data,
talloc_get_type   871 source4/winbind/wb_samba3_cmd.c 		talloc_get_type(ctx->async.private_data,
talloc_get_type   898 source4/winbind/wb_samba3_cmd.c 	pwent = talloc_get_type(s3call->wbconn->protocol_private_data,
talloc_get_type   915 source4/winbind/wb_samba3_cmd.c 		talloc_get_type(ctx->async.private_data,
talloc_get_type   938 source4/winbind/wb_samba3_cmd.c 		talloc_get_type(s3call->wbconn->protocol_private_data,
talloc_get_type   973 source4/winbind/wb_samba3_cmd.c 		talloc_get_type(ctx->async.private_data,
talloc_get_type  1009 source4/winbind/wb_samba3_cmd.c 		talloc_get_type(ctx->async.private_data,
talloc_get_type  1078 source4/winbind/wb_samba3_cmd.c 		talloc_get_type(ctx->async.private_data,
talloc_get_type  1116 source4/winbind/wb_samba3_cmd.c 		talloc_get_type(ctx->async.private_data,
talloc_get_type  1150 source4/winbind/wb_samba3_cmd.c 		talloc_get_type(ctx->async.private_data,
talloc_get_type  1198 source4/winbind/wb_samba3_cmd.c 		talloc_get_type(ctx->async.private_data,
talloc_get_type   276 source4/winbind/wb_samba3_protocol.c 	struct wbsrv_connection *wbconn = talloc_get_type(private_data,
talloc_get_type    46 source4/winbind/wb_server.c 	struct wbsrv_connection *wbconn = talloc_get_type(private_data, struct wbsrv_connection);
talloc_get_type    52 source4/winbind/wb_server.c 	struct wbsrv_listen_socket *listen_socket = talloc_get_type(conn->private_data,
talloc_get_type    86 source4/winbind/wb_server.c 	struct wbsrv_connection *wbconn = talloc_get_type(conn->private_data,
talloc_get_type    97 source4/winbind/wb_server.c 	struct wbsrv_connection *wbconn = talloc_get_type(conn->private_data,
talloc_get_type   111 source4/winbind/wb_sid2domain.c 		talloc_get_type(ctx->async.private_data,
talloc_get_type   126 source4/winbind/wb_sid2domain.c 		talloc_get_type(ctx->async.private_data,
talloc_get_type   152 source4/winbind/wb_sid2domain.c 		talloc_get_type(ctx->async.private_data,
talloc_get_type   167 source4/winbind/wb_sid2domain.c 		talloc_get_type(ctx->async.private_data,
talloc_get_type   197 source4/winbind/wb_sid2domain.c 			talloc_get_type(ctx->private_data,
talloc_get_type    72 source4/winbind/wb_sid2gid.c 	struct sid2gid_state *state = talloc_get_type(ctx->async.private_data,
talloc_get_type   102 source4/winbind/wb_sid2gid.c 			talloc_get_type(ctx->private_data,
talloc_get_type    72 source4/winbind/wb_sid2uid.c 	struct sid2uid_state *state = talloc_get_type(ctx->async.private_data,
talloc_get_type   102 source4/winbind/wb_sid2uid.c 			talloc_get_type(ctx->private_data,
talloc_get_type    70 source4/winbind/wb_sids2xids.c 	struct sids2xids_state *state =	talloc_get_type(ctx->private_data,
talloc_get_type    77 source4/winbind/wb_uid2sid.c 	struct uid2sid_state *state = talloc_get_type(ctx->async.private_data,
talloc_get_type   103 source4/winbind/wb_uid2sid.c 			talloc_get_type(ctx->private_data,
talloc_get_type    70 source4/winbind/wb_xids2sids.c 	struct xids2sids_state *state =	talloc_get_type(ctx->private_data,
talloc_get_type   896 source4/wrepl_server/wrepl_apply_records.c 	struct r_do_challenge_state *state = talloc_get_type(ireq->async.private_data,
talloc_get_type   957 source4/wrepl_server/wrepl_apply_records.c 	struct r_do_challenge_state *state = talloc_get_type(ireq->async.private_data,
talloc_get_type  1093 source4/wrepl_server/wrepl_apply_records.c 	struct r_do_release_demand_state *state = talloc_get_type(ireq->async.private_data,
talloc_get_type   326 source4/wrepl_server/wrepl_in_call.c 	struct wreplsrv_in_update_state *update_state = talloc_get_type(creq->async.private_data,
talloc_get_type    52 source4/wrepl_server/wrepl_in_connection.c 	struct wreplsrv_in_connection *wreplconn = talloc_get_type(private_data, struct wreplsrv_in_connection);
talloc_get_type   126 source4/wrepl_server/wrepl_in_connection.c 	struct wreplsrv_in_connection *wreplconn = talloc_get_type(conn->private_data,
talloc_get_type   137 source4/wrepl_server/wrepl_in_connection.c 	struct wreplsrv_in_connection *wreplconn = talloc_get_type(conn->private_data,
talloc_get_type   147 source4/wrepl_server/wrepl_in_connection.c 	struct wreplsrv_in_connection *wreplconn = talloc_get_type(private_data,
talloc_get_type   157 source4/wrepl_server/wrepl_in_connection.c 	struct wreplsrv_service *service = talloc_get_type(conn->private_data, struct wreplsrv_service);
talloc_get_type   126 source4/wrepl_server/wrepl_out_helpers.c 	struct wreplsrv_out_connect_state *state = talloc_get_type(creq->async.private_data,
talloc_get_type   134 source4/wrepl_server/wrepl_out_helpers.c 	struct wreplsrv_out_connect_state *state = talloc_get_type(req->async.private_data,
talloc_get_type   222 source4/wrepl_server/wrepl_out_helpers.c 		struct wreplsrv_out_connect_state *state = talloc_get_type(c->private_data,
talloc_get_type   325 source4/wrepl_server/wrepl_out_helpers.c 	struct wreplsrv_pull_table_state *state = talloc_get_type(creq->async.private_data,
talloc_get_type   333 source4/wrepl_server/wrepl_out_helpers.c 	struct wreplsrv_pull_table_state *state = talloc_get_type(req->async.private_data,
talloc_get_type   386 source4/wrepl_server/wrepl_out_helpers.c 		struct wreplsrv_pull_table_state *state = talloc_get_type(c->private_data,
talloc_get_type   485 source4/wrepl_server/wrepl_out_helpers.c 	struct wreplsrv_pull_names_state *state = talloc_get_type(creq->async.private_data,
talloc_get_type   493 source4/wrepl_server/wrepl_out_helpers.c 	struct wreplsrv_pull_names_state *state = talloc_get_type(req->async.private_data,
talloc_get_type   541 source4/wrepl_server/wrepl_out_helpers.c 		struct wreplsrv_pull_names_state *state = talloc_get_type(c->private_data,
talloc_get_type   768 source4/wrepl_server/wrepl_out_helpers.c 	struct wreplsrv_pull_cycle_state *state = talloc_get_type(creq->async.private_data,
talloc_get_type   776 source4/wrepl_server/wrepl_out_helpers.c 	struct wreplsrv_pull_cycle_state *state = talloc_get_type(req->async.private_data,
talloc_get_type  1051 source4/wrepl_server/wrepl_out_helpers.c 	struct wreplsrv_push_notify_state *state = talloc_get_type(creq->async.private_data,
talloc_get_type  1059 source4/wrepl_server/wrepl_out_helpers.c 	struct wreplsrv_push_notify_state *state = talloc_get_type(req->async.private_data,
talloc_get_type    40 source4/wrepl_server/wrepl_out_pull.c 	struct wreplsrv_partner *partner = talloc_get_type(creq->async.private_data, struct wreplsrv_partner);
talloc_get_type    32 source4/wrepl_server/wrepl_out_push.c 	struct wreplsrv_partner *partner = talloc_get_type(creq->async.private_data, struct wreplsrv_partner);
talloc_get_type    51 source4/wrepl_server/wrepl_periodic.c 	struct wreplsrv_service *service = talloc_get_type(ptr, struct wreplsrv_service);
talloc_get_type   317 source4/wrepl_server/wrepl_scavenging.c 	struct verify_state *s = talloc_get_type(ireq->async.private_data,