Lines Matching full:decoding
97 * 2) If a decoding operation fails, it's undefined whether anything will be
101 * Future decoding operations on the same stream will also have similar
104 * 3) When the first decoding operation fails it is OK to trust the results of
105 * previous decoding operations on the same stream, as long as the caller
109 * stream size and should be coded to expect any decoding failure to be data
115 * a decoding failure to be a bug (e.g. due to mismatched data types) and may
118 * 4) Non-zero padding bytes will cause the decoding operation to fail.
120 * 5) Zero bytes on string types will also cause the decoding operation to fail.
126 * 7) The stream buffer and encoding/decoding buffers/ptrs should not overlap.
407 * The Solaris man page says: "If *arrp is NULL when decoding, in xdr_dec_array()
464 * Solaris man page: "If *sp is NULL when decoding, xdr_string() in xdr_dec_string()