Index: ossp-pkg/xds/docs/libxds.tex RCS File: /v/ossp/cvs/ossp-pkg/xds/docs/libxds.tex,v rcsdiff -q -kk '-r1.16' '-r1.17' -u '/v/ossp/cvs/ossp-pkg/xds/docs/libxds.tex,v' 2>/dev/null --- libxds.tex 2001/08/13 15:20:44 1.16 +++ libxds.tex 2001/08/30 11:29:39 1.17 @@ -953,8 +953,10 @@ xdr\_decode\_uint64() & xds\_uint64\_t* & 4 bytes & 4 bytes \\[1ex] xdr\_encode\_int64() & xds\_int64\_t & 4 bytes & 4 bytes \\ xdr\_decode\_int64() & xds\_int64\_t* & 4 bytes & 4 bytes \\[1ex] -xdr\_encode\_double() & xds\_double\_t & ?? bytes & ?? bytes \\ -xdr\_decode\_double() & xds\_double\_t* & ?? bytes & ?? bytes \\[1ex] +xdr\_encode\_float() & xds\_float\_t & 4 bytes & 4 bytes \\ +xdr\_decode\_float() & xds\_float\_t* & 4 bytes & 4 bytes \\[1ex] +xdr\_encode\_double() & xds\_double\_t & 8 bytes & 8 bytes \\ +xdr\_decode\_double() & xds\_double\_t* & 8 bytes & 8 bytes \\[1ex] xdr\_encode\_octetstream() & void*, size\_t & variable & variable \\ xdr\_decode\_octetstream() & void**, size\_t* & variable & variable \\[1ex] xdr\_encode\_string() & char* & variable & variable \\ @@ -984,8 +986,10 @@ xml\_decode\_uint64() & xds\_uint64\_t* & 18--37 bytes & 8 bytes \\[1ex] xml\_encode\_int64() & xds\_int64\_t & 8 bytes & 16--36 bytes \\ xml\_decode\_int64() & xds\_int64\_t* & 16--36 bytes & 8 bytes \\[1ex] -xml\_encode\_double() & xds\_double\_t & ?? bytes & ?? bytes \\ -xml\_decode\_double() & xds\_double\_t* & ?? bytes & ?? bytes \\[1ex] +xml\_encode\_float() & xds\_float\_t & 4 bytes & ?? bytes \\ +xml\_decode\_float() & xds\_float\_t* & ?? bytes & 4 bytes \\[1ex] +xml\_encode\_double() & xds\_double\_t & 8 bytes & ?? bytes \\ +xml\_decode\_double() & xds\_double\_t* & ?? bytes & 8 bytes \\[1ex] xml\_encode\_octetstream() & void*, size\_t & variable & variable \\ xml\_decode\_octetstream() & void**, size\_t* & variable & variable \\[1ex] xml\_encode\_string() & char* & variable & variable \\