Home
last modified time | relevance | path

Searched refs:value_lengths (Results 1 – 25 of 30) sorted by relevance

12

/dports/devel/libisofs/libisofs-1.5.4/libisofs/
H A Daaip-os-freebsd.c424 *value_lengths= NULL; in aaip_get_attr_list()
491 (*value_lengths)[i]= 0; in aaip_get_attr_list()
539 (*value_lengths)[*num_attrs]= a_acl_len; in aaip_get_attr_list()
569 if(*value_lengths != NULL) in aaip_get_attr_list()
570 free(*value_lengths); in aaip_get_attr_list()
571 *value_lengths= NULL; in aaip_get_attr_list()
629 *value_lengths= NULL; in aaip_get_attr_list()
646 (*value_lengths)[i]= 0; in aaip_get_attr_list()
691 if(*value_lengths != NULL) in aaip_get_attr_list()
692 free(*value_lengths); in aaip_get_attr_list()
[all …]
H A Daaip-os-linux.c257 *value_lengths= NULL; in aaip_get_attr_list()
310 (*value_lengths)= calloc(num_names, sizeof(size_t)); in aaip_get_attr_list()
312 if(*names == NULL || *value_lengths == NULL || *values == NULL) in aaip_get_attr_list()
318 (*value_lengths)[i]= 0; in aaip_get_attr_list()
365 (*value_lengths)[*num_attrs]= acl_len; in aaip_get_attr_list()
393 if(*value_lengths != NULL) in aaip_get_attr_list()
394 free(*value_lengths); in aaip_get_attr_list()
395 *value_lengths= NULL; in aaip_get_attr_list()
500 size_t *value_lengths, char **values, in aaip_set_attr_list() argument
577 if(value_ret > 0 && old_value_l == value_lengths[i]) { in aaip_set_attr_list()
[all …]
H A Dnode.c1631 value_lengths[w] = value_lengths[i]; in attrs_cleanout_name()
1634 value_lengths[i] = 0; in attrs_cleanout_name()
1660 *value_lengths = NULL; in iso_aa_get_attrs()
1790 *value_lengths = NULL; in iso_node_get_attrs()
2114 v_len = value_lengths[i]; in iso_attr_get_acl_text()
2233 v_len = value_lengths[i]; in iso_node_set_acl_text()
2302 value_lengths[j - 1] = value_lengths[j]; in iso_node_set_acl_text()
2917 static size_t value_lengths[1]; in iso_root_set_isofsca() local
2934 value_lengths[0] = wpt - buffer; in iso_root_set_isofsca()
2988 static size_t value_lengths[1]; in iso_root_set_isofsnt() local
[all …]
H A Daaip_0_2.h45 size_t *value_lengths, char **values,
218 size_t **value_lengths, char ***values, int flag);
444 char ***names, size_t **value_lengths, char ***values,
515 size_t *value_lengths, char **values,
H A Daaip-os-dummy.c75 size_t **value_lengths, char ***values, int flag) in aaip_get_attr_list() argument
79 *value_lengths= NULL; in aaip_get_attr_list()
107 size_t *value_lengths, char **values, int *errnos, in aaip_set_attr_list() argument
H A Dfs_local.c503 size_t num_attrs = 0, *value_lengths = NULL, result_len; in lfs_get_aa_string() local
523 &value_lengths, &values, in lfs_get_aa_string()
539 value_lengths, values, &result_len, &result, 0); in lfs_get_aa_string()
550 if (names != NULL || value_lengths != NULL || values != NULL) in lfs_get_aa_string()
551 aaip_get_attr_list(NULL, &num_attrs, &names, &value_lengths, &values, in lfs_get_aa_string()
864 size_t **value_lengths, char ***values, int flag) in iso_local_get_attrs() argument
869 num_attrs, names, value_lengths, values, in iso_local_get_attrs()
878 size_t *value_lengths, char **values, in iso_local_set_attrs_errno() argument
883 ret = aaip_set_attr_list(disk_path, num_attrs, names, value_lengths, in iso_local_set_attrs_errno()
904 size_t *value_lengths, char **values, int flag) in iso_local_set_attrs() argument
[all …]
H A Daaip_0_2.c101 size_t *value_lengths, char **values, in aaip_encode() argument
112 ret= aaip_encode_pair(names[i], value_lengths[i], values[i], in aaip_encode()
135 ret= aaip_encode_pair(names[i], value_lengths[i], values[i], in aaip_encode()
1972 char ***names, size_t **value_lengths, char ***values, in aaip_get_decoded_attrs() argument
1998 if(*value_lengths != NULL) in aaip_get_decoded_attrs()
1999 free(*value_lengths); in aaip_get_decoded_attrs()
2000 *value_lengths= NULL; in aaip_get_decoded_attrs()
2011 *value_lengths= aaip->list_value_lengths; in aaip_get_decoded_attrs()
H A Dlibisofs.h7525 char ***names, size_t **value_lengths, char ***values, int flag);
7593 size_t *value_lengths, char **values, int flag);
7740 size_t **value_lengths, char ***values, int flag);
7782 size_t *value_lengths, char **values,
7791 size_t *value_lengths, char **values, int flag);
H A Dnode.h414 char ***names, size_t **value_lengths, char ***values, int flag);
/dports/net/wireshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-hsms.c94 static wmem_map_t *value_lengths; variable
531 value_lengths = wmem_map_new(wmem_epan_scope(), g_direct_hash, g_direct_equal); in hsms_init()
539 wmem_map_insert(value_lengths, GINT_TO_POINTER(FORMAT_CODE_I8), GINT_TO_POINTER(8)); in hsms_init()
540 wmem_map_insert(value_lengths, GINT_TO_POINTER(FORMAT_CODE_I1), GINT_TO_POINTER(1)); in hsms_init()
541 wmem_map_insert(value_lengths, GINT_TO_POINTER(FORMAT_CODE_I2), GINT_TO_POINTER(2)); in hsms_init()
542 wmem_map_insert(value_lengths, GINT_TO_POINTER(FORMAT_CODE_I4), GINT_TO_POINTER(4)); in hsms_init()
543 wmem_map_insert(value_lengths, GINT_TO_POINTER(FORMAT_CODE_F8), GINT_TO_POINTER(8)); in hsms_init()
544 wmem_map_insert(value_lengths, GINT_TO_POINTER(FORMAT_CODE_F4), GINT_TO_POINTER(4)); in hsms_init()
545 wmem_map_insert(value_lengths, GINT_TO_POINTER(FORMAT_CODE_U8), GINT_TO_POINTER(8)); in hsms_init()
546 wmem_map_insert(value_lengths, GINT_TO_POINTER(FORMAT_CODE_U1), GINT_TO_POINTER(1)); in hsms_init()
[all …]
/dports/net/wireshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-hsms.c94 static wmem_map_t *value_lengths; variable
531 value_lengths = wmem_map_new(wmem_epan_scope(), g_direct_hash, g_direct_equal); in hsms_init()
539 wmem_map_insert(value_lengths, GINT_TO_POINTER(FORMAT_CODE_I8), GINT_TO_POINTER(8)); in hsms_init()
540 wmem_map_insert(value_lengths, GINT_TO_POINTER(FORMAT_CODE_I1), GINT_TO_POINTER(1)); in hsms_init()
541 wmem_map_insert(value_lengths, GINT_TO_POINTER(FORMAT_CODE_I2), GINT_TO_POINTER(2)); in hsms_init()
542 wmem_map_insert(value_lengths, GINT_TO_POINTER(FORMAT_CODE_I4), GINT_TO_POINTER(4)); in hsms_init()
543 wmem_map_insert(value_lengths, GINT_TO_POINTER(FORMAT_CODE_F8), GINT_TO_POINTER(8)); in hsms_init()
544 wmem_map_insert(value_lengths, GINT_TO_POINTER(FORMAT_CODE_F4), GINT_TO_POINTER(4)); in hsms_init()
545 wmem_map_insert(value_lengths, GINT_TO_POINTER(FORMAT_CODE_U8), GINT_TO_POINTER(8)); in hsms_init()
546 wmem_map_insert(value_lengths, GINT_TO_POINTER(FORMAT_CODE_U1), GINT_TO_POINTER(1)); in hsms_init()
[all …]
/dports/net/tshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-hsms.c94 static wmem_map_t *value_lengths; variable
531 value_lengths = wmem_map_new(wmem_epan_scope(), g_direct_hash, g_direct_equal); in hsms_init()
539 wmem_map_insert(value_lengths, GINT_TO_POINTER(FORMAT_CODE_I8), GINT_TO_POINTER(8)); in hsms_init()
540 wmem_map_insert(value_lengths, GINT_TO_POINTER(FORMAT_CODE_I1), GINT_TO_POINTER(1)); in hsms_init()
541 wmem_map_insert(value_lengths, GINT_TO_POINTER(FORMAT_CODE_I2), GINT_TO_POINTER(2)); in hsms_init()
542 wmem_map_insert(value_lengths, GINT_TO_POINTER(FORMAT_CODE_I4), GINT_TO_POINTER(4)); in hsms_init()
543 wmem_map_insert(value_lengths, GINT_TO_POINTER(FORMAT_CODE_F8), GINT_TO_POINTER(8)); in hsms_init()
544 wmem_map_insert(value_lengths, GINT_TO_POINTER(FORMAT_CODE_F4), GINT_TO_POINTER(4)); in hsms_init()
545 wmem_map_insert(value_lengths, GINT_TO_POINTER(FORMAT_CODE_U8), GINT_TO_POINTER(8)); in hsms_init()
546 wmem_map_insert(value_lengths, GINT_TO_POINTER(FORMAT_CODE_U1), GINT_TO_POINTER(1)); in hsms_init()
[all …]
/dports/net/tshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-hsms.c94 static wmem_map_t *value_lengths; variable
531 value_lengths = wmem_map_new(wmem_epan_scope(), g_direct_hash, g_direct_equal); in hsms_init()
539 wmem_map_insert(value_lengths, GINT_TO_POINTER(FORMAT_CODE_I8), GINT_TO_POINTER(8)); in hsms_init()
540 wmem_map_insert(value_lengths, GINT_TO_POINTER(FORMAT_CODE_I1), GINT_TO_POINTER(1)); in hsms_init()
541 wmem_map_insert(value_lengths, GINT_TO_POINTER(FORMAT_CODE_I2), GINT_TO_POINTER(2)); in hsms_init()
542 wmem_map_insert(value_lengths, GINT_TO_POINTER(FORMAT_CODE_I4), GINT_TO_POINTER(4)); in hsms_init()
543 wmem_map_insert(value_lengths, GINT_TO_POINTER(FORMAT_CODE_F8), GINT_TO_POINTER(8)); in hsms_init()
544 wmem_map_insert(value_lengths, GINT_TO_POINTER(FORMAT_CODE_F4), GINT_TO_POINTER(4)); in hsms_init()
545 wmem_map_insert(value_lengths, GINT_TO_POINTER(FORMAT_CODE_U8), GINT_TO_POINTER(8)); in hsms_init()
546 wmem_map_insert(value_lengths, GINT_TO_POINTER(FORMAT_CODE_U1), GINT_TO_POINTER(1)); in hsms_init()
[all …]
/dports/sysutils/xorriso/libisoburn-1.5.0/xorriso/
H A Diso_tree.c826 size_t num_attrs= 0, *value_lengths= NULL; in Xorriso_getfattr() local
993 size_t num_attrs= 0, *value_lengths= NULL; in Xorriso_list_extattr() local
1049 if((size_t) (upt - uval) < value_lengths[i]) { in Xorriso_list_extattr()
1242 (*value_lengths)[widx]= (*value_lengths)[i]; in Xorriso_get_attrs()
1245 (*value_lengths)[i]= 0; in Xorriso_get_attrs()
1265 size_t num_attrs= 0, *value_lengths= NULL, i; in Xorriso_get_attr_value() local
1271 &value_lengths, &values, 8); in Xorriso_get_attr_value()
1278 *value= calloc(value_lengths[i] + 1, 1); in Xorriso_get_attr_value()
1281 memcpy(*value, values[i], value_lengths[i]); in Xorriso_get_attr_value()
1282 (*value)[value_lengths[i]]= 0; in Xorriso_get_attr_value()
[all …]
H A Diso_manip.c53 size_t num_attrs= 0, *value_lengths= NULL; in Xorriso_transfer_properties() local
2137 size_t *value_lengths; in Xorriso_setfattr() local
2141 value_lengths= in_value_lengths; in Xorriso_setfattr()
2171 value_lengths[j]= in_value_lengths[j]; in Xorriso_setfattr()
2208 Xorriso_free_meM(value_lengths); in Xorriso_setfattr()
3808 size_t num_attr= 0, *value_lengths= NULL, v_len; in Xorriso_perform_attr_from_list() local
3823 value_lengths= calloc(num_attr, sizeof(size_t)); in Xorriso_perform_attr_from_list()
3824 if(value_lengths== NULL) { in Xorriso_perform_attr_from_list()
3863 value_lengths[num_attr]= v_len - eaten; in Xorriso_perform_attr_from_list()
3871 if(value_lengths != NULL) in Xorriso_perform_attr_from_list()
[all …]
H A Dxorrisoburn.h438 size_t **value_lengths, char ***values, int flag);
442 size_t *value_lengths, char **values, int flag);
H A Dread_run.c318 size_t num_attrs= 0, *value_lengths= NULL; in Xorriso_restore_properties() local
338 ret= iso_node_get_attrs(node, &num_attrs, &names, &value_lengths, &values, in Xorriso_restore_properties()
348 ret= iso_local_set_attrs_errno(disk_path, num_attrs, names, value_lengths, in Xorriso_restore_properties()
444 ret= iso_local_set_attrs_errno(disk_path, num_attrs, names, value_lengths, in Xorriso_restore_properties()
465 iso_node_get_attrs(node, &num_attrs, &names, &value_lengths, &values,1 << 15); in Xorriso_restore_properties()
/dports/games/freeciv/freeciv-2.6.6/client/
H A Dattribute.c153 int total_length, value_lengths[entries]; in serialize_hash() local
171 dio_get_uint32(&din, &value_lengths[i]); in serialize_hash()
173 total_length += value_lengths[i]; in serialize_hash()
196 dio_put_uint32(&dout, value_lengths[i]); in serialize_hash()
203 dio_put_memory(&dout, ADD_TO_POINTER(pvalue, 4), value_lengths[i]); in serialize_hash()
/dports/games/freeciv-nox11/freeciv-2.6.6/client/
H A Dattribute.c153 int total_length, value_lengths[entries]; in serialize_hash() local
171 dio_get_uint32(&din, &value_lengths[i]); in serialize_hash()
173 total_length += value_lengths[i]; in serialize_hash()
196 dio_put_uint32(&dout, value_lengths[i]); in serialize_hash()
203 dio_put_memory(&dout, ADD_TO_POINTER(pvalue, 4), value_lengths[i]); in serialize_hash()
/dports/devel/ccache-memcached/ccache-f7712082106bef085515f86ae47e7dbbd2a48b57/src/
H A Dmemccached.c179 int *value_lengths = x_malloc(sizeof(int) * numkeys); in memccached_big_get() local
189 value_lengths[i] = n; in memccached_big_get()
248 if (n != value_lengths[i]) { in memccached_big_get()
269 free(value_lengths); in memccached_big_get()
/dports/devel/ccache-memcached-static/ccache-f7712082106bef085515f86ae47e7dbbd2a48b57/src/
H A Dmemccached.c179 int *value_lengths = x_malloc(sizeof(int) * numkeys); in memccached_big_get() local
189 value_lengths[i] = n; in memccached_big_get()
248 if (n != value_lengths[i]) { in memccached_big_get()
269 free(value_lengths); in memccached_big_get()
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/cpp/src/arrow/array/
H A Dbuilder_binary.h170 std::vector<std::size_t> value_lengths(length);
175 value_lengths[i] = value_length;
191 value_lengths[i]);
208 value_lengths[i]);
217 value_lengths[i]);
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/cpp/src/arrow/array/
H A Dbuilder_binary.h189 std::vector<std::size_t> value_lengths(length);
194 value_lengths[i] = value_length;
210 value_lengths[i]);
227 value_lengths[i]);
236 value_lengths[i]);
/dports/databases/arrow/apache-arrow-6.0.1/cpp/src/arrow/array/
H A Dbuilder_binary.h222 std::vector<std::size_t> value_lengths(length);
227 value_lengths[i] = value_length;
243 value_lengths[i]);
260 value_lengths[i]);
269 value_lengths[i]);
/dports/www/nginx-full/nginx-upload-module-aa42509/
H A Dngx_http_upload_module.c116 ngx_array_t *value_lengths; member
1365 if (t->value_lengths == NULL) { in ngx_http_upload_process_field_templates()
1367 } else if (ngx_http_script_run(r, value, t->value_lengths->elts, 0, in ngx_http_upload_process_field_templates()
2671 h->value_lengths = NULL; in ngx_http_upload_set_form_field()
2705 sc.lengths = &h->value_lengths; in ngx_http_upload_set_form_field()

12