Home
last modified time | relevance | path

Searched refs:compare_size (Results 1 – 25 of 196) sorted by relevance

12345678

/dports/sysutils/py-rdiff-backup/rdiff-backup-2.0.5/testing/
H A Dincrementtest.py67 assert diffrp.equal_verbose(exec1, check_index=0, compare_size=0)
99 assert rp.equal_verbose(sym, check_index=0, compare_size=0)
105 assert rp.equal_verbose(rf, check_index=0, compare_size=0)
118 compare_size=0,
129 assert rp.equal_verbose(rf2, check_index=0, compare_size=0)
140 assert rp.equal_verbose(rf2, check_index=0, compare_size=0)
154 assert rp.equal_verbose(out_gz, check_index=0, compare_size=0)
/dports/sysutils/bareos18-client/bareos-Release-18.2.12/core/src/stored/backends/
H A Drados_device.cc58 int compare_size; member
113 if (bstrncasecmp(bp, device_options[i].name, device_options[i].compare_size)) { in d_open()
116 rados_conffile_ = bp + device_options[i].compare_size; in d_open()
121 rados_clientid_ = bp + device_options[i].compare_size; in d_open()
126 rados_clustername_ = bp + device_options[i].compare_size; in d_open()
130 rados_username_ = bp + device_options[i].compare_size; in d_open()
135 rados_poolname_ = bp + device_options[i].compare_size; in d_open()
144 size_to_uint64(bp + device_options[i].compare_size, &stripe_unit_); in d_open()
148 size_to_uint64(bp + device_options[i].compare_size, &object_size_); in d_open()
152 stripe_count_ = str_to_int64(bp + device_options[i].compare_size); in d_open()
H A Ddroplet_device.cc73 int compare_size; member
684 if (bstrncasecmp(bp, device_options[i].name, device_options[i].compare_size)) { in initialize()
692 profile = bp + device_options[i].compare_size; in initialize()
702 location_ = bp + device_options[i].compare_size; in initialize()
706 canned_acl_ = bp + device_options[i].compare_size; in initialize()
710 storage_class_ = bp + device_options[i].compare_size; in initialize()
714 bucketname_ = bp + device_options[i].compare_size; in initialize()
718 size_to_uint64(bp + device_options[i].compare_size, &value); in initialize()
723 size_to_uint64(bp + device_options[i].compare_size, &value); in initialize()
728 size_to_uint64(bp + device_options[i].compare_size, &value); in initialize()
[all …]
/dports/sysutils/bareos19-traymonitor/bareos-Release-19.2.11/core/src/stored/backends/
H A Drados_device.cc60 int compare_size; member
113 device_options[i].compare_size)) { in d_open()
116 rados_conffile_ = bp + device_options[i].compare_size; in d_open()
121 rados_clientid_ = bp + device_options[i].compare_size; in d_open()
126 rados_clustername_ = bp + device_options[i].compare_size; in d_open()
130 rados_username_ = bp + device_options[i].compare_size; in d_open()
135 rados_poolname_ = bp + device_options[i].compare_size; in d_open()
144 size_to_uint64(bp + device_options[i].compare_size, in d_open()
149 size_to_uint64(bp + device_options[i].compare_size, in d_open()
154 stripe_count_ = str_to_int64(bp + device_options[i].compare_size); in d_open()
H A Ddroplet_device.cc74 int compare_size; member
705 device_options[i].compare_size)) { in initialize()
713 profile = bp + device_options[i].compare_size; in initialize()
723 location_ = bp + device_options[i].compare_size; in initialize()
727 canned_acl_ = bp + device_options[i].compare_size; in initialize()
731 storage_class_ = bp + device_options[i].compare_size; in initialize()
735 bucketname_ = bp + device_options[i].compare_size; in initialize()
739 size_to_uint64(bp + device_options[i].compare_size, &value); in initialize()
744 size_to_uint64(bp + device_options[i].compare_size, &value); in initialize()
749 size_to_uint64(bp + device_options[i].compare_size, &value); in initialize()
[all …]
/dports/sysutils/bareos19-client/bareos-Release-19.2.11/core/src/stored/backends/
H A Drados_device.cc60 int compare_size; member
113 device_options[i].compare_size)) { in d_open()
116 rados_conffile_ = bp + device_options[i].compare_size; in d_open()
121 rados_clientid_ = bp + device_options[i].compare_size; in d_open()
126 rados_clustername_ = bp + device_options[i].compare_size; in d_open()
130 rados_username_ = bp + device_options[i].compare_size; in d_open()
135 rados_poolname_ = bp + device_options[i].compare_size; in d_open()
144 size_to_uint64(bp + device_options[i].compare_size, in d_open()
149 size_to_uint64(bp + device_options[i].compare_size, in d_open()
154 stripe_count_ = str_to_int64(bp + device_options[i].compare_size); in d_open()
H A Ddroplet_device.cc74 int compare_size; member
705 device_options[i].compare_size)) { in initialize()
713 profile = bp + device_options[i].compare_size; in initialize()
723 location_ = bp + device_options[i].compare_size; in initialize()
727 canned_acl_ = bp + device_options[i].compare_size; in initialize()
731 storage_class_ = bp + device_options[i].compare_size; in initialize()
735 bucketname_ = bp + device_options[i].compare_size; in initialize()
739 size_to_uint64(bp + device_options[i].compare_size, &value); in initialize()
744 size_to_uint64(bp + device_options[i].compare_size, &value); in initialize()
749 size_to_uint64(bp + device_options[i].compare_size, &value); in initialize()
[all …]
/dports/sysutils/bareos18-server/bareos-Release-18.2.12/core/src/stored/backends/
H A Drados_device.cc58 int compare_size; member
113 if (bstrncasecmp(bp, device_options[i].name, device_options[i].compare_size)) { in d_open()
116 rados_conffile_ = bp + device_options[i].compare_size; in d_open()
121 rados_clientid_ = bp + device_options[i].compare_size; in d_open()
126 rados_clustername_ = bp + device_options[i].compare_size; in d_open()
130 rados_username_ = bp + device_options[i].compare_size; in d_open()
135 rados_poolname_ = bp + device_options[i].compare_size; in d_open()
144 size_to_uint64(bp + device_options[i].compare_size, &stripe_unit_); in d_open()
148 size_to_uint64(bp + device_options[i].compare_size, &object_size_); in d_open()
152 stripe_count_ = str_to_int64(bp + device_options[i].compare_size); in d_open()
H A Ddroplet_device.cc73 int compare_size; member
684 if (bstrncasecmp(bp, device_options[i].name, device_options[i].compare_size)) { in initialize()
692 profile = bp + device_options[i].compare_size; in initialize()
702 location_ = bp + device_options[i].compare_size; in initialize()
706 canned_acl_ = bp + device_options[i].compare_size; in initialize()
710 storage_class_ = bp + device_options[i].compare_size; in initialize()
714 bucketname_ = bp + device_options[i].compare_size; in initialize()
718 size_to_uint64(bp + device_options[i].compare_size, &value); in initialize()
723 size_to_uint64(bp + device_options[i].compare_size, &value); in initialize()
728 size_to_uint64(bp + device_options[i].compare_size, &value); in initialize()
[all …]
/dports/sysutils/bareos18-traymonitor/bareos-Release-18.2.12/core/src/stored/backends/
H A Drados_device.cc58 int compare_size; member
113 if (bstrncasecmp(bp, device_options[i].name, device_options[i].compare_size)) { in d_open()
116 rados_conffile_ = bp + device_options[i].compare_size; in d_open()
121 rados_clientid_ = bp + device_options[i].compare_size; in d_open()
126 rados_clustername_ = bp + device_options[i].compare_size; in d_open()
130 rados_username_ = bp + device_options[i].compare_size; in d_open()
135 rados_poolname_ = bp + device_options[i].compare_size; in d_open()
144 size_to_uint64(bp + device_options[i].compare_size, &stripe_unit_); in d_open()
148 size_to_uint64(bp + device_options[i].compare_size, &object_size_); in d_open()
152 stripe_count_ = str_to_int64(bp + device_options[i].compare_size); in d_open()
H A Ddroplet_device.cc73 int compare_size; member
684 if (bstrncasecmp(bp, device_options[i].name, device_options[i].compare_size)) { in initialize()
692 profile = bp + device_options[i].compare_size; in initialize()
702 location_ = bp + device_options[i].compare_size; in initialize()
706 canned_acl_ = bp + device_options[i].compare_size; in initialize()
710 storage_class_ = bp + device_options[i].compare_size; in initialize()
714 bucketname_ = bp + device_options[i].compare_size; in initialize()
718 size_to_uint64(bp + device_options[i].compare_size, &value); in initialize()
723 size_to_uint64(bp + device_options[i].compare_size, &value); in initialize()
728 size_to_uint64(bp + device_options[i].compare_size, &value); in initialize()
[all …]
/dports/sysutils/bareos19-server/bareos-Release-19.2.11/core/src/stored/backends/
H A Drados_device.cc60 int compare_size; member
113 device_options[i].compare_size)) { in d_open()
116 rados_conffile_ = bp + device_options[i].compare_size; in d_open()
121 rados_clientid_ = bp + device_options[i].compare_size; in d_open()
126 rados_clustername_ = bp + device_options[i].compare_size; in d_open()
130 rados_username_ = bp + device_options[i].compare_size; in d_open()
135 rados_poolname_ = bp + device_options[i].compare_size; in d_open()
144 size_to_uint64(bp + device_options[i].compare_size, in d_open()
149 size_to_uint64(bp + device_options[i].compare_size, in d_open()
154 stripe_count_ = str_to_int64(bp + device_options[i].compare_size); in d_open()
H A Ddroplet_device.cc74 int compare_size; member
705 device_options[i].compare_size)) { in initialize()
713 profile = bp + device_options[i].compare_size; in initialize()
723 location_ = bp + device_options[i].compare_size; in initialize()
727 canned_acl_ = bp + device_options[i].compare_size; in initialize()
731 storage_class_ = bp + device_options[i].compare_size; in initialize()
735 bucketname_ = bp + device_options[i].compare_size; in initialize()
739 size_to_uint64(bp + device_options[i].compare_size, &value); in initialize()
744 size_to_uint64(bp + device_options[i].compare_size, &value); in initialize()
749 size_to_uint64(bp + device_options[i].compare_size, &value); in initialize()
[all …]
/dports/www/bareos18-webui/bareos-Release-18.2.12/core/src/stored/backends/
H A Drados_device.cc58 int compare_size; member
113 if (bstrncasecmp(bp, device_options[i].name, device_options[i].compare_size)) { in d_open()
116 rados_conffile_ = bp + device_options[i].compare_size; in d_open()
121 rados_clientid_ = bp + device_options[i].compare_size; in d_open()
126 rados_clustername_ = bp + device_options[i].compare_size; in d_open()
130 rados_username_ = bp + device_options[i].compare_size; in d_open()
135 rados_poolname_ = bp + device_options[i].compare_size; in d_open()
144 size_to_uint64(bp + device_options[i].compare_size, &stripe_unit_); in d_open()
148 size_to_uint64(bp + device_options[i].compare_size, &object_size_); in d_open()
152 stripe_count_ = str_to_int64(bp + device_options[i].compare_size); in d_open()
H A Ddroplet_device.cc73 int compare_size; member
684 if (bstrncasecmp(bp, device_options[i].name, device_options[i].compare_size)) { in initialize()
692 profile = bp + device_options[i].compare_size; in initialize()
702 location_ = bp + device_options[i].compare_size; in initialize()
706 canned_acl_ = bp + device_options[i].compare_size; in initialize()
710 storage_class_ = bp + device_options[i].compare_size; in initialize()
714 bucketname_ = bp + device_options[i].compare_size; in initialize()
718 size_to_uint64(bp + device_options[i].compare_size, &value); in initialize()
723 size_to_uint64(bp + device_options[i].compare_size, &value); in initialize()
728 size_to_uint64(bp + device_options[i].compare_size, &value); in initialize()
[all …]
/dports/www/bareos19-webui/bareos-Release-19.2.11/core/src/stored/backends/
H A Drados_device.cc60 int compare_size; member
113 device_options[i].compare_size)) { in d_open()
116 rados_conffile_ = bp + device_options[i].compare_size; in d_open()
121 rados_clientid_ = bp + device_options[i].compare_size; in d_open()
126 rados_clustername_ = bp + device_options[i].compare_size; in d_open()
130 rados_username_ = bp + device_options[i].compare_size; in d_open()
135 rados_poolname_ = bp + device_options[i].compare_size; in d_open()
144 size_to_uint64(bp + device_options[i].compare_size, in d_open()
149 size_to_uint64(bp + device_options[i].compare_size, in d_open()
154 stripe_count_ = str_to_int64(bp + device_options[i].compare_size); in d_open()
H A Ddroplet_device.cc74 int compare_size; member
705 device_options[i].compare_size)) { in initialize()
713 profile = bp + device_options[i].compare_size; in initialize()
723 location_ = bp + device_options[i].compare_size; in initialize()
727 canned_acl_ = bp + device_options[i].compare_size; in initialize()
731 storage_class_ = bp + device_options[i].compare_size; in initialize()
735 bucketname_ = bp + device_options[i].compare_size; in initialize()
739 size_to_uint64(bp + device_options[i].compare_size, &value); in initialize()
744 size_to_uint64(bp + device_options[i].compare_size, &value); in initialize()
749 size_to_uint64(bp + device_options[i].compare_size, &value); in initialize()
[all …]
/dports/sysutils/bareos-client/bareos-Release-20.0.3/core/src/stored/backends/
H A Drados_device.cc61 int compare_size; member
114 device_options[i].compare_size)) { in d_open()
117 rados_conffile_ = bp + device_options[i].compare_size; in d_open()
122 rados_clientid_ = bp + device_options[i].compare_size; in d_open()
127 rados_clustername_ = bp + device_options[i].compare_size; in d_open()
131 rados_username_ = bp + device_options[i].compare_size; in d_open()
136 rados_poolname_ = bp + device_options[i].compare_size; in d_open()
145 size_to_uint64(bp + device_options[i].compare_size, in d_open()
150 size_to_uint64(bp + device_options[i].compare_size, in d_open()
155 stripe_count_ = str_to_int64(bp + device_options[i].compare_size); in d_open()
H A Ddroplet_device.cc76 int compare_size; member
760 device_options[i].compare_size)) { in initialize()
768 profile = bp + device_options[i].compare_size; in initialize()
778 location_ = bp + device_options[i].compare_size; in initialize()
782 canned_acl_ = bp + device_options[i].compare_size; in initialize()
786 storage_class_ = bp + device_options[i].compare_size; in initialize()
790 bucketname_ = bp + device_options[i].compare_size; in initialize()
794 size_to_uint64(bp + device_options[i].compare_size, &value); in initialize()
799 size_to_uint64(bp + device_options[i].compare_size, &value); in initialize()
804 size_to_uint64(bp + device_options[i].compare_size, &value); in initialize()
[all …]
/dports/sysutils/bareos-traymonitor/bareos-Release-20.0.3/core/src/stored/backends/
H A Drados_device.cc61 int compare_size; member
114 device_options[i].compare_size)) { in d_open()
117 rados_conffile_ = bp + device_options[i].compare_size; in d_open()
122 rados_clientid_ = bp + device_options[i].compare_size; in d_open()
127 rados_clustername_ = bp + device_options[i].compare_size; in d_open()
131 rados_username_ = bp + device_options[i].compare_size; in d_open()
136 rados_poolname_ = bp + device_options[i].compare_size; in d_open()
145 size_to_uint64(bp + device_options[i].compare_size, in d_open()
150 size_to_uint64(bp + device_options[i].compare_size, in d_open()
155 stripe_count_ = str_to_int64(bp + device_options[i].compare_size); in d_open()
H A Ddroplet_device.cc76 int compare_size; member
760 device_options[i].compare_size)) { in initialize()
768 profile = bp + device_options[i].compare_size; in initialize()
778 location_ = bp + device_options[i].compare_size; in initialize()
782 canned_acl_ = bp + device_options[i].compare_size; in initialize()
786 storage_class_ = bp + device_options[i].compare_size; in initialize()
790 bucketname_ = bp + device_options[i].compare_size; in initialize()
794 size_to_uint64(bp + device_options[i].compare_size, &value); in initialize()
799 size_to_uint64(bp + device_options[i].compare_size, &value); in initialize()
804 size_to_uint64(bp + device_options[i].compare_size, &value); in initialize()
[all …]
/dports/sysutils/bareos-server/bareos-Release-20.0.3/core/src/stored/backends/
H A Drados_device.cc61 int compare_size; member
114 device_options[i].compare_size)) { in d_open()
117 rados_conffile_ = bp + device_options[i].compare_size; in d_open()
122 rados_clientid_ = bp + device_options[i].compare_size; in d_open()
127 rados_clustername_ = bp + device_options[i].compare_size; in d_open()
131 rados_username_ = bp + device_options[i].compare_size; in d_open()
136 rados_poolname_ = bp + device_options[i].compare_size; in d_open()
145 size_to_uint64(bp + device_options[i].compare_size, in d_open()
150 size_to_uint64(bp + device_options[i].compare_size, in d_open()
155 stripe_count_ = str_to_int64(bp + device_options[i].compare_size); in d_open()
H A Ddroplet_device.cc76 int compare_size; member
760 device_options[i].compare_size)) { in initialize()
768 profile = bp + device_options[i].compare_size; in initialize()
778 location_ = bp + device_options[i].compare_size; in initialize()
782 canned_acl_ = bp + device_options[i].compare_size; in initialize()
786 storage_class_ = bp + device_options[i].compare_size; in initialize()
790 bucketname_ = bp + device_options[i].compare_size; in initialize()
794 size_to_uint64(bp + device_options[i].compare_size, &value); in initialize()
799 size_to_uint64(bp + device_options[i].compare_size, &value); in initialize()
804 size_to_uint64(bp + device_options[i].compare_size, &value); in initialize()
[all …]
/dports/www/bareos-webui/bareos-Release-20.0.3/core/src/stored/backends/
H A Drados_device.cc61 int compare_size; member
114 device_options[i].compare_size)) { in d_open()
117 rados_conffile_ = bp + device_options[i].compare_size; in d_open()
122 rados_clientid_ = bp + device_options[i].compare_size; in d_open()
127 rados_clustername_ = bp + device_options[i].compare_size; in d_open()
131 rados_username_ = bp + device_options[i].compare_size; in d_open()
136 rados_poolname_ = bp + device_options[i].compare_size; in d_open()
145 size_to_uint64(bp + device_options[i].compare_size, in d_open()
150 size_to_uint64(bp + device_options[i].compare_size, in d_open()
155 stripe_count_ = str_to_int64(bp + device_options[i].compare_size); in d_open()
H A Ddroplet_device.cc76 int compare_size; member
760 device_options[i].compare_size)) { in initialize()
768 profile = bp + device_options[i].compare_size; in initialize()
778 location_ = bp + device_options[i].compare_size; in initialize()
782 canned_acl_ = bp + device_options[i].compare_size; in initialize()
786 storage_class_ = bp + device_options[i].compare_size; in initialize()
790 bucketname_ = bp + device_options[i].compare_size; in initialize()
794 size_to_uint64(bp + device_options[i].compare_size, &value); in initialize()
799 size_to_uint64(bp + device_options[i].compare_size, &value); in initialize()
804 size_to_uint64(bp + device_options[i].compare_size, &value); in initialize()
[all …]

12345678