Lines Matching defs:from
35 * may be used to endorse or promote products derived from this software
87 #include "curlx.h" /* from the private lib dir */
196 static srvr_sockaddr_union_t from;
418 /* Update count associated with the buffer, get new buffer from the queue.
434 * Output a buffer to a file, converting from netascii if requested.
765 fromlen = sizeof(from);
769 fromlen = sizeof(from.sa4);
772 fromlen = sizeof(from.sa6);
775 &from.sa, &fromlen);
790 from.sa4.sin_family = AF_INET;
797 if(connect(peer, &from.sa, sizeof(from.sa4)) < 0) {
805 from.sa6.sin6_family = AF_INET6;
812 if(connect(peer, &from.sa, sizeof(from.sa6)) < 0) {
1373 * report from glibc with FORTIFY_SOURCE */