Home
last modified time | relevance | path

Searched refs:type_templ (Results 1 – 2 of 2) sorted by relevance

/dports/www/libwww/w3c-libwww-5.4.2/Library/src/
H A DHTIcons.c26 char * type_templ; member
129 char * alt, char * type_templ) in HTIcon_add() argument
131 if (url && type_templ) { in HTIcon_add()
137 if (type_templ) StrAllocCopy(node->type_templ, type_templ); in HTIcon_add()
142 type_templ _ url _ alt ? alt : ""); in HTIcon_add()
229 char * slash = strchr(node->type_templ,'/'); in HTIcon_find()
230 if ((ct && slash && match(node->type_templ,ct)) || in HTIcon_find()
231 (ce && !slash && HTStrMatch(node->type_templ,ce))) { in HTIcon_find()
250 HT_FREE(pNode->type_templ); in HTIconNode_delete()
H A DHTIcons.h57 char * alt, char * type_templ);