handle_type        24 librpc/gen_ndr/misc.h 	uint32_t handle_type;
handle_type        78 librpc/gen_ndr/ndr_misc.c 		NDR_CHECK(ndr_push_uint32(ndr, NDR_SCALARS, r->handle_type));
handle_type        90 librpc/gen_ndr/ndr_misc.c 		NDR_CHECK(ndr_pull_uint32(ndr, NDR_SCALARS, &r->handle_type));
handle_type       102 librpc/gen_ndr/ndr_misc.c 	ndr_print_uint32(ndr, "handle_type", r->handle_type);
handle_type       315 librpc/ndr/uuid.c 	return (h->handle_type == 0 && GUID_all_zero(&h->uuid));
handle_type       143 source3/rpc_server/srv_lsa_hnd.c 	SIVAL(&pol->pol_hnd.handle_type, 0 , 0);  /* first bit must be null */
handle_type       325 source4/rpc_server/dcerpc_server.h 					uint8_t handle_type);
handle_type       330 source4/rpc_server/dcerpc_server.h 					  uint8_t handle_type);
handle_type       359 source4/rpc_server/dcerpc_server.h 	if ((t) != DCESRV_HANDLE_ANY && (h)->wire_handle.handle_type != (t)) { \
handle_type        40 source4/rpc_server/handles.c 					uint8_t handle_type)
handle_type        51 source4/rpc_server/handles.c 	h->wire_handle.handle_type = handle_type;
handle_type        68 source4/rpc_server/handles.c 					  uint8_t handle_type)
handle_type        73 source4/rpc_server/handles.c 		return dcesrv_handle_new(context, handle_type);
handle_type        77 source4/rpc_server/handles.c 		if (h->wire_handle.handle_type == p->handle_type &&
handle_type        79 source4/rpc_server/handles.c 			if (handle_type != DCESRV_HANDLE_ANY &&
handle_type        80 source4/rpc_server/handles.c 			    p->handle_type != handle_type) {
handle_type        82 source4/rpc_server/handles.c 					 p->handle_type, handle_type));
handle_type       121 source4/rpc_server/lsa/dcesrv_lsa.c 	if (h->wire_handle.handle_type == LSA_HANDLE_SECRET) {
handle_type       145 source4/rpc_server/lsa/dcesrv_lsa.c 	} else if (h->wire_handle.handle_type == LSA_HANDLE_TRUSTED_DOMAIN) {
handle_type       177 source4/rpc_server/lsa/dcesrv_lsa.c 	} else if (h->wire_handle.handle_type == LSA_HANDLE_ACCOUNT) {
handle_type        36 source4/torture/ndr/winreg.c 	torture_assert_int_equal(tctx, ck->in.handle->handle_type, 0, "handle type");
handle_type        48 source4/torture/ndr/winreg.c 	torture_assert_int_equal(tctx, ck->out.handle->handle_type, 0, "handle type");
handle_type        75 source4/torture/ndr/winreg.c 	torture_assert_int_equal(tctx, r->out.handle->handle_type, 0, "handle_type");
handle_type       299 source4/torture/ndr/winreg.c 	torture_assert_int_equal(tctx, r->in.handle->handle_type, 0, "handle type");