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