REGISTRY_OPS     5048 source3/include/proto.h WERROR reghook_cache_add(const char *keyname, REGISTRY_OPS *ops);
REGISTRY_OPS     5049 source3/include/proto.h REGISTRY_OPS *reghook_cache_find(const char *keyname);
REGISTRY_OPS      150 source3/include/reg_objects.h 	REGISTRY_OPS	*ops;		/* registry function hooks */
REGISTRY_OPS      160 source3/include/reg_objects.h 	REGISTRY_OPS	*ops;
REGISTRY_OPS       25 source3/lib/util_reg.c extern REGISTRY_OPS smbconf_reg_ops;
REGISTRY_OPS       32 source3/registry/reg_backend_current_version.c extern REGISTRY_OPS regdb_ops;
REGISTRY_OPS       78 source3/registry/reg_backend_current_version.c REGISTRY_OPS current_version_reg_ops = {
REGISTRY_OPS     1670 source3/registry/reg_backend_db.c REGISTRY_OPS regdb_ops = {
REGISTRY_OPS       32 source3/registry/reg_backend_hkpt_params.c extern REGISTRY_OPS regdb_ops;
REGISTRY_OPS       67 source3/registry/reg_backend_hkpt_params.c REGISTRY_OPS hkpt_params_reg_ops = {
REGISTRY_OPS       32 source3/registry/reg_backend_netlogon_params.c extern REGISTRY_OPS regdb_ops;
REGISTRY_OPS       54 source3/registry/reg_backend_netlogon_params.c REGISTRY_OPS netlogon_params_reg_ops = {
REGISTRY_OPS       32 source3/registry/reg_backend_perflib.c extern REGISTRY_OPS regdb_ops;
REGISTRY_OPS      103 source3/registry/reg_backend_perflib.c REGISTRY_OPS perflib_reg_ops = {
REGISTRY_OPS     1261 source3/registry/reg_backend_printing.c REGISTRY_OPS printing_ops = {
REGISTRY_OPS       32 source3/registry/reg_backend_prod_options.c extern REGISTRY_OPS regdb_ops;
REGISTRY_OPS       67 source3/registry/reg_backend_prod_options.c REGISTRY_OPS prod_options_reg_ops = {
REGISTRY_OPS      157 source3/registry/reg_backend_shares.c REGISTRY_OPS shares_reg_ops = {
REGISTRY_OPS       26 source3/registry/reg_backend_smbconf.c extern REGISTRY_OPS regdb_ops;		/* these are the default */
REGISTRY_OPS       87 source3/registry/reg_backend_smbconf.c REGISTRY_OPS smbconf_reg_ops = {
REGISTRY_OPS       32 source3/registry/reg_backend_tcpip_params.c extern REGISTRY_OPS regdb_ops;
REGISTRY_OPS       64 source3/registry/reg_backend_tcpip_params.c REGISTRY_OPS tcpip_params_reg_ops = {
REGISTRY_OPS       29 source3/registry/reg_cachehook.c extern REGISTRY_OPS regdb_ops;		/* these are the default */
REGISTRY_OPS       82 source3/registry/reg_cachehook.c WERROR reghook_cache_add(const char *keyname, REGISTRY_OPS *ops)
REGISTRY_OPS      110 source3/registry/reg_cachehook.c REGISTRY_OPS *reghook_cache_find(const char *keyname)
REGISTRY_OPS      114 source3/registry/reg_cachehook.c 	REGISTRY_OPS *ops = NULL;
REGISTRY_OPS      127 source3/registry/reg_cachehook.c 	ops = (REGISTRY_OPS *)pathtree_find(cache_tree, key);
REGISTRY_OPS       28 source3/registry/reg_init_full.c extern REGISTRY_OPS printing_ops;
REGISTRY_OPS       29 source3/registry/reg_init_full.c extern REGISTRY_OPS eventlog_ops;
REGISTRY_OPS       30 source3/registry/reg_init_full.c extern REGISTRY_OPS shares_reg_ops;
REGISTRY_OPS       31 source3/registry/reg_init_full.c extern REGISTRY_OPS smbconf_reg_ops;
REGISTRY_OPS       32 source3/registry/reg_init_full.c extern REGISTRY_OPS netlogon_params_reg_ops;
REGISTRY_OPS       33 source3/registry/reg_init_full.c extern REGISTRY_OPS prod_options_reg_ops;
REGISTRY_OPS       34 source3/registry/reg_init_full.c extern REGISTRY_OPS tcpip_params_reg_ops;
REGISTRY_OPS       35 source3/registry/reg_init_full.c extern REGISTRY_OPS hkpt_params_reg_ops;
REGISTRY_OPS       36 source3/registry/reg_init_full.c extern REGISTRY_OPS current_version_reg_ops;
REGISTRY_OPS       37 source3/registry/reg_init_full.c extern REGISTRY_OPS perflib_reg_ops;
REGISTRY_OPS       38 source3/registry/reg_init_full.c extern REGISTRY_OPS regdb_ops;		/* these are the default */
REGISTRY_OPS       25 source3/registry/reg_init_smbconf.c extern REGISTRY_OPS smbconf_reg_ops;