Searched refs:type_templ (Results 1 – 2 of 2) sorted by relevance
26 char * type_templ; member129 char * alt, char * type_templ) in HTIcon_add() argument131 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()
57 char * alt, char * type_templ);