sent             1232 ext/ftp/ftp.c  	long		size, sent;
sent             1251 ext/ftp/ftp.c  			sent = SSL_write(ftp->ssl_handle, buf, size);
sent             1253 ext/ftp/ftp.c  			sent = SSL_write(ftp->data->ssl_handle, buf, size);
sent             1256 ext/ftp/ftp.c  			sent = send(s, buf, size, 0);
sent             1260 ext/ftp/ftp.c  		if (sent == -1) {
sent             1264 ext/ftp/ftp.c  		buf = (char*) buf + sent;
sent             1265 ext/ftp/ftp.c  		size -= sent;
sent              617 ext/mysqlnd/mysqlnd_wireprotocol.c 		size_t sent = conn->net->data->m.send_ex(conn->net, buffer, p - buffer - MYSQLND_HEADER_SIZE, conn->stats, conn->error_info TSRMLS_CC);
sent              618 ext/mysqlnd/mysqlnd_wireprotocol.c 		if (!sent) {
sent              621 ext/mysqlnd/mysqlnd_wireprotocol.c 		DBG_RETURN(sent);
sent              777 ext/mysqlnd/mysqlnd_wireprotocol.c 		size_t sent = conn->net->data->m.send_ex(conn->net, buffer, p - buffer - MYSQLND_HEADER_SIZE, conn->stats, conn->error_info TSRMLS_CC);
sent              781 ext/mysqlnd/mysqlnd_wireprotocol.c 		if (!sent) {
sent              784 ext/mysqlnd/mysqlnd_wireprotocol.c 		DBG_RETURN(sent);
sent              975 ext/mysqlnd/mysqlnd_wireprotocol.c 	size_t sent = 0;
sent              999 ext/mysqlnd/mysqlnd_wireprotocol.c 		sent = net->data->m.send_ex(net, buffer, 1, conn->stats, conn->error_info TSRMLS_CC);
sent             1014 ext/mysqlnd/mysqlnd_wireprotocol.c 		sent = net->data->m.send_ex(net, tmp, tmp_len - MYSQLND_HEADER_SIZE, conn->stats, conn->error_info TSRMLS_CC);
sent             1025 ext/mysqlnd/mysqlnd_wireprotocol.c 	if (!sent) {
sent             1028 ext/mysqlnd/mysqlnd_wireprotocol.c 	DBG_RETURN(sent);
sent             2139 ext/mysqlnd/mysqlnd_wireprotocol.c 	size_t sent;
sent             2144 ext/mysqlnd/mysqlnd_wireprotocol.c 	sent = conn->net->data->m.send_ex(conn->net, buffer, 1, conn->stats, conn->error_info TSRMLS_CC);
sent             2146 ext/mysqlnd/mysqlnd_wireprotocol.c 	DBG_RETURN(sent);
sent               64 ext/sockets/sendrecvmsg.c 	DWORD sent = 0;
sent               65 ext/sockets/sendrecvmsg.c 	return WSASendMsg((SOCKET)sockfd, (struct msghdr*)msg, (DWORD)flags, &sent, NULL, NULL) == 0
sent               66 ext/sockets/sendrecvmsg.c 		? (ssize_t)sent
sent               92 sapi/aolserver/aolserver.c 	uint sent = 0;
sent              101 sapi/aolserver/aolserver.c 		sent += n;
sent              105 sapi/aolserver/aolserver.c 	return sent;
sent               70 sapi/thttpd/thttpd.c 	uint sent = 0;
sent               84 sapi/thttpd/thttpd.c 				return sent + str_length;
sent               91 sapi/thttpd/thttpd.c 		sent += n;
sent               95 sapi/thttpd/thttpd.c 	return sent;