REGVAL_CTR        247 source3/include/nt_printing.h 	REGVAL_CTR 	*values;
REGVAL_CTR       5016 source3/include/proto.h int regdb_fetch_values( const char* key, REGVAL_CTR *values );
REGVAL_CTR       5017 source3/include/proto.h bool regdb_store_values( const char *key, REGVAL_CTR *values );
REGVAL_CTR       5019 source3/include/proto.h bool regdb_values_need_update(REGVAL_CTR *values);
REGVAL_CTR       5055 source3/include/proto.h bool store_reg_values( REGISTRY_KEY *key, REGVAL_CTR *val );
REGVAL_CTR       5059 source3/include/proto.h int fetch_reg_values( REGISTRY_KEY *key, REGVAL_CTR *val );
REGVAL_CTR       5067 source3/include/proto.h bool reg_values_need_update(REGISTRY_KEY *key, REGVAL_CTR *values);
REGVAL_CTR       5100 source3/include/proto.h int regval_ctr_numvals( REGVAL_CTR *ctr );
REGVAL_CTR       5107 source3/include/proto.h REGISTRY_VALUE* regval_ctr_specific_value( REGVAL_CTR *ctr, uint32 idx );
REGVAL_CTR       5108 source3/include/proto.h bool regval_ctr_key_exists( REGVAL_CTR *ctr, const char *value );
REGVAL_CTR       5111 source3/include/proto.h int regval_ctr_addvalue( REGVAL_CTR *ctr, const char *name, uint16 type,
REGVAL_CTR       5113 source3/include/proto.h int regval_ctr_copyvalue( REGVAL_CTR *ctr, REGISTRY_VALUE *val );
REGVAL_CTR       5114 source3/include/proto.h int regval_ctr_delvalue( REGVAL_CTR *ctr, const char *name );
REGVAL_CTR       5115 source3/include/proto.h REGISTRY_VALUE* regval_ctr_getvalue( REGVAL_CTR *ctr, const char *name );
REGVAL_CTR       6110 source3/include/proto.h REGVAL_CTR *svcctl_fetch_regvalues( const char *name, NT_USER_TOKEN *token );
REGVAL_CTR        132 source3/include/reg_objects.h 	int 	(*fetch_values) ( const char *key, REGVAL_CTR *val );
REGVAL_CTR        136 source3/include/reg_objects.h 	bool 	(*store_values)( const char *key, REGVAL_CTR *val );
REGVAL_CTR        145 source3/include/reg_objects.h 	bool	(*values_need_update)(REGVAL_CTR *values);
REGVAL_CTR        166 source3/include/reg_objects.h 	REGVAL_CTR *values;
REGVAL_CTR        217 source3/include/regfio.h                                  REGVAL_CTR *values, struct regsubkey_ctr *subkeys,
REGVAL_CTR        406 source3/libads/ldap_printer.c 		REGVAL_CTR *ctr = data->keys[key].values;
REGVAL_CTR       2421 source3/printing/nt_printing.c 	REGVAL_CTR	*val_ctr;
REGVAL_CTR       2817 source3/printing/nt_printing.c 	if ( !(data->keys[key_index].values = TALLOC_ZERO_P( data, REGVAL_CTR )) )
REGVAL_CTR       2988 source3/printing/nt_printing.c static void map_sz_into_ctr(REGVAL_CTR *ctr, const char *val_name,
REGVAL_CTR       3001 source3/printing/nt_printing.c static void map_dword_into_ctr(REGVAL_CTR *ctr, const char *val_name,
REGVAL_CTR       3009 source3/printing/nt_printing.c static void map_bool_into_ctr(REGVAL_CTR *ctr, const char *val_name,
REGVAL_CTR       3018 source3/printing/nt_printing.c static void map_single_multi_sz_into_ctr(REGVAL_CTR *ctr, const char *val_name,
REGVAL_CTR       3052 source3/printing/nt_printing.c 	REGVAL_CTR *ctr = NULL;
REGVAL_CTR       3124 source3/printing/nt_printing.c 	REGVAL_CTR *ctr=NULL;
REGVAL_CTR       3416 source3/printing/nt_printing.c 	REGVAL_CTR *ctr;
REGVAL_CTR         84 source3/registry/reg_api.c 	if (!(key->values = TALLOC_ZERO_P(key, REGVAL_CTR))) {
REGVAL_CTR        713 source3/registry/reg_api.c 	REGVAL_CTR *values;
REGVAL_CTR        739 source3/registry/reg_api.c 	values = TALLOC_ZERO_P(subkeys, REGVAL_CTR);
REGVAL_CTR        846 source3/registry/reg_api.c 	REGVAL_CTR *values;
REGVAL_CTR        898 source3/registry/reg_api.c 	values = TALLOC_ZERO_P(subkeys, REGVAL_CTR);
REGVAL_CTR         36 source3/registry/reg_backend_current_version.c static int current_version_fetch_values(const char *key, REGVAL_CTR *values)
REGVAL_CTR        242 source3/registry/reg_backend_db.c 	REGVAL_CTR *values;
REGVAL_CTR        257 source3/registry/reg_backend_db.c 		values = TALLOC_ZERO_P(frame, REGVAL_CTR);
REGVAL_CTR        310 source3/registry/reg_backend_db.c 		values = TALLOC_ZERO_P(frame, REGVAL_CTR);
REGVAL_CTR       1401 source3/registry/reg_backend_db.c static int regdb_unpack_values(REGVAL_CTR *values, uint8 *buf, int buflen)
REGVAL_CTR       1446 source3/registry/reg_backend_db.c static int regdb_pack_values(REGVAL_CTR *values, uint8 *buf, int buflen)
REGVAL_CTR       1481 source3/registry/reg_backend_db.c int regdb_fetch_values( const char* key, REGVAL_CTR *values )
REGVAL_CTR       1516 source3/registry/reg_backend_db.c bool regdb_store_values( const char *key, REGVAL_CTR *values )
REGVAL_CTR       1661 source3/registry/reg_backend_db.c bool regdb_values_need_update(REGVAL_CTR *values)
REGVAL_CTR         34 source3/registry/reg_backend_hkpt_params.c static int hkpt_params_fetch_values(const char *key, REGVAL_CTR *regvals)
REGVAL_CTR         34 source3/registry/reg_backend_netlogon_params.c static int netlogon_params_fetch_values(const char *key, REGVAL_CTR *regvals)
REGVAL_CTR         37 source3/registry/reg_backend_perflib.c static int perflib_params( REGVAL_CTR *regvals )
REGVAL_CTR         55 source3/registry/reg_backend_perflib.c static int perflib_009_params( REGVAL_CTR *regvals )
REGVAL_CTR         74 source3/registry/reg_backend_perflib.c static int perflib_fetch_values(const char *key, REGVAL_CTR *regvals)
REGVAL_CTR         47 source3/registry/reg_backend_printing.c 	int  (*fetch_values)  ( const char *path, REGVAL_CTR *values );
REGVAL_CTR         48 source3/registry/reg_backend_printing.c 	bool (*store_values)  ( const char *path, REGVAL_CTR *values );
REGVAL_CTR         96 source3/registry/reg_backend_printing.c static int key_forms_fetch_values( const char *key, REGVAL_CTR *values )
REGVAL_CTR        386 source3/registry/reg_backend_printing.c static void fill_in_printer_values( NT_PRINTER_INFO_LEVEL_2 *info2, REGVAL_CTR *values )
REGVAL_CTR        478 source3/registry/reg_backend_printing.c static int key_printers_fetch_values( const char *key, REGVAL_CTR *values )
REGVAL_CTR        597 source3/registry/reg_backend_printing.c static void convert_values_to_printer_info_2( NT_PRINTER_INFO_LEVEL_2 *printer2, REGVAL_CTR *values )
REGVAL_CTR        674 source3/registry/reg_backend_printing.c static bool key_printers_store_values( const char *key, REGVAL_CTR *values )
REGVAL_CTR        891 source3/registry/reg_backend_printing.c static void fill_in_driver_values( NT_PRINTER_DRIVER_INFO_LEVEL_3 *info3, REGVAL_CTR *values )
REGVAL_CTR        970 source3/registry/reg_backend_printing.c static int driver_arch_fetch_values( char *key, REGVAL_CTR *values )
REGVAL_CTR       1057 source3/registry/reg_backend_printing.c static int key_driver_fetch_values( const char *key, REGVAL_CTR *values )
REGVAL_CTR       1225 source3/registry/reg_backend_printing.c static int regprint_fetch_reg_values( const char *key, REGVAL_CTR *values )
REGVAL_CTR       1244 source3/registry/reg_backend_printing.c static bool regprint_store_reg_values( const char *key, REGVAL_CTR *values )
REGVAL_CTR         34 source3/registry/reg_backend_prod_options.c static int prod_options_fetch_values(const char *key, REGVAL_CTR *regvals)
REGVAL_CTR        103 source3/registry/reg_backend_shares.c static int shares_value_info( const char *key, REGVAL_CTR *val )
REGVAL_CTR        148 source3/registry/reg_backend_shares.c static bool shares_store_value( const char *key, REGVAL_CTR *val )
REGVAL_CTR         48 source3/registry/reg_backend_smbconf.c static int smbconf_fetch_values( const char *key, REGVAL_CTR *val )
REGVAL_CTR         53 source3/registry/reg_backend_smbconf.c static bool smbconf_store_values( const char *key, REGVAL_CTR *val )
REGVAL_CTR         34 source3/registry/reg_backend_tcpip_params.c static int tcpip_params_fetch_values(const char *key, REGVAL_CTR *regvals)
REGVAL_CTR         95 source3/registry/reg_dispatcher.c bool store_reg_values( REGISTRY_KEY *key, REGVAL_CTR *val )
REGVAL_CTR        140 source3/registry/reg_dispatcher.c int fetch_reg_values( REGISTRY_KEY *key, REGVAL_CTR *val )
REGVAL_CTR        240 source3/registry/reg_dispatcher.c bool reg_values_need_update(REGISTRY_KEY *key, REGVAL_CTR *values)
REGVAL_CTR         39 source3/registry/reg_eventlog.c 	REGVAL_CTR *values;
REGVAL_CTR         90 source3/registry/reg_eventlog.c 		if (!(values = TALLOC_ZERO_P(ctx, REGVAL_CTR))) {
REGVAL_CTR        152 source3/registry/reg_eventlog.c 		if (!(values = TALLOC_ZERO_P(ctx, REGVAL_CTR))) {
REGVAL_CTR        204 source3/registry/reg_eventlog.c 	REGVAL_CTR *values;
REGVAL_CTR        236 source3/registry/reg_eventlog.c 	if (!( values = TALLOC_ZERO_P(ctx, REGVAL_CTR))) {
REGVAL_CTR        366 source3/registry/reg_eventlog.c 	if ( !( values = TALLOC_ZERO_P(ctx, REGVAL_CTR ) ) ) {
REGVAL_CTR        276 source3/registry/reg_objects.c int regval_ctr_numvals( REGVAL_CTR *ctr )
REGVAL_CTR        372 source3/registry/reg_objects.c REGISTRY_VALUE* regval_ctr_specific_value( REGVAL_CTR *ctr, uint32 idx )
REGVAL_CTR        384 source3/registry/reg_objects.c bool regval_ctr_key_exists( REGVAL_CTR *ctr, const char *value )
REGVAL_CTR        429 source3/registry/reg_objects.c int regval_ctr_addvalue( REGVAL_CTR *ctr, const char *name, uint16 type,
REGVAL_CTR        471 source3/registry/reg_objects.c int regval_ctr_copyvalue( REGVAL_CTR *ctr, REGISTRY_VALUE *val )
REGVAL_CTR        486 source3/registry/reg_objects.c int regval_ctr_delvalue( REGVAL_CTR *ctr, const char *name )
REGVAL_CTR        514 source3/registry/reg_objects.c REGISTRY_VALUE* regval_ctr_getvalue( REGVAL_CTR *ctr, const char *name )
REGVAL_CTR       1718 source3/registry/regfio.c                                REGVAL_CTR *values, struct regsubkey_ctr *subkeys,
REGVAL_CTR        127 source3/rpc_server/srv_ntsvcs_nt.c 	REGVAL_CTR *values;
REGVAL_CTR        639 source3/rpc_server/srv_svcctl_nt.c 	REGVAL_CTR *values;
REGVAL_CTR        251 source3/services/services_db.c static void fill_service_values( const char *name, REGVAL_CTR *values )
REGVAL_CTR        341 source3/services/services_db.c 	REGVAL_CTR *values = NULL;
REGVAL_CTR        382 source3/services/services_db.c 	if ( !(values = TALLOC_ZERO_P( key_service, REGVAL_CTR )) ) {
REGVAL_CTR        411 source3/services/services_db.c 	if ( !(values = TALLOC_ZERO_P( key_secdesc, REGVAL_CTR )) ) {
REGVAL_CTR        508 source3/services/services_db.c 	REGVAL_CTR *values = NULL;
REGVAL_CTR        528 source3/services/services_db.c 	if ( !(values = TALLOC_ZERO_P( key, REGVAL_CTR )) ) {
REGVAL_CTR        571 source3/services/services_db.c 	REGVAL_CTR *values = NULL;
REGVAL_CTR        591 source3/services/services_db.c 	if ( !(values = TALLOC_ZERO_P( key, REGVAL_CTR )) ) {
REGVAL_CTR        623 source3/services/services_db.c 	REGVAL_CTR *values = NULL;
REGVAL_CTR        643 source3/services/services_db.c 	if ( !(values = TALLOC_ZERO_P( key, REGVAL_CTR )) ) {
REGVAL_CTR        673 source3/services/services_db.c 	REGVAL_CTR *values = NULL;
REGVAL_CTR        693 source3/services/services_db.c 	if ( !(values = TALLOC_ZERO_P( key, REGVAL_CTR )) ) {
REGVAL_CTR        715 source3/services/services_db.c REGVAL_CTR *svcctl_fetch_regvalues( const char *name, NT_USER_TOKEN *token )
REGVAL_CTR        718 source3/services/services_db.c 	REGVAL_CTR *values = NULL;
REGVAL_CTR        737 source3/services/services_db.c 	if ( !(values = TALLOC_ZERO_P( NULL, REGVAL_CTR )) ) {
REGVAL_CTR        973 source3/utils/net_rpc_registry.c 	REGVAL_CTR *values = NULL;
REGVAL_CTR        986 source3/utils/net_rpc_registry.c 	if ( !(values = TALLOC_ZERO_P( subkeys, REGVAL_CTR )) ) {
REGVAL_CTR        120 source3/utils/profiles.c 	REGVAL_CTR *values;
REGVAL_CTR        142 source3/utils/profiles.c 	if ( !(values = TALLOC_ZERO_P( subkeys, REGVAL_CTR )) ) {