ossp-pkg/xds/xds.pod 1.10 -> 1.11
--- xds.pod 2001/08/13 18:31:53 1.10
+++ xds.pod 2001/08/30 11:29:38 1.11
@@ -343,8 +343,10 @@
xdr_decode_uint64() xds_uint64_t* 4 bytes 4 bytes
xdr_encode_int64() xds_int64_t 4 bytes 4 bytes
xdr_decode_int64() xds_int64_t* 4 bytes 4 bytes
- xdr_encode_double() xds_double_t ? bytes ? bytes
- xdr_decode_double() xds_double_t* ? bytes ? bytes
+ xdr_encode_float() xds_float_t 4 bytes 4 bytes
+ xdr_decode_float() xds_float_t* 4 bytes 4 bytes
+ xdr_encode_double() xds_double_t 8 bytes 8 bytes
+ xdr_decode_double() xds_double_t* 8 bytes 8 bytes
xdr_encode_octetstream() void*, size_t variable variable
xdr_decode_octetstream() void**, size_t* variable variable
xdr_encode_string() char* variable variable
@@ -371,8 +373,10 @@
xml_decode_uint64() xds_uint64_t* 18-37 bytes 8 bytes
xml_encode_int64() xds_int64_t 8 bytes 16-36 bytes
xml_decode_int64() xds_int64_t* 16-36 bytes 8 bytes
- xml_encode_double() xds_double_t ? bytes ? bytes
- xml_decode_double() xds_double_t* ? bytes ? bytes
+ xml_encode_float() xds_float_t 4 bytes ? bytes
+ xml_decode_float() xds_float_t* ? bytes 4 bytes
+ xml_encode_double() xds_double_t 8 bytes ? bytes
+ xml_decode_double() xds_double_t* ? bytes 8 bytes
xml_encode_octetstream() void*, size_t variable variable
xml_decode_octetstream() void**, size_t* variable variable
xml_encode_string() char* variable variable
|
|