Searched refs:infilesize (Results 1 - 15 of 15) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/flac/
H A Dencode.h117 int flac__encode_aif(FILE *infile, off_t infilesize, const char *infilename, const char *outfilename, const FLAC__byte *lookahead, unsigned lookahead_length, wav_encode_options_t options, FLAC__bool is_aifc);
118 int flac__encode_wav(FILE *infile, off_t infilesize, const char *infilename, const char *outfilename, const FLAC__byte *lookahead, unsigned lookahead_length, wav_encode_options_t options);
119 int flac__encode_raw(FILE *infile, off_t infilesize, const char *infilename, const char *outfilename, const FLAC__byte *lookahead, unsigned lookahead_length, raw_encode_options_t options);
120 int flac__encode_flac(FILE *infile, off_t infilesize, const char *infilename, const char *outfilename, const FLAC__byte *lookahead, unsigned lookahead_length, flac_encode_options_t options, FLAC__bool input_is_ogg);
H A Dmain.c1628 off_t infilesize; local
1640 infilesize = (off_t)(-1);
1644 infilesize = grabbag__file_get_filesize(infilename);
1753 if (input_format != RAW || infilesize >= 0) {
1759 infilesize = option_values.format_input_size;
1768 if(option_values.sector_align && input_format == RAW && infilesize < 0) {
1866 retval = flac__encode_raw(encode_infile, infilesize, infilename, internal_outfilename? internal_outfilename : outfilename, lookahead, lookahead_length, options);
1873 retval = flac__encode_flac(encode_infile, infilesize, infilename, internal_outfilename? internal_outfilename : outfilename, lookahead, lookahead_length, options, input_format==OGGFLAC);
1891 retval = flac__encode_aif(encode_infile, infilesize, infilename, internal_outfilename? internal_outfilename : outfilename, lookahead, lookahead_length, options, is_aifc);
1893 retval = flac__encode_wav(encode_infile, infilesize, infilenam
[all...]
H A Dencode.c164 int flac__encode_aif(FILE *infile, off_t infilesize, const char *infilename, const char *outfilename, const FLAC__byte *lookahead, unsigned lookahead_length, wav_encode_options_t options, FLAC__bool is_aifc) argument
175 (void)infilesize; /* silence compiler warning about unused parameter */
609 int flac__encode_wav(FILE *infile, off_t infilesize, const char *infilename, const char *outfilename, const FLAC__byte *lookahead, unsigned lookahead_length, wav_encode_options_t options) argument
622 (void)infilesize;
1164 int flac__encode_raw(FILE *infile, off_t infilesize, const char *infilename, const char *outfilename, const FLAC__byte *lookahead, unsigned lookahead_length, raw_encode_options_t options) argument
1176 FLAC__ASSERT(!options.common.sector_align || infilesize >= 0);
1207 if(infilesize < 0)
1212 total_samples_in_input = (FLAC__uint64)infilesize / bytes_per_wide_sample + *options.common.align_reservoir_samples;
1224 infilesize -= (off_t)encoder_session.skip * bytes_per_wide_sample;
1230 infilesize
1432 flac__encode_flac(FILE *infile, off_t infilesize, const char *infilename, const char *outfilename, const FLAC__byte *lookahead, unsigned lookahead_length, flac_encode_options_t options, FLAC__bool input_is_ogg) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dfile.c339 if(-1 != data->set.infilesize)
341 Curl_pgrsSetUploadSize(data, data->set.infilesize);
H A Dhttp.c380 if(data->set.infilesize != -1)
381 expectsend = data->set.infilesize;
1817 (data->set.infilesize == -1)) {
2055 if(data->set.infilesize>0) {
2056 data->set.infilesize -= data->state.resume_from;
2058 if(data->set.infilesize <= 0) {
2094 data->set.infilesize - 1, data->set.infilesize);
2100 data->state.resume_from + data->set.infilesize;
2112 data->state.range, data->set.infilesize);
[all...]
H A Dcurl_rtmp.c243 Curl_pgrsSetUploadSize(conn->data, conn->data->set.infilesize);
H A Dtftp.c480 if(data->set.infilesize != -1)
481 Curl_pgrsSetUploadSize(data, data->set.infilesize);
501 if(data->set.upload && (data->set.infilesize != -1))
503 data->set.infilesize);
H A Dssh.c1720 if(data->set.infilesize > 0) {
1721 data->set.infilesize -= data->state.resume_from;
1722 data->req.size = data->set.infilesize;
1723 Curl_pgrsSetUploadSize(data, data->set.infilesize);
1728 if(data->set.infilesize > 0) {
1729 data->req.size = data->set.infilesize;
1730 Curl_pgrsSetUploadSize(data, data->set.infilesize);
2259 if(data->set.infilesize < 0) {
2281 data->set.infilesize);
H A Dsmtp.c584 if(conn->proto.smtpc.size_supported && conn->data->set.infilesize > 0) {
585 size = aprintf("%" CURL_FORMAT_CURL_OFF_T, data->set.infilesize);
1363 Curl_pgrsSetUploadSize(data, data->set.infilesize);
1666 if(smtp->trailing_crlf || !conn->data->set.infilesize) {
H A Dftp.c510 Curl_pgrsSetUploadSize(data, data->set.infilesize);
1622 /* 4. lower the infilesize counter */
1669 if(data->set.infilesize>0) {
1670 data->set.infilesize -= data->state.resume_from;
1672 if(data->set.infilesize <= 0) {
3368 if((-1 != data->set.infilesize) &&
3369 (data->set.infilesize != *ftp->bytecountp) &&
3374 *ftp->bytecountp, data->set.infilesize);
H A Dimap.c767 if(conn->data->set.infilesize < 0) {
779 mailbox, conn->data->set.infilesize);
1590 Curl_pgrsSetUploadSize(data, data->set.infilesize);
H A Drtsp.c496 putsize = data->set.infilesize;
H A Dtransfer.c928 bump infilesize for the LF we just added */
929 data->set.infilesize++;
970 if(k->writebytecount == data->set.infilesize) {
H A Durldata.h1460 curl_off_t infilesize; /* size of file to upload, -1 means unknown */ member in struct:UserDefined
H A Durl.c488 set->infilesize = -1; /* we don't know any size */
1472 data->set.infilesize = va_arg(param, long);
1479 data->set.infilesize = va_arg(param, curl_off_t);

Completed in 329 milliseconds