Searched refs:written (Results 1 - 25 of 199) sorted by last modified time

12345678

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/libatalk/dsi/
H A Ddsi_stream.c265 size_t written; local
270 written = 0;
277 while (written < length) {
278 len = send(dsi->socket, (u_int8_t *) data + written, length - written, flags);
280 written += len;
290 if (mode == DSI_NOWAIT && written == 0) {
292 written = -1;
298 written = -1;
306 written
325 size_t written; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/docs/examples/
H A Dexternalsocket.c51 int written = fwrite(ptr, size, nmemb, (FILE *)stream); local
52 return written;
H A Dftp-wildcard.c140 size_t written = 0; local
142 written = fwrite(buff, size, nmemb, data->output);
145 written = fwrite(buff, size, nmemb, stdout);
146 return written;
H A Dsepheaders.c30 int written = fwrite(ptr, size, nmemb, (FILE *)stream); local
31 return written;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/lib/
H A Dcurl_ntlm_wb.c142 strings pre-written in test case definitions */
238 ssize_t written = swrite(conn->ntlm_auth_hlpr_socket, input, len_in); local
239 if(written == -1) {
246 input += written;
247 len_in -= written;
H A Dpingpong.c502 ssize_t written; local
507 pp->sendleft, pp->sendleft, &written);
511 if(written != (ssize_t)pp->sendleft) {
513 pp->sendleft -= written;
H A Dsecurity.c30 * without specific prior written permission.
179 written. */
186 ssize_t written; local
189 code = Curl_write_plain(conn, fd, to_p, len, &written);
191 len -= written;
192 to_p += written;
H A Dsendf.c217 /* if not all was written at once, we must advance the pointer, decrease
236 * (*written == 0). Otherwise we return regular CURLcode value.
242 ssize_t *written)
250 *written = bytes_written;
258 *written = 0;
315 ssize_t *written)
323 *written = bytes_written;
238 Curl_write(struct connectdata *conn, curl_socket_t sockfd, const void *mem, size_t len, ssize_t *written) argument
311 Curl_write_plain(struct connectdata *conn, curl_socket_t sockfd, const void *mem, size_t len, ssize_t *written) argument
H A Dsendf.h76 ssize_t *written);
82 ssize_t *written);
H A Dsocks.c210 ssize_t written; local
232 &written);
233 if((code != CURLE_OK) || (written != packetsize + hostnamelen)) {
241 &written);
242 if((code != CURLE_OK) || (written != hostnamelen)) {
365 ssize_t written; local
425 &written);
426 if((code != CURLE_OK) || (written != (2 + (int)socksreq[1]))) {
505 code = Curl_write_plain(conn, sock, (char *)socksreq, len, &written);
506 if((code != CURLE_OK) || (len != written)) {
[all...]
H A Dsocks_gssapi.c119 ssize_t written; local
206 code = Curl_write_plain(conn, sock, (char *)socksreq, 4, &written);
207 if((code != CURLE_OK) || (4 != written)) {
217 gss_send_token.length, &written);
219 if((code != CURLE_OK) || ((ssize_t)gss_send_token.length != written)) {
412 code = Curl_write_plain(conn, sock, (char *)socksreq, 4, &written);
413 if((code != CURLE_OK) || (4 != written)) {
422 code = Curl_write_plain(conn, sock, socksreq, 1, &written);
423 if((code != CURLE_OK) || ( 1 != written)) {
431 gss_w_token.length, &written);
[all...]
H A Dsocks_sspi.c161 ssize_t written; local
291 code = Curl_write_plain(conn, sock, (char *)socksreq, 4, &written);
292 if((code != CURLE_OK) || (4 != written)) {
304 sspi_send_token.cbBuffer, &written);
305 if((code != CURLE_OK) || (sspi_send_token.cbBuffer != (size_t)written)) {
553 code = Curl_write_plain(conn, sock, (char *)socksreq, 4, &written);
554 if((code != CURLE_OK) || (4 != written)) {
563 code = Curl_write_plain(conn, sock, (char *)socksreq, 1, &written);
564 if((code != CURLE_OK) || (1 != written)) {
572 sspi_send_token.cbBuffer, &written);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/src/macos/src/
H A Dcurl_GUSIConfig.cpp62 /**************** BEGIN GUSI CONFIGURATION **************************** * * GUSI Configuration section generated by GUSI Configurator * last modified: Mon Oct 29 15:41:51 2001 * * This section will be overwritten by the next run of Configurator. */ #define GUSI_SOURCE #include <GUSIConfig.h> #include <sys/cdefs.h> /* Declarations of Socket Factories */ __BEGIN_DECLS void GUSIwithInetSockets(); void GUSIwithLocalSockets(); void GUSIwithMTInetSockets(); void GUSIwithMTTcpSockets(); void GUSIwithMTUdpSockets(); void GUSIwithOTInetSockets(); void GUSIwithOTTcpSockets(); void GUSIwithOTUdpSockets(); void GUSIwithPPCSockets(); void GUSISetupFactories(); __END_DECLS /* Configure Socket Factories */ void GUSISetupFactories() { #ifdef GUSISetupFactories_BeginHook GUSISetupFactories_BeginHook #endif GUSIwithInetSockets(); #ifdef GUSISetupFactories_EndHook GUSISetupFactories_EndHook #endif } /* Declarations of File Devices */ __BEGIN_DECLS void GUSIwithNullSockets(); void GUSISetupDevices(); __END_DECLS /* Configure File Devices */ void GUSISetupDevices() { #ifdef GUSISetupDevices_BeginHook GUSISetupDevices_BeginHook #endif GUSIwithNullSockets(); #ifdef GUSISetupDevices_EndHook GUSISetupDevices_EndHook #endif } #ifndef __cplusplus #error GUSISetupConfig() needs to be written in C++ #endif GUSIConfiguration::FileSuffix sSuffices[] = { "", '????', '????' }; extern "C" vo (…)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/tests/server/
H A Drtspd.c710 size_t written; local
731 written = fwrite(&reqbuf[totalsize-writeleft],
735 if(written > 0)
736 writeleft -= written;
872 ssize_t written; local
900 written = swrite(sock, STREAMTHIS, count);
903 if(written != (ssize_t)count) {
1055 written = swrite(sock, buffer, num);
1056 if (written < 0) {
1061 logmsg("Sent off %zd bytes", written);
[all...]
H A Dsws.c707 size_t written; local
728 written = fwrite(&reqbuf[totalsize-writeleft],
732 if(written > 0)
733 writeleft -= written;
868 ssize_t written; local
896 written = swrite(sock, STREAMTHIS, count);
899 if(written != (ssize_t)count) {
1050 written = swrite(sock, buffer, num);
1051 if (written < 0) {
1056 logmsg("Sent off %zd bytes", written);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/passdb/
H A Dpdb_xml.c256 char written; member in struct:pdb_xml
569 data->written = 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/dnsmasq-2.15/contrib/dnslist/
H A Ddnslist.pl393 your rights to work written entirely by you; rather, the intent is to
410 b) Accompany it with a written offer, valid for at least three
503 the limitation as if written in the body of this License.
599 `Gnomovision' (which makes passes at compilers) written by James Hacker.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/doc/
H A Dip-cref.tex122 Again, the names of all objects may be written in full or
H A Dip-tunnels.tex32 A: You are right, it does not work. The command written above is split to two commands.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/fips/
H A Dfips-lib.com14 $! It was re-written so it would try to determine what "C" compiler to use
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/ssl/
H A Dssl-lib.com14 $! It is written to detect what type of machine you are compiling on
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/test/
H A Dmaketests.com12 $! It was written so it would try to determine what "C" compiler to
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/util/
H A Dadd_cr.pl69 * This package is an SSL implementation written
71 * The implementation was written so as to conform with Netscapes SSL.
97 * "This product includes cryptographic software written by
103 * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
H A Dmkerr.pl287 " * prior written permission. For written permission, please contact\n",
291 " * nor may \"OpenSSL\" appear in their names without prior written\n",
313 " * This product includes cryptographic software written by Eric Young\n",
314 " * (eay\@cryptsoft.com). This product includes software written by Tim\n",
429 * prior written permission. For written permission, please contact
433 * nor may "OpenSSL" appear in their names without prior written
455 * This product includes cryptographic software written by Eric Young
456 * (eay\@cryptsoft.com). This product includes software written b
[all...]
H A Dpod2man.pl91 are historically written in the rather startling ALL UPPER CASE

Completed in 169 milliseconds

12345678