Searched defs:bufsize (Results 1 - 25 of 236) sorted by last modified time

12345678910

/freebsd-11-stable/testcode/
H A Dfake_event.c1035 outside_network_create(struct comm_base* base, size_t bufsize, argument
869 listen_create(struct comm_base* base, struct listen_port* ATTR_UNUSED(ports), size_t bufsize, int ATTR_UNUSED(tcp_accept_count), int ATTR_UNUSED(tcp_idle_timeout), int ATTR_UNUSED(harden_large_queries), uint32_t ATTR_UNUSED(http_max_streams), char* ATTR_UNUSED(http_endpoint), int ATTR_UNUSED(http_notls), struct tcl_list* ATTR_UNUSED(tcp_conn_limit), void* ATTR_UNUSED(sslctx), struct dt_env* ATTR_UNUSED(dtenv), comm_point_callback_type* cb, void *cb_arg) argument
[all...]
/freebsd-11-stable/contrib/unbound/util/
H A Dnetevent.c3305 comm_point_create_tcp_handler(struct comm_base *base, struct comm_point* parent, size_t bufsize, struct sldns_buffer* spoolbuf, comm_point_callback_type* callback, void* callback_arg) argument
3400 comm_point_create_http_handler(struct comm_base *base, struct comm_point* parent, size_t bufsize, int harden_large_queries, uint32_t http_max_streams, char* http_endpoint, comm_point_callback_type* callback, void* callback_arg) argument
3516 comm_point_create_tcp(struct comm_base *base, int fd, int num, int idle_timeout, int harden_large_queries, uint32_t http_max_streams, char* http_endpoint, struct tcl_list* tcp_conn_limit, size_t bufsize, struct sldns_buffer* spoolbuf, enum listen_type port_type, comm_point_callback_type* callback, void* callback_arg) argument
3614 comm_point_create_tcp_out(struct comm_base *base, size_t bufsize, comm_point_callback_type* callback, void* callback_arg) argument
3679 comm_point_create_http_out(struct comm_base *base, size_t bufsize, comm_point_callback_type* callback, void* callback_arg, sldns_buffer* temp) argument
3748 comm_point_create_local(struct comm_base *base, int fd, size_t bufsize, comm_point_callback_type* callback, void* callback_arg) argument
[all...]
/freebsd-11-stable/contrib/unbound/services/
H A Doutside_network.c1318 create_pending_tcp(struct outside_network* outnet, size_t bufsize) argument
1365 outside_network_create(struct comm_base *base, size_t bufsize, argument
H A Dlisten_dnsport.c1244 listen_create(struct comm_base* base, struct listen_port* ports, size_t bufsize, int tcp_accept_count, int tcp_idle_timeout, int harden_large_queries, uint32_t http_max_streams, char* http_endpoint, int http_notls, struct tcl_list* tcp_conn_limit, void* sslctx, struct dt_env* dtenv, comm_point_callback_type* cb, void *cb_arg) argument
/freebsd-11-stable/sbin/ipfw/
H A Dipfw2.c728 concat_tokens(char *buf, size_t bufsize, struct _s_x *table, char *delimiter) argument
H A Dtables.c775 table_print_valheader(char *buf, size_t bufsize, uint32_t vmask) argument
1783 table_show_value(char *buf, size_t bufsize, ipfw_table_value *v, argument
/freebsd-11-stable/sys/netinet/libalias/
H A Dalias_db.c2690 fill_rule(void *buf, int bufsize, int rulenum, argument
/freebsd-11-stable/contrib/ipfilter/ipsend/
H A Dsbpf.c52 static int bufsize = 0, timeout = 1; variable
/freebsd-11-stable/sys/dev/usb/
H A Dusbdi.h228 usb_frlength_t bufsize; /* total pipe buffer size in bytes */ member in struct:usb_config
H A Dusb_dev.c1961 usb_fifo_alloc_buffer(struct usb_fifo *f, usb_size_t bufsize, argument
/freebsd-11-stable/sys/compat/linuxkpi/common/src/
H A Dlinux_usb.c776 usb_setup_endpoint(struct usb_device *dev, struct usb_host_endpoint *uhe, usb_size_t bufsize) argument
/freebsd-11-stable/sbin/ifconfig/
H A Difieee80211.c3065 copy_essid(char buf[], size_t bufsize, const u_int8_t *essid, size_t essid_len) argument
/freebsd-11-stable/sys/netinet/
H A Dtcp_input.c3778 u_long bufsize; local
[all...]
/freebsd-11-stable/sys/kern/
H A Dvfs_bio.c539 bufspace_adjust(struct buf *bp, int bufsize) argument
744 bufmallocadjust(struct buf *bp, int bufsize) argument
/freebsd-11-stable/lib/libc/stdlib/
H A Dstrfmon.c530 size_t bufsize; local
/freebsd-11-stable/sbin/rcorder/
H A Drcorder.c715 size_t bufsize; local
[all...]
/freebsd-11-stable/sbin/init/
H A Dinit.c645 size_t bufsize; local
693 create_file(const char *path, const void *buf, size_t bufsize) argument
755 size_t bufsize; local
[all...]
/freebsd-11-stable/contrib/elftoolchain/libdwarf/
H A Dlibdwarf_elf_init.c53 _dwarf_elf_apply_rel_reloc(Dwarf_Debug dbg, void *buf, uint64_t bufsize, argument
96 _dwarf_elf_apply_rela_reloc(Dwarf_Debug dbg, void *buf, uint64_t bufsize, argument
/freebsd-11-stable/contrib/sendmail/src/
H A Dreadcf.c159 int bufsize; local
H A Dqueue.c3978 int bufsize; local
8704 int bufsize; local
H A Dparseaddr.c3116 size_t bufsize; local
3349 size_t bufsize; local
[all...]
H A Dconf.c5465 size_t bufsize; local
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_ioctl.c5232 int bufsize = zc->zc_nvlist_dst_size; local
/freebsd-11-stable/contrib/file/src/
H A Dreadelf.c356 ssize_t bufsize; local
1626 ssize_t bufsize; local
[all...]
/freebsd-11-stable/lib/libdevdctl/
H A Devent.cc431 const size_t bufsize = 32; // Long enough for a 64-bit int local

Completed in 357 milliseconds

12345678910