Home
last modified time | relevance | path

Searched refs:prop_len (Results 1 – 25 of 550) sorted by relevance

12345678910>>...22

/dports/games/retroarch/RetroArch-1.9.7/gfx/include/userland/helpers/dtoverlay/
H A Ddtoverlay.c408 int prop_len; in dtoverlay_set_node_name() local
547 int prop_len; in dtoverlay_merge_fragment() local
653 int prop_len; in dtoverlay_apply_fixups() local
724 int prop_len; in dtoverlay_apply_fixups_node() local
1078 int prop_len; in dtoverlay_merge_params() local
1140 int prop_len; in dtoverlay_override_one_target() local
1182 int prop_len; in dtoverlay_override_one_target() local
1217 &prop_len); in dtoverlay_override_one_target()
1231 if (prop_len > 0) in dtoverlay_override_one_target()
1572 int prop_len = 0; in dtoverlay_dup_property() local
[all …]
/dports/lang/php81/php-8.1.1/ext/standard/
H A Dhttp.c33 size_t arg_sep_len, newprefix_len, prop_len; in php_url_encode_hash_ex() local
65 prop_len = ZSTR_LEN(key); in php_url_encode_hash_ex()
74 zend_unmangle_property_name_ex(key, &tmp, &prop_name, &prop_len); in php_url_encode_hash_ex()
77 prop_len = ZSTR_LEN(key); in php_url_encode_hash_ex()
81 prop_len = 0; in php_url_encode_hash_ex()
89 ekey = php_raw_url_encode(prop_name, prop_len); in php_url_encode_hash_ex()
91 ekey = php_url_encode(prop_name, prop_len); in php_url_encode_hash_ex()
164 ekey = php_raw_url_encode(prop_name, prop_len); in php_url_encode_hash_ex()
166 ekey = php_url_encode(prop_name, prop_len); in php_url_encode_hash_ex()
/dports/www/mod_php81/php-8.1.1/ext/standard/
H A Dhttp.c33 size_t arg_sep_len, newprefix_len, prop_len; in php_url_encode_hash_ex() local
65 prop_len = ZSTR_LEN(key); in php_url_encode_hash_ex()
74 zend_unmangle_property_name_ex(key, &tmp, &prop_name, &prop_len); in php_url_encode_hash_ex()
77 prop_len = ZSTR_LEN(key); in php_url_encode_hash_ex()
81 prop_len = 0; in php_url_encode_hash_ex()
89 ekey = php_raw_url_encode(prop_name, prop_len); in php_url_encode_hash_ex()
91 ekey = php_url_encode(prop_name, prop_len); in php_url_encode_hash_ex()
164 ekey = php_raw_url_encode(prop_name, prop_len); in php_url_encode_hash_ex()
166 ekey = php_url_encode(prop_name, prop_len); in php_url_encode_hash_ex()
/dports/lang/php80/php-8.0.15/ext/standard/
H A Dhttp.c33 size_t arg_sep_len, newprefix_len, prop_len; in php_url_encode_hash_ex() local
65 prop_len = ZSTR_LEN(key); in php_url_encode_hash_ex()
74 zend_unmangle_property_name_ex(key, &tmp, &prop_name, &prop_len); in php_url_encode_hash_ex()
77 prop_len = ZSTR_LEN(key); in php_url_encode_hash_ex()
81 prop_len = 0; in php_url_encode_hash_ex()
89 ekey = php_raw_url_encode(prop_name, prop_len); in php_url_encode_hash_ex()
91 ekey = php_url_encode(prop_name, prop_len); in php_url_encode_hash_ex()
164 ekey = php_raw_url_encode(prop_name, prop_len); in php_url_encode_hash_ex()
166 ekey = php_url_encode(prop_name, prop_len); in php_url_encode_hash_ex()
/dports/www/mod_php80/php-8.0.15/ext/standard/
H A Dhttp.c33 size_t arg_sep_len, newprefix_len, prop_len; in php_url_encode_hash_ex() local
65 prop_len = ZSTR_LEN(key); in php_url_encode_hash_ex()
74 zend_unmangle_property_name_ex(key, &tmp, &prop_name, &prop_len); in php_url_encode_hash_ex()
77 prop_len = ZSTR_LEN(key); in php_url_encode_hash_ex()
81 prop_len = 0; in php_url_encode_hash_ex()
89 ekey = php_raw_url_encode(prop_name, prop_len); in php_url_encode_hash_ex()
91 ekey = php_url_encode(prop_name, prop_len); in php_url_encode_hash_ex()
164 ekey = php_raw_url_encode(prop_name, prop_len); in php_url_encode_hash_ex()
166 ekey = php_url_encode(prop_name, prop_len); in php_url_encode_hash_ex()
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/plugins/filter_kubernetes/
H A Dkube_property.c146 const char *prop, int prop_len, in flb_kube_prop_set() argument
160 size_t len = prop_len; in flb_kube_prop_set()
169 if (prop_cmp(FLB_KUBE_PROP_PARSER, FLB_KUBE_PROP_PARSER_LEN, prop, prop_len)) { in flb_kube_prop_set()
173 else if (prop_cmp(FLB_KUBE_PROP_EXCLUDE, FLB_KUBE_PROP_EXCLUDE_LEN, prop, prop_len)) { in flb_kube_prop_set()
180 prop_len, prop, meta->namespace, meta->podname); in flb_kube_prop_set()
184 len = prop_len - (cur - prop); in flb_kube_prop_set()
201 prop_len, prop, meta->namespace, meta->podname); in flb_kube_prop_set()
205 len = prop_len - (cur - prop); in flb_kube_prop_set()
215 prop_len, prop, meta->namespace, meta->podname); in flb_kube_prop_set()
227 prop_len, prop, meta->namespace, meta->podname); in flb_kube_prop_set()
/dports/lang/php74/php-7.4.27/ext/standard/
H A Dhttp.c35 size_t arg_sep_len, newprefix_len, prop_len; in php_url_encode_hash_ex() local
70 prop_len = ZSTR_LEN(key); in php_url_encode_hash_ex()
79 zend_unmangle_property_name_ex(key, &tmp, &prop_name, &prop_len); in php_url_encode_hash_ex()
82 prop_len = ZSTR_LEN(key); in php_url_encode_hash_ex()
86 prop_len = 0; in php_url_encode_hash_ex()
94 ekey = php_raw_url_encode(prop_name, prop_len); in php_url_encode_hash_ex()
96 ekey = php_url_encode(prop_name, prop_len); in php_url_encode_hash_ex()
173 ekey = php_raw_url_encode(prop_name, prop_len); in php_url_encode_hash_ex()
175 ekey = php_url_encode(prop_name, prop_len); in php_url_encode_hash_ex()
/dports/www/mod_php74/php-7.4.27/ext/standard/
H A Dhttp.c35 size_t arg_sep_len, newprefix_len, prop_len; in php_url_encode_hash_ex() local
70 prop_len = ZSTR_LEN(key); in php_url_encode_hash_ex()
79 zend_unmangle_property_name_ex(key, &tmp, &prop_name, &prop_len); in php_url_encode_hash_ex()
82 prop_len = ZSTR_LEN(key); in php_url_encode_hash_ex()
86 prop_len = 0; in php_url_encode_hash_ex()
94 ekey = php_raw_url_encode(prop_name, prop_len); in php_url_encode_hash_ex()
96 ekey = php_url_encode(prop_name, prop_len); in php_url_encode_hash_ex()
173 ekey = php_raw_url_encode(prop_name, prop_len); in php_url_encode_hash_ex()
175 ekey = php_url_encode(prop_name, prop_len); in php_url_encode_hash_ex()
/dports/lang/php73/php-7.3.33/ext/standard/
H A Dhttp.c35 size_t arg_sep_len, newprefix_len, prop_len; in php_url_encode_hash_ex() local
67 zend_unmangle_property_name_ex(key, &tmp, &prop_name, &prop_len); in php_url_encode_hash_ex()
70 prop_len = ZSTR_LEN(key); in php_url_encode_hash_ex()
74 prop_len = 0; in php_url_encode_hash_ex()
82 ekey = php_raw_url_encode(prop_name, prop_len); in php_url_encode_hash_ex()
84 ekey = php_url_encode(prop_name, prop_len); in php_url_encode_hash_ex()
157 ekey = php_raw_url_encode(prop_name, prop_len); in php_url_encode_hash_ex()
159 ekey = php_url_encode(prop_name, prop_len); in php_url_encode_hash_ex()
/dports/www/mod_php73/php-7.3.33/ext/standard/
H A Dhttp.c35 size_t arg_sep_len, newprefix_len, prop_len; in php_url_encode_hash_ex() local
67 zend_unmangle_property_name_ex(key, &tmp, &prop_name, &prop_len); in php_url_encode_hash_ex()
70 prop_len = ZSTR_LEN(key); in php_url_encode_hash_ex()
74 prop_len = 0; in php_url_encode_hash_ex()
82 ekey = php_raw_url_encode(prop_name, prop_len); in php_url_encode_hash_ex()
84 ekey = php_url_encode(prop_name, prop_len); in php_url_encode_hash_ex()
157 ekey = php_raw_url_encode(prop_name, prop_len); in php_url_encode_hash_ex()
159 ekey = php_url_encode(prop_name, prop_len); in php_url_encode_hash_ex()
/dports/java/java-subversion/subversion-1.14.1/tools/dev/
H A Dnormalize-dump.py86 prop_len = headers.get('Prop-content-length', 0)
87 fp.read(int(prop_len))
100 prop_len = headers.get('Prop-content-length', 0)
101 fp.read(int(text_len) + int(prop_len))
/dports/devel/py-subversion/subversion-1.14.1/tools/dev/
H A Dnormalize-dump.py86 prop_len = headers.get('Prop-content-length', 0)
87 fp.read(int(prop_len))
100 prop_len = headers.get('Prop-content-length', 0)
101 fp.read(int(text_len) + int(prop_len))
/dports/security/subversion-gnome-keyring/subversion-1.14.1/tools/dev/
H A Dnormalize-dump.py86 prop_len = headers.get('Prop-content-length', 0)
87 fp.read(int(prop_len))
100 prop_len = headers.get('Prop-content-length', 0)
101 fp.read(int(text_len) + int(prop_len))
/dports/devel/p5-subversion/subversion-1.14.1/tools/dev/
H A Dnormalize-dump.py86 prop_len = headers.get('Prop-content-length', 0)
87 fp.read(int(prop_len))
100 prop_len = headers.get('Prop-content-length', 0)
101 fp.read(int(text_len) + int(prop_len))
/dports/emulators/qemu42/qemu-4.2.1/hw/arm/
H A Dsysbus-fdt.c87 int i, prop_len; in copy_properties_from_host() local
94 &prop_len, in copy_properties_from_host()
98 props[i].name, r, prop_len); in copy_properties_from_host()
100 if (props[i].optional && prop_len == -FDT_ERR_NOTFOUND) { in copy_properties_from_host()
142 int ret, node_offset, prop_len, path_len = 16; in fdt_build_clock_node() local
162 r = qemu_fdt_getprop(host_fdt, node_path, "compatible", &prop_len, in fdt_build_clock_node()
300 int i, prop_len; in add_amd_xgbe_fdt_node() local
336 &prop_len, &error_fatal); in add_amd_xgbe_fdt_node()
337 if (prop_len != 8) { in add_amd_xgbe_fdt_node()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/hw/arm/
H A Dsysbus-fdt.c89 int i, prop_len; in copy_properties_from_host() local
96 &prop_len, in copy_properties_from_host()
100 props[i].name, r, prop_len); in copy_properties_from_host()
102 if (props[i].optional && prop_len == -FDT_ERR_NOTFOUND) { in copy_properties_from_host()
144 int ret, node_offset, prop_len, path_len = 16; in fdt_build_clock_node() local
164 r = qemu_fdt_getprop(host_fdt, node_path, "compatible", &prop_len, in fdt_build_clock_node()
302 int i, prop_len; in add_amd_xgbe_fdt_node() local
338 &prop_len, &error_fatal); in add_amd_xgbe_fdt_node()
339 if (prop_len != 8) { in add_amd_xgbe_fdt_node()
/dports/emulators/qemu-utils/qemu-4.2.1/hw/arm/
H A Dsysbus-fdt.c87 int i, prop_len; in copy_properties_from_host() local
94 &prop_len, in copy_properties_from_host()
98 props[i].name, r, prop_len); in copy_properties_from_host()
100 if (props[i].optional && prop_len == -FDT_ERR_NOTFOUND) { in copy_properties_from_host()
142 int ret, node_offset, prop_len, path_len = 16; in fdt_build_clock_node() local
162 r = qemu_fdt_getprop(host_fdt, node_path, "compatible", &prop_len, in fdt_build_clock_node()
300 int i, prop_len; in add_amd_xgbe_fdt_node() local
336 &prop_len, &error_fatal); in add_amd_xgbe_fdt_node()
337 if (prop_len != 8) { in add_amd_xgbe_fdt_node()
/dports/devel/android-tools-adb/platform_system_core-android-9.0.0_r3/reboot/
H A Dreboot.c26 size_t prop_len; in main() local
61 prop_len = snprintf(property_val, sizeof(property_val), "%s,%s", cmd, optarg); in main()
62 if (prop_len >= sizeof(property_val)) { in main()
/dports/devel/android-tools-fastboot/platform_system_core-platform-tools-29.0.5/reboot/
H A Dreboot.c26 size_t prop_len; in main() local
61 prop_len = snprintf(property_val, sizeof(property_val), "%s,%s", cmd, optarg); in main()
62 if (prop_len >= sizeof(property_val)) { in main()
/dports/emulators/qemu/qemu-6.2.0/hw/arm/
H A Dsysbus-fdt.c88 int i, prop_len; in copy_properties_from_host() local
95 &prop_len, in copy_properties_from_host()
99 props[i].name, r, prop_len); in copy_properties_from_host()
101 if (props[i].optional && prop_len == -FDT_ERR_NOTFOUND) { in copy_properties_from_host()
143 int ret, node_offset, prop_len, path_len = 16; in fdt_build_clock_node() local
163 r = qemu_fdt_getprop(host_fdt, node_path, "compatible", &prop_len, in fdt_build_clock_node()
301 int i, prop_len; in add_amd_xgbe_fdt_node() local
337 &prop_len, &error_fatal); in add_amd_xgbe_fdt_node()
338 if (prop_len != 8) { in add_amd_xgbe_fdt_node()
/dports/emulators/qemu60/qemu-6.0.0/hw/arm/
H A Dsysbus-fdt.c88 int i, prop_len; in copy_properties_from_host() local
95 &prop_len, in copy_properties_from_host()
99 props[i].name, r, prop_len); in copy_properties_from_host()
101 if (props[i].optional && prop_len == -FDT_ERR_NOTFOUND) { in copy_properties_from_host()
143 int ret, node_offset, prop_len, path_len = 16; in fdt_build_clock_node() local
163 r = qemu_fdt_getprop(host_fdt, node_path, "compatible", &prop_len, in fdt_build_clock_node()
301 int i, prop_len; in add_amd_xgbe_fdt_node() local
337 &prop_len, &error_fatal); in add_amd_xgbe_fdt_node()
338 if (prop_len != 8) { in add_amd_xgbe_fdt_node()
/dports/emulators/qemu5/qemu-5.2.0/hw/arm/
H A Dsysbus-fdt.c88 int i, prop_len; in copy_properties_from_host() local
95 &prop_len, in copy_properties_from_host()
99 props[i].name, r, prop_len); in copy_properties_from_host()
101 if (props[i].optional && prop_len == -FDT_ERR_NOTFOUND) { in copy_properties_from_host()
143 int ret, node_offset, prop_len, path_len = 16; in fdt_build_clock_node() local
163 r = qemu_fdt_getprop(host_fdt, node_path, "compatible", &prop_len, in fdt_build_clock_node()
301 int i, prop_len; in add_amd_xgbe_fdt_node() local
337 &prop_len, &error_fatal); in add_amd_xgbe_fdt_node()
338 if (prop_len != 8) { in add_amd_xgbe_fdt_node()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/hw/arm/
H A Dsysbus-fdt.c88 int i, prop_len; in copy_properties_from_host() local
95 &prop_len, in copy_properties_from_host()
99 props[i].name, r, prop_len); in copy_properties_from_host()
101 if (props[i].optional && prop_len == -FDT_ERR_NOTFOUND) { in copy_properties_from_host()
143 int ret, node_offset, prop_len, path_len = 16; in fdt_build_clock_node() local
163 r = qemu_fdt_getprop(host_fdt, node_path, "compatible", &prop_len, in fdt_build_clock_node()
301 int i, prop_len; in add_amd_xgbe_fdt_node() local
337 &prop_len, &error_fatal); in add_amd_xgbe_fdt_node()
338 if (prop_len != 8) { in add_amd_xgbe_fdt_node()
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/hw/arm/
H A Dsysbus-fdt.c88 int i, prop_len; in copy_properties_from_host() local
95 &prop_len, in copy_properties_from_host()
99 props[i].name, r, prop_len); in copy_properties_from_host()
101 if (props[i].optional && prop_len == -FDT_ERR_NOTFOUND) { in copy_properties_from_host()
143 int ret, node_offset, prop_len, path_len = 16; in fdt_build_clock_node() local
163 r = qemu_fdt_getprop(host_fdt, node_path, "compatible", &prop_len, in fdt_build_clock_node()
301 int i, prop_len; in add_amd_xgbe_fdt_node() local
337 &prop_len, &error_fatal); in add_amd_xgbe_fdt_node()
338 if (prop_len != 8) { in add_amd_xgbe_fdt_node()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/hw/arm/
H A Dsysbus-fdt.c88 int i, prop_len; in copy_properties_from_host() local
95 &prop_len, in copy_properties_from_host()
99 props[i].name, r, prop_len); in copy_properties_from_host()
101 if (props[i].optional && prop_len == -FDT_ERR_NOTFOUND) { in copy_properties_from_host()
143 int ret, node_offset, prop_len, path_len = 16; in fdt_build_clock_node() local
163 r = qemu_fdt_getprop(host_fdt, node_path, "compatible", &prop_len, in fdt_build_clock_node()
301 int i, prop_len; in add_amd_xgbe_fdt_node() local
337 &prop_len, &error_fatal); in add_amd_xgbe_fdt_node()
338 if (prop_len != 8) { in add_amd_xgbe_fdt_node()

12345678910>>...22