search_by_wire_key  222 source4/ntvfs/ntvfs.h 		struct ntvfs_handle *(*search_by_wire_key)(void *private_data,  struct ntvfs_request *req, const DATA_BLOB *key);
search_by_wire_key  176 source4/ntvfs/ntvfs_util.c 	if (!ntvfs->ctx->handles.search_by_wire_key) {
search_by_wire_key  179 source4/ntvfs/ntvfs_util.c 	return ntvfs->ctx->handles.search_by_wire_key(ntvfs->ctx->handles.private_data, req, key);
search_by_wire_key  191 source4/ntvfs/ntvfs_util.c 					     struct ntvfs_handle *(*search_by_wire_key)(void *private_data, struct ntvfs_request *req, const DATA_BLOB *key),
search_by_wire_key  198 source4/ntvfs/ntvfs_util.c 	ntvfs->handles.search_by_wire_key	= search_by_wire_key;