Searched refs:attrind (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.c241 find_attr (struct taginfo *tag, const char *name, int *attrind) argument
247 if (attrind)
248 *attrind = i;
255 #define ATTR_POS(tag, attrind, ctx) \
256 (tag->attrs[attrind].value_raw_beginning - ctx->text)
257 #define ATTR_SIZE(tag, attrind) \
258 (tag->attrs[attrind].value_raw_size)
353 int attrind;
354 char *style = find_attr (tag, "style", &attrind);
359 get_urls_css (ctx, ATTR_POS(tag,attrind,ct
352 int attrind; local
371 int attrind; local
430 int attrind; local
455 int attrind; local
473 int attrind; local
530 int attrind; local
[all...]

Completed in 51 milliseconds