Home
last modified time | relevance | path

Searched full:binds (Results 1 – 25 of 164) sorted by relevance

1234567

/freebsd/contrib/kyua/store/
H A Ddbtypes.cpp43 /// Binds a boolean value to a statement parameter.
55 /// Binds a time delta to a statement parameter.
68 /// Binds a string to a statement parameter.
70 /// If the string is not empty, this binds the string itself. Otherwise, it
71 /// binds a NULL value.
87 /// Binds a test result type to a statement parameter.
123 /// Binds a timestamp to a statement parameter.
/freebsd/contrib/bmake/unit-tests/
H A Dcond-op-not.mk16 # The ! binds more tightly than the &&.
21 # The operator '==' binds more tightly than '!'.
/freebsd/contrib/kyua/utils/sqlite/
H A Dstatement.cpp485 /// Binds a blob to a prepared statement.
501 /// Binds a double value to a prepared statement.
515 /// Binds an integer value to a prepared statement.
529 /// Binds a 64-bit integer value to a prepared statement.
543 /// Binds a NULL value to a prepared statement.
556 /// Binds a text string to a prepared statement.
H A Dstatement.ipp35 /// Binds a value to a parameter of a prepared statement.
/freebsd/crypto/openssl/test/quic-openssl-docker/hq-interop/
H A Dquic-hq-interop-server.c28 * The server binds to the specified port and serves files using the given
239 * @brief Creates and binds a UDP socket to the specified port.
241 * This function initializes a new UDP socket, binds it to the specified
254 * - Binds the socket to the port using the `bind` system call.
557 * This function initializes a QUIC listener, binds it to the provided UDP
703 * This function initializes the server, sets up a QUIC context, binds a UDP
724 * - Creates and binds a UDP socket to the specified port.
/freebsd/sys/net/
H A Dnetmap_legacy.h78 * 0 (default) binds all physical rings
79 * NETMAP_HW_RING | ring number binds a single ring pair
80 * NETMAP_SW_RING binds only the host tx/rx rings
/freebsd/sys/dev/firewire/
H A Dfwdev.c90 STAILQ_HEAD(, fw_bind) binds;
191 STAILQ_INIT(&d->binds); in fw_open()
213 for (fwb = STAILQ_FIRST(&d->binds); fwb != NULL; in fw_close()
214 fwb = STAILQ_FIRST(&d->binds)) { in fw_close()
216 STAILQ_REMOVE_HEAD(&d->binds, chlist); in fw_close()
727 STAILQ_REMOVE(&d->binds, fwb, fw_bind, chlist); in fw_ioctl()
752 STAILQ_INSERT_TAIL(&d->binds, fwb, chlist); in fw_ioctl()
/freebsd/crypto/openssl/doc/man3/
H A DSSL_set_default_stream_mode.pod39 client-initiated stream, and binds this as the default stream.
69 L<SSL_read(3)> to block if the connection is in blocking mode), and then binds
/freebsd/secure/lib/libcrypto/man/man3/
H A DSSL_set_default_stream_mode.398 client-initiated stream, and binds this as the default stream.
125 \&\fBSSL_read\fR\|(3) to block if the connection is in blocking mode), and then binds
/freebsd/contrib/processor-trace/libipt/internal/include/
H A Dpt_insn.h150 /* Check if the instruction @insn/@iext binds to a PIP packet.
157 /* Check if the instruction @insn/@iext binds to a VMCS packet.
/freebsd/contrib/libpcap/rpcapd/
H A Drpcapd.manadmin.in223 binds to all local IPv4 and IPv6 addresses.
230 binds to port 2002.
/freebsd/contrib/ofed/opensm/include/opensm/
H A Dosm_sa_mad_ctrl.h267 * Binds the SA MAD Controller object to a port guid.
297 * Un-Binds the SA MAD Controller object from the IB port
/freebsd/tools/tools/net80211/wesside/
H A DREADME19 * Binds to a tap interface to allow TX. RX works if a dictionary is being built
/freebsd/crypto/openssl/demos/http3/
H A DREADME.md9 - an adaptation layer which binds nghttp3 to OpenSSL's QUIC implementation
/freebsd/lib/libc/rpc/
H A Dgetnetpath.374 .Dq binds
/freebsd/tools/tools/net80211/w00t/
H A DREADME49 Sniff a packet on a WEP network and obtain a keystream. It binds
/freebsd/usr.sbin/btxld/
H A Dbtxld.846 utility binds the specified client executable together with a BTX
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/MachO/
H A DMachOLayoutBuilder.cpp274 uint64_t StartOfBindingInfo = updateOffset(O.Binds.Opcodes.size()); in layoutTail()
400 O.Binds.Opcodes.empty() ? 0 : StartOfBindingInfo; in layoutTail()
401 MLC.dyld_info_command_data.bind_size = O.Binds.Opcodes.size(); in layoutTail()
H A DMachOWriter.cpp64 assert((DyLdInfoCommand.bind_size == O.Binds.Opcodes.size()) && in totalSize()
336 assert((DyLdInfoCommand.bind_size == O.Binds.Opcodes.size()) && in writeBindInfo()
338 memcpy(Out, O.Binds.Opcodes.data(), O.Binds.Opcodes.size()); in writeBindInfo()
/freebsd/contrib/llvm-project/lldb/include/lldb/Expression/
H A DDynamicCheckerFunctions.h41 /// Install the utility functions into a process. This binds the instance
/freebsd/share/doc/psd/20.ipctut/
H A Dudgramread.c45 * This program creates a UNIX domain datagram socket, binds a name to it,
H A Ddgramread.c42 * This program creates a datagram socket, binds a name to it, then reads
H A Dustreamread.c36 * This program creates a socket in the UNIX domain and binds a name to it.
/freebsd/lib/libc/net/
H A Dsctp_bindx.345 call binds or unbinds a address or a list of addresses to an
/freebsd/sys/tools/syscalls/tools/
H A Dgenerator.lua101 -- generator binds to the parameter file.

1234567