Home
last modified time | relevance | path

Searched refs:HTAnchor_findLinkType (Results 1 – 4 of 4) sorted by relevance

/dports/www/libwww/w3c-libwww-5.4.2/Library/src/
H A DHTAnchor.h263 extern HTLink * HTAnchor_findLinkType (HTAnchor * me, HTLinkType type);
H A DHTAnchor.c276 PUBLIC HTLink * HTAnchor_findLinkType (HTAnchor * me, HTLinkType type) in HTAnchor_findLinkType() function
/dports/www/libwww/w3c-libwww-5.4.2/Library/src/windows/
H A Dwwwcore.def36 HTAnchor_findLinkType @ 209
/dports/www/libwww/w3c-libwww-5.4.2/Robot/src/
H A DHTRobot.c138 HTLink * link = HTAnchor_findLinkType((HTAnchor *) anchor, mr->relation); in calculate_linkRelations()