get_wire_key      223 source4/ntvfs/ntvfs.h 		DATA_BLOB (*get_wire_key)(void *private_data, struct ntvfs_handle *handle, TALLOC_CTX *mem_ctx);
get_wire_key      184 source4/ntvfs/ntvfs_util.c 	return h->ctx->handles.get_wire_key(h->ctx->handles.private_data, h, mem_ctx);
get_wire_key      192 source4/ntvfs/ntvfs_util.c 					     DATA_BLOB (*get_wire_key)(void *private_data, struct ntvfs_handle *handle, TALLOC_CTX *mem_ctx),
get_wire_key      199 source4/ntvfs/ntvfs_util.c 	ntvfs->handles.get_wire_key		= get_wire_key;