Searched refs:out_attribute (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/
H A Ddom.c83 static int out_attribute(struct soap *soap, const char *prefix, const char *name, const char *data, const wchar_t *wide, int flag);
195 out_attribute(struct soap *soap, const char *prefix, const char *name, const char *data, const wchar_t *wide, int flag) function
334 { if (out_attribute(soap, prefix, att->name, att->data, att->wide, 0))
338 { if (out_attribute(soap, q->id, att->name, att->data, att->wide, 0))
346 { if (out_attribute(soap, strncmp(att->name, "xml", 3) ? ns->id : NULL, att->name, att->data, att->wide, 0))
355 { if (out_attribute(soap, NULL, att->name, att->data, att->wide, 0))
452 { if (out_attribute(soap, q->id, node->name, node->data, node->wide, 1))
459 { if (out_attribute(soap, strncmp(node->name, "xml", 3) ? ns->id : NULL, node->name, node->data, node->wide, 1))
470 if (out_attribute(soap, NULL, node->name, node->data, node->wide, 1))
477 { if (out_attribute(soa
[all...]
H A Ddom.cpp83 static int out_attribute(struct soap *soap, const char *prefix, const char *name, const char *data, const wchar_t *wide, int flag);
195 out_attribute(struct soap *soap, const char *prefix, const char *name, const char *data, const wchar_t *wide, int flag) function
334 { if (out_attribute(soap, prefix, att->name, att->data, att->wide, 0))
338 { if (out_attribute(soap, q->id, att->name, att->data, att->wide, 0))
346 { if (out_attribute(soap, strncmp(att->name, "xml", 3) ? ns->id : NULL, att->name, att->data, att->wide, 0))
355 { if (out_attribute(soap, NULL, att->name, att->data, att->wide, 0))
452 { if (out_attribute(soap, q->id, node->name, node->data, node->wide, 1))
459 { if (out_attribute(soap, strncmp(node->name, "xml", 3) ? ns->id : NULL, node->name, node->data, node->wide, 1))
470 if (out_attribute(soap, NULL, node->name, node->data, node->wide, 1))
477 { if (out_attribute(soa
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/
H A Ddom.c83 static int out_attribute(struct soap *soap, const char *prefix, const char *name, const char *data, const wchar_t *wide, int flag);
195 out_attribute(struct soap *soap, const char *prefix, const char *name, const char *data, const wchar_t *wide, int flag) function
334 { if (out_attribute(soap, prefix, att->name, att->data, att->wide, 0))
338 { if (out_attribute(soap, q->id, att->name, att->data, att->wide, 0))
346 { if (out_attribute(soap, strncmp(att->name, "xml", 3) ? ns->id : NULL, att->name, att->data, att->wide, 0))
355 { if (out_attribute(soap, NULL, att->name, att->data, att->wide, 0))
452 { if (out_attribute(soap, q->id, node->name, node->data, node->wide, 1))
459 { if (out_attribute(soap, strncmp(node->name, "xml", 3) ? ns->id : NULL, node->name, node->data, node->wide, 1))
470 if (out_attribute(soap, NULL, node->name, node->data, node->wide, 1))
477 { if (out_attribute(soa
[all...]
H A Ddom.cpp83 static int out_attribute(struct soap *soap, const char *prefix, const char *name, const char *data, const wchar_t *wide, int flag);
195 out_attribute(struct soap *soap, const char *prefix, const char *name, const char *data, const wchar_t *wide, int flag) function
334 { if (out_attribute(soap, prefix, att->name, att->data, att->wide, 0))
338 { if (out_attribute(soap, q->id, att->name, att->data, att->wide, 0))
346 { if (out_attribute(soap, strncmp(att->name, "xml", 3) ? ns->id : NULL, att->name, att->data, att->wide, 0))
355 { if (out_attribute(soap, NULL, att->name, att->data, att->wide, 0))
452 { if (out_attribute(soap, q->id, node->name, node->data, node->wide, 1))
459 { if (out_attribute(soap, strncmp(node->name, "xml", 3) ? ns->id : NULL, node->name, node->data, node->wide, 1))
470 if (out_attribute(soap, NULL, node->name, node->data, node->wide, 1))
477 { if (out_attribute(soa
[all...]

Completed in 111 milliseconds