Searched defs:len (Results 151 - 175 of 5388) sorted by last modified time

1234567891011>>

/freebsd-11-stable/contrib/libarchive/libarchive/test/
H A Dtest_archive_string_conversion.c788 size_t len = 0; local
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_write_set_format_zip.c238 real_crc32(unsigned long crc, const void *buff, size_t len) argument
244 fake_crc32(unsigned long crc, const void *buff, size_t len) argument
611 size_t len; local
1429 size_t len; local
[all...]
H A Darchive_write_set_format_xar.c164 size_t len; member in struct:chksumval
1162 size_t len; local
2051 cleanup_backslash(char *utf8, size_t len) argument
2075 size_t len; local
[all...]
H A Darchive_write_set_format_mtree.c1550 uint64_t len; local
1715 size_t len; local
[all...]
H A Darchive_write_set_format_iso9660.c3783 size_t len; local
4220 int len; local
4257 size_t len; local
4717 size_t len; local
[all...]
H A Darchive_write_set_format_cpio_newc.c191 size_t len; local
227 size_t len; local
H A Darchive_string.c444 archive_wstring_append_from_mbs(struct archive_wstring *dest, const char *p, size_t len) argument
588 archive_wstring_append_from_mbs(struct archive_wstring *dest, const char *p, size_t len) argument
670 archive_string_append_from_wcs(struct archive_string *as, const wchar_t *w, size_t len) argument
677 archive_string_append_from_wcs_in_codepage(struct archive_string *as, const wchar_t *ws, size_t len, struct archive_string_conv *sc) argument
775 archive_string_append_from_wcs(struct archive_string *as, const wchar_t *w, size_t len) argument
849 archive_string_append_from_wcs(struct archive_string *as, const wchar_t *w, size_t len) argument
1594 size_t len; local
2642 strncat_from_utf8_to_utf8(struct archive_string *as, const void *_p, size_t len, struct archive_string_conv *sc) argument
2716 archive_string_append_unicode(struct archive_string *as, const void *_p, size_t len, struct archive_string_conv *sc) argument
2931 archive_string_normalize_C(struct archive_string *as, const void *_p, size_t len, struct archive_string_conv *sc) argument
3238 archive_string_normalize_D(struct archive_string *as, const void *_p, size_t len, struct archive_string_conv *sc) argument
3419 strncat_from_utf8_libarchive2(struct archive_string *as, const void *_p, size_t len, struct archive_string_conv *sc) argument
4057 archive_mstring_copy_mbs_len(struct archive_mstring *aes, const char *mbs, size_t len) argument
4093 archive_mstring_copy_wcs_len(struct archive_mstring *aes, const wchar_t *wcs, size_t len) argument
4108 archive_mstring_copy_mbs_len_l(struct archive_mstring *aes, const char *mbs, size_t len, struct archive_string_conv *sc) argument
[all...]
H A Darchive_read_support_format_warc.c98 size_t len; member in struct:__anon13
103 size_t len; member in struct:__anon14
746 long int len; local
[all...]
H A Darchive_read_disk_entry_from_file.c765 size_t len = 255 & (int)*p; local
H A Darchive_entry.c463 _archive_entry_gname_l(struct archive_entry *entry, const char **p, size_t *len, struct archive_string_conv *sc) argument
512 _archive_entry_hardlink_l(struct archive_entry *entry, const char **p, size_t *len, struct archive_string_conv *sc) argument
608 _archive_entry_pathname_l(struct archive_entry *entry, const char **p, size_t *len, struct archive_string_conv *sc) argument
731 _archive_entry_symlink_l(struct archive_entry *entry, const char **p, size_t *len, struct archive_string_conv *sc) argument
782 _archive_entry_uname_l(struct archive_entry *entry, const char **p, size_t *len, struct archive_string_conv *sc) argument
888 _archive_entry_copy_gname_l(struct archive_entry *entry, const char *name, size_t len, struct archive_string_conv *sc) argument
966 _archive_entry_copy_hardlink_l(struct archive_entry *entry, const char *target, size_t len, struct archive_string_conv *sc) argument
1115 _archive_entry_copy_link_l(struct archive_entry *entry, const char *target, size_t len, struct archive_string_conv *sc) argument
1196 _archive_entry_copy_pathname_l(struct archive_entry *entry, const char *name, size_t len, struct archive_string_conv *sc) argument
1324 _archive_entry_copy_symlink_l(struct archive_entry *entry, const char *linkname, size_t len, struct archive_string_conv *sc) argument
1401 _archive_entry_copy_uname_l(struct archive_entry *entry, const char *name, size_t len, struct archive_string_conv *sc) argument
1580 archive_entry_acl_to_text_w(struct archive_entry *entry, la_ssize_t *len, int flags) argument
1588 archive_entry_acl_to_text(struct archive_entry *entry, la_ssize_t *len, int flags) argument
1595 _archive_entry_acl_to_text_l(struct archive_entry *entry, ssize_t *len, int flags, struct archive_string_conv *sc) argument
1672 _archive_entry_acl_text_l(struct archive_entry *entry, int flags, const char **acl_text, size_t *len, struct archive_string_conv *sc) argument
[all...]
H A Darchive_acl.c540 size_t len; local
189 archive_acl_add_entry_w_len(struct archive_acl *acl, int type, int permset, int tag, int id, const wchar_t *name, size_t len) argument
209 archive_acl_add_entry_len_l(struct archive_acl *acl, int type, int permset, int tag, int id, const char *name, size_t len, struct archive_string_conv *sc) argument
669 size_t len; local
902 size_t len; local
1149 size_t len; local
1632 size_t len; local
[all...]
/freebsd-11-stable/lib/libmt/
H A Dmtlib.c216 mt_char_handler(void *user_data, const XML_Char *str, int len) argument
/freebsd-11-stable/contrib/unbound/validator/
H A Dval_secalgo.c114 secalgo_nsec3_hash(int algo, unsigned char* buf, size_t len, argument
133 secalgo_hash_sha256(unsigned char* buf, size_t len, unsigned char* res) argument
184 do_gost94(unsigned char* data, size_t len, unsigned char* dest) argument
194 secalgo_ds_digest(int algo, unsigned char* buf, size_t len, argument
310 setup_dsa_sig(unsigned char** sig, unsigned int* len) argument
361 setup_ecdsa_sig(unsigned char** sig, unsigned int* len) argument
808 secalgo_nsec3_hash(int algo, unsigned char* buf, size_t len, unsigned char* res) argument
821 secalgo_hash_sha256(unsigned char* buf, size_t len, unsigned char* res) argument
851 secalgo_ds_digest(int algo, unsigned char* buf, size_t len, unsigned char* res) argument
939 nss_buf2ecdsa(unsigned char* key, size_t len, int algo) argument
994 nss_buf2dsa(unsigned char* key, size_t len) argument
1056 nss_buf2rsa(unsigned char* key, size_t len) argument
1380 _digest_nettle(int algo, uint8_t* buf, size_t len, unsigned char* res) argument
1436 secalgo_nsec3_hash(int algo, unsigned char* buf, size_t len, unsigned char* res) argument
1449 secalgo_hash_sha256(unsigned char* buf, size_t len, unsigned char* res) argument
1487 secalgo_ds_digest(int algo, unsigned char* buf, size_t len, unsigned char* res) argument
[all...]
/freebsd-11-stable/contrib/unbound/libunbound/
H A Dlibunbound.c259 uint32_t len; local
534 process_answer_detail(struct ub_ctx* ctx, uint8_t* msg, uint32_t len, argument
599 process_answer(struct ub_ctx* ctx, uint8_t* msg, uint32_t len) argument
622 uint32_t len; local
650 uint32_t len; local
787 uint32_t len = 0; local
849 uint32_t len = 0; local
[all...]
H A Dcontext.c225 context_serialize_new_query(struct ctx_query* q, uint32_t* len) argument
248 context_deserialize_new_query(struct ub_ctx* ctx, uint8_t* p, uint32_t len) argument
281 context_lookup_new_query(struct ub_ctx* ctx, uint8_t* p, uint32_t len) argument
299 context_serialize_answer(struct ctx_query* q, int err, sldns_buffer* pkt, uint32_t* len) argument
335 context_deserialize_answer(struct ub_ctx* ctx, uint8_t* p, uint32_t len, int* err) argument
378 context_serialize_cancel(struct ctx_query* q, uint32_t* len) argument
391 context_deserialize_cancel(struct ub_ctx* ctx, uint8_t* p, uint32_t len) argument
404 context_serialize_quit(uint32_t* len) argument
414 context_serial_getcmd(uint8_t* p, uint32_t len) argument
[all...]
/freebsd-11-stable/contrib/unbound/dnstap/
H A Ddtstream.c223 dt_msg_queue_submit(struct dt_msg_queue* mq, void* buf, size_t len) argument
484 dt_msg_queue_pop(struct dt_msg_queue* mq, void** buf, size_t* len) argument
510 size_t len=0; local
704 socklen_t len = (socklen_t)sizeof(error); local
753 dtio_write_ssl(struct dt_io_thread* dtio, uint8_t* buf, size_t len) argument
796 dtio_write_buf(struct dt_io_thread* dtio, uint8_t* buf, size_t len) argument
950 receive_bytes(struct dt_io_thread* dtio, void* buf, size_t len) argument
994 ssl_read_bytes(struct dt_io_thread* dtio, void* buf, size_t len) argument
1166 uint32_t len = sldns_read_uint32(dtio->read_frame.buf + local
[all...]
/freebsd-11-stable/sys/net/
H A Dif.h533 uint8_t len; /* read length */ member in struct:ifi2creq
/freebsd-11-stable/crypto/openssl/crypto/asn1/
H A Dtasn_enc.c106 int len; local
508 int len; local
574 int len; local
[all...]
H A Dtasn_dec.c145 ASN1_item_d2i(ASN1_VALUE **pval, const unsigned char **in, long len, const ASN1_ITEM *it) argument
159 ASN1_template_d2i(ASN1_VALUE **pval, const unsigned char **in, long len, const ASN1_TEMPLATE *tt) argument
172 asn1_item_ex_d2i(ASN1_VALUE **pval, const unsigned char **in, long len, const ASN1_ITEM *it, int tag, int aclass, char opt, ASN1_TLC *ctx, int depth) argument
549 ASN1_item_ex_d2i(ASN1_VALUE **pval, const unsigned char **in, long len, const ASN1_ITEM *it, int tag, int aclass, char opt, ASN1_TLC *ctx) argument
568 long len; local
633 asn1_template_noexp_d2i(ASN1_VALUE **val, const unsigned char **in, long len, const ASN1_TEMPLATE *tt, char opt, ASN1_TLC *ctx, int depth) argument
764 long len; local
887 asn1_ex_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len, int utype, char *free_cont, const ASN1_ITEM *it) argument
1031 asn1_find_end(const unsigned char **in, long len, char inf) argument
1093 asn1_collect(BUF_MEM *buf, const unsigned char **in, long len, char inf, int tag, int aclass, int depth) argument
1152 int len; local
1167 asn1_check_eoc(const unsigned char **in, long len) argument
1187 asn1_check_tlen(long *olen, int *otag, unsigned char *oclass, char *inf, char *cst, const unsigned char **in, long len, int exptag, int expclass, char opt, ASN1_TLC *ctx) argument
[all...]
H A Dasn1.h259 long len; /* Length of encoding */ member in struct:ASN1_ENCODING_st
1065 unsigned char **buf, int *len); variable
[all...]
/freebsd-11-stable/sbin/ifconfig/
H A Difieee80211.c560 int len; local
581 int len; local
595 int len; local
877 int len; local
901 int i, len; local
2837 u_int8_t len = ie[1]; local
2978 u_int8_t len = ie[1]; local
3313 int len, ssidmax, idlen; local
3463 int len; local
4039 int i, nacls, policy, len; local
4373 getid(int s, int ix, void *data, size_t len, int *plen, int mesh) argument
4394 int i, num, wpa, wme, bgscan, bgscaninterval, val, len, wepmode; local
5061 get80211(int s, int type, void *data, int len) argument
5068 get80211len(int s, int type, void *data, int len, int *plen) argument
5082 set80211(int s, int type, int val, int len, void *data) argument
5094 int len; local
5148 print_string(const u_int8_t *buf, int len) argument
[all...]
H A Difconfig.c683 int len; local
/freebsd-11-stable/contrib/elftoolchain/elfcopy/
H A Darchive.c240 int elferr, tabndx, len, i; local
/freebsd-11-stable/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_qp.c1404 size_t len = MLX5_FLD_SZ_BYTES(tirc, rx_hash_toeplitz_key); local
3307 int len; local
[all...]
H A Dmlx5_ib_mr.c530 static int get_octo_len(u64 addr, u64 len, int page_size) argument
1140 u64 len = (flags & IB_MR_REREG_TRANS) ? length : mr->umem->length; local
601 prep_umr_reg_wqe(struct ib_pd *pd, struct ib_send_wr *wr, struct ib_sge *sg, u64 dma, int n, u32 key, int page_shift, u64 virt_addr, u64 len, int access_flags) argument
669 reg_umr(struct ib_pd *pd, struct ib_umem *umem, u64 virt_addr, u64 len, int npages, int page_shift, int order, int access_flags) argument
[all...]

Completed in 432 milliseconds

1234567891011>>