Searched refs:upload (Results 1 - 25 of 27) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/tests/libtest/
H A Dlib591.c42 FILE *upload = NULL; local
47 upload = fopen(libtest_arg3, "rb");
48 if(!upload) {
58 fclose(upload);
74 easy_setopt(easy, CURLOPT_READDATA, upload);
140 fclose(upload);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libexif-0.6.19/
H A DMakefile.am54 .PHONY: upload-release
55 upload-release:
56 echo ncftpput upload.sourceforge.net incoming/ $(PACKAGE_TARNAME)-$(PACKAGE_VERSION).*
H A DMakefile.in880 .PHONY: upload-release
881 upload-release:
882 echo ncftpput upload.sourceforge.net incoming/ $(PACKAGE_TARNAME)-$(PACKAGE_VERSION).*
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/docs/examples/
H A Dftpuploadresume.c68 /* read data to upload */
83 int upload(CURL *curlhandle, const char * remotepath, const char * localpath, function
168 upload(curlhandle, "ftp://user:pass@example.com/path/file", "C:\\file", 0, 3);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/input/misc/
H A Duinput.c133 request.u.upload.effect = effect;
134 request.u.upload.old = old;
197 dev->ff->upload = uinput_dev_upload_effect;
555 if (!(req && req->code == UI_FF_UPLOAD && req->u.upload.effect)) {
560 memcpy(&ff_up.effect, req->u.upload.effect, sizeof(struct ff_effect));
561 if (req->u.upload.old)
562 memcpy(&ff_up.old, req->u.upload.old, sizeof(struct ff_effect));
596 if (!(req && req->code == UI_FF_UPLOAD && req->u.upload.effect)) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Duinput.h59 } upload; member in union:uinput_request::__anon10450
133 * 4. Perform the effect upload, and place a return code back into
H A Dinput.h699 * Structures used in ioctls to upload effects to a device
806 * You can therefore dispose of the memory after the upload/update.
1193 * @upload: Called to upload an new effect into device
1209 * Every force-feedback device must implement upload() and playback()
1215 int (*upload)(struct input_dev *dev, struct ff_effect *effect, member in struct:ff_device
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/lib/
H A Dcurl_rtmp.c210 if(conn->data->set.upload)
241 if(conn->data->set.upload) {
H A Dfile.c258 if(!data->set.upload && (fd == -1)) {
364 /* known size of data to "upload" */
462 if(data->set.upload)
H A Dtftp.c398 /* tsize should be ignored on upload: Who cares about the size of the
400 if(!data->set.upload) {
480 if(data->set.upload) {
506 if(data->set.upload && (data->set.infilesize != -1))
545 if(data->set.upload) {
1212 if(data->set.upload) {
H A Drtsp.c494 if(data->set.upload) {
512 (data->set.upload ? putsize : postsize));
H A Dtransfer.c100 * to upload.
782 * Send data to upload to the server, when the socket is writable.
809 /* only read more data if there's no upload data already
810 present in the upload buffer */
812 /* init the "upload from here" pointer */
869 /* store number of bytes available for upload */
918 /* upload from the new (replaced) buffer instead */
1315 if(data->set.upload && data->set.max_send_speed &&
1317 /* calculate upload rate-limitation timeout. */
1336 if((!data->set.upload)
[all...]
H A Durldata.h598 bool upload_done; /* set to TRUE when doing chunked transfer-encoding upload
611 still left in the buffer, aimed for upload. */
622 on upload */
625 bool forbidchunk; /* used only to explicitly forbid chunk-upload for
626 specific upload buffers. See readmoredata() in
1130 char uploadbuffer[BUFSIZE+1]; /* upload buffer */
1147 char *scratch; /* huge buffer[BUFSIZE*2] when doing upload CRLF replacing */
1409 curl_off_t infilesize; /* size of file to upload, -1 means unknown */
1412 curl_off_t max_send_speed; /* high speed limit in bytes/second for upload */
1419 bool crlf; /* convert crlf on ftp upload(
1485 bool upload; /* upload request */ member in struct:UserDefined
[all...]
H A Dssh.c1464 if(data->set.upload)
1624 /* upload data */
2158 if(data->set.upload) {
2160 failf(data, "SCP requires a known file size for upload");
2201 /* upload data */
2279 if(data->set.upload)
H A Dftp.c1176 else if(data->set.upload) {
2167 failf(data, "Failed FTP upload: %0d", ftpcode);
2193 size prior to the actual upload. */
2315 ftp->bytecountp, -1, NULL); /* no upload here */
3241 else if(data->set.upload) {
3481 if(data->set.upload) {
4134 if(data->set.upload && !ftpc->file && (ftp->transfer == FTPTRANSFER_BODY)) {
H A Dhttp.c1715 data->set.upload) {
1819 data->set.upload &&
1825 /* HTTP, upload, unknown file size and not HTTP 1.0 */
1829 failf(data, "Chunky upload is not supported by HTTP 1.0");
1834 /* else, no chunky upload */
1988 * Resuming upload in HTTP means that we PUT or POST and that we have
1991 * the file the given number of bytes and decrease the assume upload
2079 upload the whole file (again) */
2253 Curl_pgrsSetUploadSize(data, 0); /* upload size is 0 atm */
2256 Curl_transfer() call below, as we're not ready to actually upload an
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libexif-0.6.19/doc/
H A DMakefile.am110 upload: $(DOXYGEN_UPLOAD)
H A DMakefile.in522 upload: $(DOXYGEN_UPLOAD)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/packages/Linux/RPM/
H A Dcurl-ssl.spec29 authentication, ftp upload, HTTP post, file transfer resume and more.
H A Dcurl.spec26 authentication, ftp upload, HTTP post, file transfer resume and more.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/packages/AIX/RPM/
H A Dcurl.spec30 ftp upload, HTTP post, file transfer resume and more.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/input/
H A Dff-core.c99 * input_ff_upload() - upload effect into force-feedback device
117 debug("invalid or not supported effect type in upload");
125 debug("invalid or not supported wave form in upload");
165 ret = ff->upload(dev, effect, old);
302 * Once ff device is created you need to setup its upload, erase,
H A Dff-memless.c497 ff->upload = ml_ff_upload;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/input/joystick/iforce/
H A Diforce-main.c444 ff->upload = iforce_upload_effect;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/tests/
H A Druntests.pl786 $extra .= "--upload /dev/null ";
2906 # if this section exists, we verify upload
2907 my @upload = getpart("verify", "upload");
3368 if(@upload) {
3370 my @out = loadarray("$LOGDIR/upload.$testnum");
3371 $res = compare("upload", \@out, \@upload);
3380 $ok .= "-"; # upload not checked
4559 if(($log =~ /^upload\
[all...]

Completed in 226 milliseconds

12