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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/src/
H A Dhtml-parse.h56 const char *contents_begin; /* delimiters of tag contents */ member in struct:taginfo
H A Dhtml-url.c642 tag->contents_begin && tag->contents_end)
645 get_urls_css (ctx, tag->contents_begin - ctx->text,
646 tag->contents_end - tag->contents_begin);
H A Dhtml-parse.c279 const char *contents_begin;
928 ts->contents_begin = NULL;
1095 tail->contents_begin = p+1;
1126 taginfo.contents_begin = NULL;
1134 if (ts->contents_begin)
1136 taginfo.contents_begin = ts->contents_begin;
278 const char *contents_begin; member in struct:tagstack_item

Completed in 52 milliseconds