• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/

Lines Matching defs:href

2062   { if (!soap_element_begin_in(soap, "xop:Include", 0, NULL) && *soap->href)
2088 if (!*soap->href)
2090 *id = soap_strdup(soap, soap->href);
5395 || soap_element_href(soap, "xop:Include", 0, "href", aid)
5399 else if (soap_element_href(soap, tag, 0, "href", aid))
5840 DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Forwarding first href='%s' type=%d %p (%u bytes)\n", id, t, p, (unsigned int)n));
5851 { DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Resolved href='%s' type=%d location=%p (%u bytes)\n", id, t, ip->ptr, (unsigned int)n));
5855 DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Type incompatibility: href='%s' id-type=%d href-type=%d\n", id, ip->type, t));
5870 { DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Resolving level %u pointers to href='%s'\n", ip->level, id));
5894 { DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Forwarded href='%s' type=%d location=%p (%u bytes)\n", id, t, p, (unsigned int)n));
5919 soap_id_forward(struct soap *soap, const char *href, void *p, size_t len, int st, int tt, size_t n, unsigned int k, void (*fcopy)(struct soap*, int, int, void*, size_t, const void*, size_t))
5921 if (!p || !href || !*href)
5923 ip = soap_lookup(soap, href); /* lookup pointer to hash table entry for string id */
5925 { if (!(ip = soap_enter(soap, href))) /* new hash table entry for string id */
5934 DBGLOG(TEST,SOAP_MESSAGE(fdebug, "New entry href='%s' type=%d size=%lu level=%d location=%p\n", href, st, (unsigned long)n, k, p));
5937 { DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Type incompatibility id='%s' expect type=%d size=%lu level=%u got type=%d size=%lu\n", href, ip->type, (unsigned long)ip->size, k, st, (unsigned long)n));
5938 strcpy(soap->id, href);
5942 if (fcopy || n < sizeof(void*) || *href != '#')
5958 DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Forwarding type=%d (target type=%d) size=%lu location=%p level=%u len=%lu href='%s'\n", st, tt, (unsigned long)n, p, k, (unsigned long)len, href));
5961 { DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Forwarding copying address %p for type=%d href='%s'\n", p, st, href));
7542 soap_element_ref(struct soap *soap, const char *tag, int id, int href)
7544 const char *s = "href";
7549 sprintf(soap->href, "#_%d", href);
7550 return soap_element_href(soap, tag, id, s, soap->href + n);
8080 soap->href[0] = '\0';
8351 else if (!strcmp(tp->name, "href"))
8355 { strncpy(soap->href, tp->value, sizeof(soap->href) - 1);
8356 soap->href[sizeof(soap->href)-1] = '\0';
8404 { *soap->href = '#';
8405 strncpy(soap->href + 1, tp->value, sizeof(soap->href) - 2);
8406 soap->href[sizeof(soap->href)-1] = '\0';
9317 if (*soap->href)
9318 p = (int*)soap_id_forward(soap, soap->href, p, 0, t, 0, sizeof(int), 0, NULL);
9400 if (*soap->href)
9401 p = (long*)soap_id_forward(soap, soap->href, p, 0, t, 0, sizeof(long), 0, NULL);
9496 if (*soap->href)
9497 p = (LONG64*)soap_id_forward(soap, soap->href, p, 0, t, 0, sizeof(LONG64), 0, NULL);
9567 if (*soap->href)
9568 p = (char*)soap_id_forward(soap, soap->href, p, 0, t, 0, sizeof(char), 0, NULL);
9639 if (*soap->href)
9640 p = (short*)soap_id_forward(soap, soap->href, p, 0, t, 0, sizeof(short), 0, NULL);
9785 if (*soap->href)
9786 p = (float*)soap_id_forward(soap, soap->href, p, 0, t, 0, sizeof(float), 0, NULL);
9894 if (*soap->href)
9895 p = (double*)soap_id_forward(soap, soap->href, p, 0, t, 0, sizeof(double), 0, NULL);
9965 if (*soap->href)
9966 p = (unsigned char*)soap_id_forward(soap, soap->href, p, 0, t, 0, sizeof(unsigned char), 0, NULL);
10037 if (*soap->href)
10038 p = (unsigned short*)soap_id_forward(soap, soap->href, p, 0, t, 0, sizeof(unsigned short), 0, NULL);
10119 if (*soap->href)
10120 p = (unsigned int*)soap_id_forward(soap, soap->href, p, 0, t, 0, sizeof(unsigned int), 0, NULL);
10202 if (*soap->href)
10203 p = (unsigned long*)soap_id_forward(soap, soap->href, p, 0, t, 0, sizeof(unsigned long), 0, NULL);
10293 if (*soap->href)
10294 p = (ULONG64*)soap_id_forward(soap, soap->href, p, 0, t, 0, sizeof(ULONG64), 0, NULL);
10628 if (*soap->href)
10629 p = (char**)soap_id_lookup(soap, soap->href, (void**)p, t, sizeof(char**), 0);
10690 if (*soap->href)
10691 p = (wchar_t**)soap_id_lookup(soap, soap->href, (void**)p, t, sizeof(wchar_t**), 0);
10899 if (*soap->href)
10900 p = (time_t*)soap_id_forward(soap, soap->href, p, 0, t, 0, sizeof(time_t), 0, NULL);
14481 *s = "DIME href to missing attachment";
14493 *s = "MIME href to missing attachment";