Searched refs:__union (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/samples/mtom/
H A Dmtom-test.h60 { int __union; member in struct:x__DataType
H A Dmtom-test.c106 data.__union = SOAP_UNION_x__data_base64;
112 { if (!single.x__Data || single.x__Data->__union != SOAP_UNION_x__data_xop__Include || !single.x__Data->choice.xop__Include.__ptr || single.x__Data->choice.xop__Include.__size != data.choice.base64.__size || strcmp((char*)single.x__Data->choice.xop__Include.__ptr, (char*)data.choice.base64.__ptr))
117 data.__union = SOAP_UNION_x__data_xop__Include;
128 || single.x__Data->__union != SOAP_UNION_x__data_base64
140 wrap.Data[i].__union = SOAP_UNION_x__data_base64;
154 if (multiple.x__EchoTest->Data[i].__union != SOAP_UNION_x__data_xop__Include
167 wrap.Data[i].__union = SOAP_UNION_x__data_xop__Include;
184 if (multiple.x__EchoTest->Data[i].__union != SOAP_UNION_x__data_base64
218 switch (data->__union)
221 response->x__Data->__union
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/samples/mtom/
H A Dmtom-test.h60 { int __union; member in struct:x__DataType
H A Dmtom-test.c106 data.__union = SOAP_UNION_x__data_base64;
112 { if (!single.x__Data || single.x__Data->__union != SOAP_UNION_x__data_xop__Include || !single.x__Data->choice.xop__Include.__ptr || single.x__Data->choice.xop__Include.__size != data.choice.base64.__size || strcmp((char*)single.x__Data->choice.xop__Include.__ptr, (char*)data.choice.base64.__ptr))
117 data.__union = SOAP_UNION_x__data_xop__Include;
128 || single.x__Data->__union != SOAP_UNION_x__data_base64
140 wrap.Data[i].__union = SOAP_UNION_x__data_base64;
154 if (multiple.x__EchoTest->Data[i].__union != SOAP_UNION_x__data_xop__Include
167 wrap.Data[i].__union = SOAP_UNION_x__data_xop__Include;
184 if (multiple.x__EchoTest->Data[i].__union != SOAP_UNION_x__data_base64
218 switch (data->__union)
221 response->x__Data->__union
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/vms/
H A Dvmsdefs.h58 #define __union union macro
61 #define __union variant_union macro
82 __union {
104 __union {
125 __union
134 __union
212 __union {
H A Dvms.h78 * __union as variant_union to make sure we access the structure correctly.
81 #if defined(fib$w_did) || (defined(__union) && (__union == variant_union))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/vms/
H A Dvmsdefs.h58 #define __union union macro
61 #define __union variant_union macro
82 __union {
104 __union {
125 __union
134 __union
212 __union {
H A Dvmsmunch.c151 * __union as variant_union to make sure we access the structure correctly.
153 #if defined(fib$w_did) || (defined(__union) && (__union == variant_union))
H A Dvms.h55 * __union as variant_union to make sure we access the structure correctly.
58 #if defined(fib$w_did) || (defined(__union) && (__union == variant_union))

Completed in 186 milliseconds