Home
last modified time | relevance | path

Searched refs:stell (Results 1 – 25 of 737) sorted by relevance

12345678910>>...30

/dports/security/cryptlib/cryptlib-3.4.3/keyset/
H A Dpkcs15_atrd.c284 stell( stream ) + length ); in readCertAttributes()
350 endPos = stell( stream ) + length; in readClassAttributes()
426 if( stell( stream ) < endPos ) in readClassAttributes()
454 endPos = stell( stream ) + length; in readSubclassAttributes()
469 stell( stream ) + length ); in readSubclassAttributes()
494 if( stell( stream ) < endPos ) in readSubclassAttributes()
524 endPos = stell( stream ) + length; in readTypeAttributes()
528 return( ( stell( stream ) < endPos ) ? \ in readTypeAttributes()
570 pkcs15infoPtr->certOffset = stell( stream ); in readTypeAttributes()
618 if( stell( stream ) < endPos ) in readTypeAttributes()
[all …]
/dports/security/cryptlib/cryptlib-3.4.3/mechs/
H A Dsign_rw.c40 const int startPos = stell( stream ); in readRawSignature()
89 const int startPos = stell( stream ); in readX509Signature()
158 const int startPos = stell( stream ); in readCmsSignature()
241 if( stell( stream ) < endPos && \ in readCmsSignature()
288 const int startPos = stell( stream ); in readCryptlibSignature()
413 REQUIRES( startPos < stell( stream ) ); in readTypeAndValue()
482 stell( stream ) < endPos && \ in readSignatureSubpackets()
775 const int startPos = stell( stream ); in readPgpSignature()
912 const int startPos = stell( stream ); in readSshSignature()
1095 const int startPos = stell( stream ); in readSslSignature()
[all …]
H A Dkeyex_rw.c134 endPos = stell( stream ) + length; in readKeyDerivationInfo()
144 if( stell( stream ) < endPos && \ in readKeyDerivationInfo()
160 if( stell( stream ) < endPos ) in readKeyDerivationInfo()
295 kekInfoSize = stell( &localStream );
328 const int startPos = stell( stream ); in readCryptlibKek()
465 derivationInfoSize = stell( &localStream ); in writeCryptlibKek()
475 kekInfoSize = stell( &localStream ); in writeCryptlibKek()
643 const int startPos = stell( stream ); in readCmsKeytrans()
737 const int startPos = stell( stream ); in readCryptlibKeytrans()
833 const int startPos = stell( stream ); in readPgpKeytrans()
[all …]
/dports/security/cryptlib/cryptlib-3.4.3/cert/
H A Dread.c425 endPos = stell( stream ) + length; in readCertInfo()
486 if( stell( stream ) < endPos ) in readCertInfo()
558 endPos = stell( stream ) + length; in readAttributeCertInfo()
655 if( stell( stream ) < endPos ) in readAttributeCertInfo()
716 endPos = stell( stream ) + length; in readCRLInfo()
802 if( stell( stream ) < endPos ) in readCRLInfo()
1107 if( stell( stream ) < endPos ) in readCrmfRequestInfo()
1276 if( stell( stream ) < endPos ) in readRtcsRequestInfo()
1340 if( stell( stream ) < endPos ) in readRtcsResponseInfo()
1441 if( stell( stream ) < endPos ) in readOcspRequestInfo()
[all …]
/dports/security/cryptlib/cryptlib-3.4.3/session/
H A Dssh2_wr.c40 const int dataLength = stell( stream ) - position; in streamBookmarkComplete()
47 REQUIRES( dataLength > 0 && dataLength <= stell( stream ) && \ in streamBookmarkComplete()
113 const int offset = stell( stream ); in continuePacketStreamSSH()
121 REQUIRES( stell( stream ) == 0 || \ in continuePacketStreamSSH()
122 ( stell( stream ) > SSH2_HEADER_SIZE + 1 && \ in continuePacketStreamSSH()
123 stell( stream ) < MAX_BUFFER_SIZE ) ); in continuePacketStreamSSH()
168 int length = stell( stream ) - offset; in wrapPacketSSH2()
242 stell( stream ) == SSH2_HEADER_SIZE + payloadLength ); in wrapPacketSSH2()
270 REQUIRES( stell( stream ) == length - padLength ); in wrapPacketSSH2()
339 length = stell( stream ); in sendPacketSSH2()
H A Dssl_ext.c848 const int endPos = stell( stream ) + length; in readExtensions()
893 for( noExtensions = 0; stell( stream ) < endPos && \ in readExtensions()
953 DEBUG_DUMP_STREAM( stream, stell( stream ), extLen ); in readExtensions()
1153 serverNameExtLen = stell( &nullStream ); in writeClientExtensions()
1169 sigHashExtLen = stell( &nullStream ); in writeClientExtensions()
1251 DEBUG_DUMP_STREAM( stream, stell( stream ) - serverNameExtLen, in writeClientExtensions()
1259 DEBUG_DUMP_STREAM( stream, stell( stream ) - 1, 1 ); in writeClientExtensions()
1278 stell( stream ) - sigHashExtLen, sigHashExtLen ); in writeClientExtensions()
1292 stell( stream ) - ( UINT16_SIZE + eccCurveTypeLen ), in writeClientExtensions()
1370 DEBUG_DUMP_STREAM( stream, stell( stream ) - 1, 1 ); in writeServerExtensions()
[all …]
H A Dcmp_rd.c77 endPos = stell( stream ) + length; in readGeneralInfoAttribute()
91 if( stell( stream ) < endPos ) in readGeneralInfoAttribute()
122 endPos = stell( stream ) + length; in readGeneralInfo()
124 stell( stream ) < endPos && \ in readGeneralInfo()
257 streamPos = stell( stream ); in readProtectionAlgo()
406 const int streamPos = stell( stream ); in updateMacInfo()
508 endPos = stell( stream ) + length; in readPkiHeader()
742 protPartStart = stell( &stream ); in readPkiMessage()
931 bodyStart = stell( &stream ); in readPkiMessage()
944 protPartSize = stell( &stream ) - protPartStart; in readPkiMessage()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/shell/source/win32/zipfile/
H A Dzipfile.cxx107 if (!stream || stream->stell() == -1) in readShort()
119 if (!stream || stream->stell() == -1) in readInt()
131 if (!stream || stream->stell() == -1) in readString()
282 long nLength = stream->stell(); in findCentralDirectoryEnd()
447 …while (m_pStream->stell() != -1 && static_cast<unsigned long>(m_pStream->stell()) < end.cdir_offse… in GetUncompressedContent()
519 …while (m_pStream->stell() != -1 && static_cast<unsigned long>(m_pStream->stell()) < end.cdir_offse… in GetDirectory()
556 …while (m_pStream->stell() != -1 && static_cast<unsigned long>(m_pStream->stell()) < end.cdir_offse… in GetFileLongestFileNameLength()
/dports/security/cryptlib/cryptlib-3.4.3/enc_dec/
H A Dasn1_chk.c135 const long offset = stell( stream ); in getItem()
190 item->headerSize = stell( stream ) - offset; in getItem()
230 const long streamPos = stell( stream ); in checkEncapsulation()
258 ( stell( stream ) - streamPos ) + innerLength != length ) in checkEncapsulation()
724 long localLength = length, lastPos = stell( stream );
794 localLength -= stell( stream ) - lastPos;
795 lastPos = stell( stream );
843 length = stell( &stream ); in checkObjectEncoding()
857 const long startPos = stell( stream ); in findObjectLength()
899 localLength = stell( stream ) - startPos; in findObjectLength()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/shell/source/win32/zipfile/
H A Dzipfile.cxx111 if (!stream || stream->stell() == -1) in readShort()
123 if (!stream || stream->stell() == -1) in readInt()
135 if (!stream || stream->stell() == -1) in readString()
286 long nLength = stream->stell(); in findCentralDirectoryEnd()
457 …while (m_pStream->stell() != -1 && o3tl::make_unsigned(m_pStream->stell()) < end.cdir_offset + end… in GetUncompressedContent()
529 …while (m_pStream->stell() != -1 && o3tl::make_unsigned(m_pStream->stell()) < end.cdir_offset + end… in GetDirectory()
/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dgdevpsf2.c842 offset += stell(&poss); in cff_write_CharStrings_offsets()
1193 writer.start_pos = stell(s); in psf_write_type2_font()
1385 start_pos = stell(writer.strm); in psf_write_type2_font()
1397 offset = stell(writer.strm) - start_pos; in psf_write_type2_font()
1409 offset = stell(writer.strm) - start_pos; in psf_write_type2_font()
1426 offset = stell(writer.strm) - start_pos; in psf_write_type2_font()
1574 writer.start_pos = stell(s); in psf_write_cid0_font()
1635 charset_size = stell(&poss); in psf_write_cid0_font()
1694 start_pos = stell(writer.strm); in psf_write_cid0_font()
1775 offset = stell(writer.strm) - start_pos; in psf_write_cid0_font()
[all …]
H A Dstrmio.c114 newpos += stell(s); in sfseek()
122 if (s_can_seek(s) || newpos == stell(s)) { in sfseek()
143 return stell(s); in sftell()
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgdevpsf2.c844 offset += stell(&poss); in cff_write_CharStrings_offsets()
1195 writer.start_pos = stell(s); in psf_write_type2_font()
1387 start_pos = stell(writer.strm); in psf_write_type2_font()
1399 offset = stell(writer.strm) - start_pos; in psf_write_type2_font()
1411 offset = stell(writer.strm) - start_pos; in psf_write_type2_font()
1428 offset = stell(writer.strm) - start_pos; in psf_write_type2_font()
1438 offset = stell(writer.strm) - start_pos; in psf_write_type2_font()
1458 offset = stell(writer.strm) - start_pos; in psf_write_type2_font()
1575 writer.start_pos = stell(s); in psf_write_cid0_font()
1636 charset_size = stell(&poss); in psf_write_cid0_font()
[all …]
H A Dstrmio.c115 newpos += stell(s); in sfseek()
123 if (s_can_seek(s) || newpos == stell(s)) { in sfseek()
144 return stell(s); in sftell()
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgdevpsf2.c844 offset += stell(&poss); in cff_write_CharStrings_offsets()
1195 writer.start_pos = stell(s); in psf_write_type2_font()
1387 start_pos = stell(writer.strm); in psf_write_type2_font()
1399 offset = stell(writer.strm) - start_pos; in psf_write_type2_font()
1411 offset = stell(writer.strm) - start_pos; in psf_write_type2_font()
1428 offset = stell(writer.strm) - start_pos; in psf_write_type2_font()
1438 offset = stell(writer.strm) - start_pos; in psf_write_type2_font()
1458 offset = stell(writer.strm) - start_pos; in psf_write_type2_font()
1575 writer.start_pos = stell(s); in psf_write_cid0_font()
1636 charset_size = stell(&poss); in psf_write_cid0_font()
[all …]
H A Dstrmio.c115 newpos += stell(s); in sfseek()
123 if (s_can_seek(s) || newpos == stell(s)) { in sfseek()
144 return stell(s); in sftell()
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/devices/vector/
H A Dgdevpsf2.c844 offset += stell(&poss); in cff_write_CharStrings_offsets()
1236 writer.start_pos = stell(s); in psf_write_type2_font()
1424 start_pos = stell(writer.strm); in psf_write_type2_font()
1436 offset = stell(writer.strm) - start_pos; in psf_write_type2_font()
1448 offset = stell(writer.strm) - start_pos; in psf_write_type2_font()
1465 offset = stell(writer.strm) - start_pos; in psf_write_type2_font()
1475 offset = stell(writer.strm) - start_pos; in psf_write_type2_font()
1495 offset = stell(writer.strm) - start_pos; in psf_write_type2_font()
1615 writer.start_pos = stell(s); in psf_write_cid0_font()
1676 charset_size = stell(&poss); in psf_write_cid0_font()
[all …]
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/devices/vector/
H A Dgdevpsf2.c844 offset += stell(&poss); in cff_write_CharStrings_offsets()
1236 writer.start_pos = stell(s); in psf_write_type2_font()
1424 start_pos = stell(writer.strm); in psf_write_type2_font()
1436 offset = stell(writer.strm) - start_pos; in psf_write_type2_font()
1448 offset = stell(writer.strm) - start_pos; in psf_write_type2_font()
1465 offset = stell(writer.strm) - start_pos; in psf_write_type2_font()
1475 offset = stell(writer.strm) - start_pos; in psf_write_type2_font()
1495 offset = stell(writer.strm) - start_pos; in psf_write_type2_font()
1615 writer.start_pos = stell(s); in psf_write_cid0_font()
1676 charset_size = stell(&poss); in psf_write_cid0_font()
[all …]
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dgdevpsf2.c842 offset += stell(&poss); in cff_write_CharStrings_offsets()
1193 writer.start_pos = stell(s); in psf_write_type2_font()
1385 start_pos = stell(writer.strm); in psf_write_type2_font()
1397 offset = stell(writer.strm) - start_pos; in psf_write_type2_font()
1409 offset = stell(writer.strm) - start_pos; in psf_write_type2_font()
1426 offset = stell(writer.strm) - start_pos; in psf_write_type2_font()
1574 writer.start_pos = stell(s); in psf_write_cid0_font()
1635 charset_size = stell(&poss); in psf_write_cid0_font()
1694 start_pos = stell(writer.strm); in psf_write_cid0_font()
1775 offset = stell(writer.strm) - start_pos; in psf_write_cid0_font()
[all …]
H A Dstrmio.c114 newpos += stell(s); in sfseek()
122 if (s_can_seek(s) || newpos == stell(s)) { in sfseek()
143 return stell(s); in sftell()
/dports/editors/libreoffice/libreoffice-7.2.6.2/shell/inc/
H A Dstream_helper.hxx34 long stell() override;
47 long stell() override;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/shell/inc/
H A Dstream_helper.hxx34 long stell () override;
46 long stell () override;
/dports/print/ghostscript7-base/ghostscript-7.07/src/
H A Dgdevpsf2.c832 offset += stell(&poss); in cff_write_CharStrings_offsets()
1171 writer.start_pos = stell(s); in psf_write_type2_font()
1348 start_pos = stell(writer.strm); in psf_write_type2_font()
1360 offset = stell(writer.strm) - start_pos; in psf_write_type2_font()
1379 offset = stell(writer.strm) - start_pos; in psf_write_type2_font()
1387 offset = stell(writer.strm) - start_pos; in psf_write_type2_font()
1518 writer.start_pos = stell(s); in psf_write_cid0_font()
1562 charset_size = stell(&poss); in psf_write_cid0_font()
1617 start_pos = stell(writer.strm); in psf_write_cid0_font()
1685 offset = stell(writer.strm) - start_pos; in psf_write_cid0_font()
[all …]
/dports/print/ghostscript7-x11/ghostscript-7.07/src/
H A Dgdevpsf2.c832 offset += stell(&poss); in cff_write_CharStrings_offsets()
1171 writer.start_pos = stell(s); in psf_write_type2_font()
1348 start_pos = stell(writer.strm); in psf_write_type2_font()
1360 offset = stell(writer.strm) - start_pos; in psf_write_type2_font()
1379 offset = stell(writer.strm) - start_pos; in psf_write_type2_font()
1387 offset = stell(writer.strm) - start_pos; in psf_write_type2_font()
1518 writer.start_pos = stell(s); in psf_write_cid0_font()
1562 charset_size = stell(&poss); in psf_write_cid0_font()
1617 start_pos = stell(writer.strm); in psf_write_cid0_font()
1685 offset = stell(writer.strm) - start_pos; in psf_write_cid0_font()
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/libgfortran/io/
H A Dfile_pos.c48 base = stell (u->s) - 1; in formatted_backspace()
236 if (stell (u->s) == 0) in st_backspace()
253 unit_truncate (u, stell (u->s), &fpp->common); in st_backspace()
323 unit_truncate (u, stell (u->s), &fpp->common); in st_endfile()
325 if (0 == stell (u->s)) in st_endfile()

12345678910>>...30