Lines Matching refs:Read
52 \ Read next source character, skipping blanks.
58 \ Read a decimal integer, followed by either a dot or whitespace.
159 \ Read one byte from the stream.
166 \ Read one byte, enforcing current read limit.
171 \ Read a 16-bit value, big-endian encoding.
175 \ Read a 16-bit value, little-endian encoding.
179 \ Read all bytes from the current element, then close it (i.e. drop the
224 \ Read an ASN.1 tag. This function returns the "constructed" status
250 \ Read a tag, but only if not at the end of the current object. If there
266 \ Read an ASN.1 length. This supports only definite lengths (theoretically,
297 \ Read a length and open the value as a sub-structure.
310 \ Read a length and then skip the value.
338 \ Read a tag, check that it is for a constructed SEQUENCE, and open
343 \ Read the next element as a BIT STRING with no ignore bits, and open
378 \ Read a "small value". This assumes that the tag has just been read
391 \ Read an OID as a "small value" (tag, length and value). A boolean
397 \ Read a UTF-8 code point. On error, return 0. Reading a code point of
412 \ Read n subsequent bytes to complete the provided first byte. The final
423 \ Read one byte, that should be a trailing UTF-8 byte, and complement the
444 \ Read a UTF-16 code point (big-endian). Returned value is 0 on error.
457 \ Read a UTF-16 code point (little-endian). Returned value is 0 on error.
512 \ Read a string value into the pad; this function checks that the source
565 \ Read a value and interpret it as an INTEGER or ENUMERATED value. If
614 \ Read two ASCII digits and return the value in the 0..99 range. An
619 \ Read two ASCII digits and check that the value is in the provided
632 \ Read a date (UTCTime or GeneralizedTime). The date value is converted
639 \ Read tag; must be UTCTime or GeneralizedTime. Year count is
701 \ Read an INTEGER (tag, length and value). The INTEGER is supposed to be
713 \ Read first byte; sign bit must be 0.
729 \ Read a BOOLEAN value. This should be called immediately after reading