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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/src/
H A Dhtml-url.c115 /* tag_url_attributes documents which attributes of which tags contain
138 } tag_url_attributes[] = { variable in typeref:struct:__anon7555
231 for (i = 0; i < countof (tag_url_attributes); i++)
233 tag_url_attributes[i].attr_name, "1");
366 this tag by tag_url_attributes. */
375 for (i = 0; i < countof (tag_url_attributes); i++)
376 if (tag_url_attributes[i].tagid == tagid)
378 /* We've found the index of tag_url_attributes where the
399 const size_t size = countof (tag_url_attributes);
405 for (i = first; i < size && tag_url_attributes[
[all...]

Completed in 27 milliseconds