smbsrv_handle      48 source4/smb_server/handle.c static struct smbsrv_handle *smbsrv_handle_find(struct smbsrv_handles_context *handles_ctx,
smbsrv_handle      52 source4/smb_server/handle.c 	struct smbsrv_handle *handle;
smbsrv_handle      61 source4/smb_server/handle.c 	handle = talloc_get_type(p, struct smbsrv_handle);
smbsrv_handle      72 source4/smb_server/handle.c struct smbsrv_handle *smbsrv_smb_handle_find(struct smbsrv_tcon *smb_tcon,
smbsrv_handle      78 source4/smb_server/handle.c struct smbsrv_handle *smbsrv_smb2_handle_find(struct smbsrv_tcon *smb_tcon,
smbsrv_handle     109 source4/smb_server/handle.c struct smbsrv_handle *smbsrv_handle_new(struct smbsrv_session *session,
smbsrv_handle     115 source4/smb_server/handle.c 	struct smbsrv_handle *handle;
smbsrv_handle     118 source4/smb_server/handle.c 	handle = talloc_zero(mem_ctx, struct smbsrv_handle);
smbsrv_handle    1224 source4/smb_server/smb/reply.c 	struct smbsrv_handle *h, *nh;
smbsrv_handle    2019 source4/smb_server/smb/reply.c 	struct smbsrv_handle *h;
smbsrv_handle    2060 source4/smb_server/smb/reply.c 	struct smbsrv_handle *h;
smbsrv_handle     681 source4/smb_server/smb/request.c 	struct smbsrv_handle *handle;
smbsrv_handle     705 source4/smb_server/smb/request.c 	struct smbsrv_handle *handle = talloc_get_type(ntvfs->frontend_data.private_data,
smbsrv_handle     706 source4/smb_server/smb/request.c 				       struct smbsrv_handle);
smbsrv_handle     714 source4/smb_server/smb/request.c 	struct smbsrv_handle *handle;
smbsrv_handle     745 source4/smb_server/smb/request.c 	struct smbsrv_handle *handle = talloc_get_type(h->frontend_data.private_data,
smbsrv_handle     746 source4/smb_server/smb/request.c 						       struct smbsrv_handle);
smbsrv_handle     756 source4/smb_server/smb/request.c 	struct smbsrv_handle *handle = talloc_get_type(h->frontend_data.private_data,
smbsrv_handle     757 source4/smb_server/smb/request.c 						       struct smbsrv_handle);
smbsrv_handle      36 source4/smb_server/smb2/tcon.c 	struct smbsrv_handle *handle = talloc_get_type(h->frontend_data.private_data,
smbsrv_handle      37 source4/smb_server/smb2/tcon.c 						       struct smbsrv_handle);
smbsrv_handle      93 source4/smb_server/smb2/tcon.c 	struct smbsrv_handle *handle;
smbsrv_handle     168 source4/smb_server/smb2/tcon.c 	struct smbsrv_handle *handle = talloc_get_type(ntvfs->frontend_data.private_data,
smbsrv_handle     169 source4/smb_server/smb2/tcon.c 				       struct smbsrv_handle);
smbsrv_handle     183 source4/smb_server/smb2/tcon.c 	struct smbsrv_handle *handle;
smbsrv_handle     214 source4/smb_server/smb2/tcon.c 	struct smbsrv_handle *handle = talloc_get_type(h->frontend_data.private_data,
smbsrv_handle     215 source4/smb_server/smb2/tcon.c 						       struct smbsrv_handle);
smbsrv_handle     225 source4/smb_server/smb2/tcon.c 	struct smbsrv_handle *handle = talloc_get_type(h->frontend_data.private_data,
smbsrv_handle     226 source4/smb_server/smb2/tcon.c 						       struct smbsrv_handle);
smbsrv_handle      72 source4/smb_server/smb_server.h 	struct smbsrv_handle *list;
smbsrv_handle     168 source4/smb_server/smb_server.h 	struct smbsrv_handle *next, *prev;
smbsrv_handle     187 source4/smb_server/smb_server.h 		struct smbsrv_handle *handle;