Searched refs:xop (Results 1 - 2 of 2) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/avs/ns/dsw/
H A Ddsw_dev.c5546 _ii_overflow_t **xop, *op; local
5552 for (xop = &_ii_overflow_top; *xop; xop = &(*xop)->ii_next) {
5553 if (strcmp(volume, (*xop)->ii_volname) == 0) {
5558 if (!*xop) {
5563 op = *xop;
/opensolaris-onvv-gate/usr/src/lib/libkmsagent/common/SOAP/
H A Dstdsoap2.cpp2025 { /* Check MTOM xop:Include element (within hex/base64Binary) */
2026 /* TODO: this code to be obsoleted with new import/xop.h conventions */
2029 { if (!soap_element_begin_in(soap, "xop:Include", 0, NULL) && *soap->href)
6919 /* Add MTOM xop:Include element when necessary */
6920 /* TODO: this code to be obsoleted with new import/xop.h conventions */
6921 if ((soap->mode & SOAP_ENC_MTOM) && strcmp(tag, "xop:Include"))
6923 || soap_element_href(soap, "xop:Include", 0, "xmlns:xop=\"http://www.w3.org/2004/08/xop/include\" href", aid)
14198 s = "application/xop
[all...]

Completed in 200 milliseconds