ossp-pkg/xds/xds.pod 1.11 -> 1.12
--- xds.pod 2001/08/30 11:29:38 1.11
+++ xds.pod 2001/08/30 15:02:52 1.12
@@ -373,10 +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_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_float() xds_float_t 4 bytes variable
+ xml_decode_float() xds_float_t* variable 4 bytes
+ xml_encode_double() xds_double_t 8 bytes variable
+ xml_decode_double() xds_double_t* variable 8 bytes
xml_encode_octetstream() void*, size_t variable variable
xml_decode_octetstream() void**, size_t* variable variable
xml_encode_string() char* variable variable
|
|