Home
last modified time | relevance | path

Searched refs:cbLength (Results 1 – 25 of 450) sorted by relevance

12345678910>>...18

/dports/textproc/wv/wv-1.2.9/
H A Descher.c60 amsofbh.cbLength)); in wvGetEscher()
104 while (count < msofbh->cbLength) in wvGetDggContainer()
109 amsofbh.cbLength, amsofbh.fbt, count, msofbh->cbLength)); in wvGetDggContainer()
188 while (count < msofbh->cbLength) in wvGetBstoreContainer()
229 amsofbh.cbLength, amsofbh.fbt, count, msofbh->cbLength)); in wvGetDgContainer()
321 amsofbh.cbLength, amsofbh.fbt, count, msofbh->cbLength)); in wvGetSpgrContainer()
624 amsofbh.cbLength, amsofbh.fbt, count, msofbh->cbLength)); in wvGetFSPContainer()
691 if (msofbh->cbLength) in wvGetClientData()
699 return (msofbh->cbLength); in wvGetClientData()
725 return amsofbh->cbLength; in wvEatmsofbt()
[all …]
H A Dfopt.c65 U32 no = msofbh->cbLength / 6; in wvGetFOPTEArray()
68 while (count < msofbh->cbLength) in wvGetFOPTEArray()
71 ("count %x %x, pos %x\n", count, msofbh->cbLength, in wvGetFOPTEArray()
158 while (count < msofbh->cbLength) in wvPutFOPTEArray()
H A Dpicf.c168 bse_pic_amsofbh.cbLength = lHeaderSize+len; in wvGetPICF()
181 bse_pic_amsofbh.cbLength = lHeaderSize+len; in wvGetPICF()
361 write_32ubit (fd,(U32)amsofbh->cbLength); in wvPutMSOFBH()
398 opt_amsofbh.cbLength = 12; /* 2*6 see wvPutFOPTEArray */ in PutWord8Structs()
414 amsofbh.cbLength = sizeof(opt_amsofbh) + opt_amsofbh.cbLength; in PutWord8Structs()
426 count+=opt_amsofbh.cbLength; in PutWord8Structs()
435 afbse.size = sizeof(*bse_pic_amsofbh) + bse_pic_amsofbh->cbLength; in PutWord8Structs()
441 bse_amsofbh.cbLength = sizeof(afbse) + afbse.size; in PutWord8Structs()
H A Dfbse.c198 stm = wvStream_TMP_create (amsofbh->cbLength); in wvGetBitmap()
205 char *tmp = wvMalloc( amsofbh->cbLength - count); in wvGetBitmap()
210 wvStream_read(tmp,1,amsofbh->cbLength - count,fd); in wvGetBitmap()
211 wvStream_write(tmp,1,amsofbh->cbLength - count,stm); in wvGetBitmap()
300 buf = wvMalloc(amsofbh->cbLength); in wvGetMetafile()
303 for (i = count; i < amsofbh->cbLength; i++) in wvGetMetafile()
307 wvStream_memory_create (&stm, buf, amsofbh->cbLength); in wvGetMetafile()
/dports/multimedia/libxine/xine-lib-1.2.11/src/libw32dll/dmo/
H A Dbuffer.c22 unsigned long cbLength) in CMediaBuffer_SetLength() argument
25 Debug printf("CMediaBuffer_SetLength(%p) called (%ld, %ld)\n", This, cbLength, cmb->maxlen); in CMediaBuffer_SetLength()
26 if (cbLength > cmb->maxlen) in CMediaBuffer_SetLength()
28 cmb->len = cbLength; in CMediaBuffer_SetLength()
/dports/multimedia/mplayer/mplayer-export-2021-12-29/loader/dmo/
H A Dbuffer.c22 unsigned long cbLength) in CMediaBuffer_SetLength() argument
25 Debug printf("CMediaBuffer_SetLength(%p) called (%ld, %ld)\n", This, cbLength, cmb->maxlen); in CMediaBuffer_SetLength()
26 if (cbLength > cmb->maxlen) in CMediaBuffer_SetLength()
28 cmb->len = cbLength; in CMediaBuffer_SetLength()
/dports/multimedia/mencoder/mplayer-export-2021-12-29/loader/dmo/
H A Dbuffer.c22 unsigned long cbLength) in CMediaBuffer_SetLength() argument
25 Debug printf("CMediaBuffer_SetLength(%p) called (%ld, %ld)\n", This, cbLength, cmb->maxlen); in CMediaBuffer_SetLength()
26 if (cbLength > cmb->maxlen) in CMediaBuffer_SetLength()
28 cmb->len = cbLength; in CMediaBuffer_SetLength()
/dports/multimedia/vlc/vlc-3.0.16/modules/codec/dmo/
H A Dbuffer.c88 static long STDCALL SetLength( IMediaBuffer *This, uint32_t cbLength ) in SetLength() argument
91 if( cbLength > (uint32_t)p_mb->i_max_size ) return E_INVALIDARG; in SetLength()
92 p_mb->p_block->i_buffer = cbLength; in SetLength()
/dports/security/yubico-piv-tool/yubico-piv-tool-2.2.0/ykcs11/
H A Dmechanisms.c244 unsigned int cbLength; in sign_mechanism_final() local
245 if(EVP_DigestFinal_ex(session->op_info.md_ctx, session->op_info.buf, &cbLength) <= 0) { in sign_mechanism_final()
251 if(!prepare_rsa_signature(session->op_info.buf, cbLength, session->op_info.buf, &cbLength, in sign_mechanism_final()
257 session->op_info.buf_len = cbLength; in sign_mechanism_final()
835 unsigned int cbLength = *pDigestLength; in digest_mechanism_final() local
836 int ret = EVP_DigestFinal_ex(session->op_info.md_ctx, pDigest, &cbLength); in digest_mechanism_final()
847 DBG("EVP_DigestFinal_ex returned %u bytes of data", cbLength); in digest_mechanism_final()
848 *pDigestLength = cbLength; in digest_mechanism_final()
/dports/textproc/wv2/wv2-0.4.2/src/
H A Dgraphics.cpp70 cbLength = stream->readU32(); in EscherHeader()
159 return static_cast<int> (cbLength); in recordSize()
168 wvlog << " cbLength = " << cbLength << std::endl; in dump()
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/winapi-0.2.8/src/
H A Dbcrypt.rs135 cbLength: ::ULONG,
181 cbLength: ::ULONG,
189 cbLength: ::ULONG,
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/winapi-0.2.8/src/
H A Dbcrypt.rs135 cbLength: ::ULONG,
181 cbLength: ::ULONG,
189 cbLength: ::ULONG,
/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/winapi-0.2.8/src/
H A Dbcrypt.rs135 cbLength: ::ULONG,
181 cbLength: ::ULONG,
189 cbLength: ::ULONG,
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/winapi-0.2.8/src/
H A Dbcrypt.rs135 cbLength: ::ULONG,
181 cbLength: ::ULONG,
189 cbLength: ::ULONG,
/dports/net/gemserv/gemserv-v0.4.5/cargo-crates/winapi-0.2.8/src/
H A Dbcrypt.rs135 cbLength: ::ULONG,
181 cbLength: ::ULONG,
189 cbLength: ::ULONG,
/dports/devel/sccache/sccache-0.2.15/cargo-crates/winapi-0.2.8/src/
H A Dbcrypt.rs135 cbLength: ::ULONG,
181 cbLength: ::ULONG,
189 cbLength: ::ULONG,
/dports/games/genact/genact-0.10.0/cargo-crates/winapi-0.2.8/src/
H A Dbcrypt.rs135 cbLength: ::ULONG,
181 cbLength: ::ULONG,
189 cbLength: ::ULONG,
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/winapi-0.2.8/src/
H A Dbcrypt.rs135 cbLength: ::ULONG,
181 cbLength: ::ULONG,
189 cbLength: ::ULONG,
/dports/net-im/fractal/fractal-4.4.0/vendor/winapi-0.2.8/src/
H A Dbcrypt.rs135 cbLength: ::ULONG,
181 cbLength: ::ULONG,
189 cbLength: ::ULONG,
/dports/net-mgmt/nfs-exporter/freebsd-nfs-exporter-0.3.0/cargo-crates/winapi-0.2.8/src/
H A Dbcrypt.rs135 cbLength: ::ULONG,
181 cbLength: ::ULONG,
189 cbLength: ::ULONG,
/dports/multimedia/scte35dump/scte35dump-0.1.6/cargo-crates/winapi-0.2.8/src/
H A Dbcrypt.rs135 cbLength: ::ULONG,
181 cbLength: ::ULONG,
189 cbLength: ::ULONG,
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/rust/winapi-0.2.8/src/
H A Dbcrypt.rs135 cbLength: ::ULONG,
181 cbLength: ::ULONG,
189 cbLength: ::ULONG,
/dports/sysutils/vector/vector-0.10.0/cargo-crates/winapi-0.2.8/src/
H A Dbcrypt.rs135 cbLength: ::ULONG,
181 cbLength: ::ULONG,
189 cbLength: ::ULONG,
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/winapi-0.2.8/src/
H A Dbcrypt.rs135 cbLength: ::ULONG,
181 cbLength: ::ULONG,
189 cbLength: ::ULONG,
/dports/editors/xi-term/xi-term-d264767/cargo-crates/winapi-0.2.8/src/
H A Dbcrypt.rs135 cbLength: ::ULONG,
181 cbLength: ::ULONG,
189 cbLength: ::ULONG,

12345678910>>...18