Home
last modified time | relevance | path

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

/dports/www/libwww/w3c-libwww-5.4.2/Library/src/
H A DHTList.h128 #define HTList_objectOf(me) (me ? me->object: NULL) macro
H A DHTTimer.c97 timer = (HTTimer *)HTList_objectOf(cur); in Timer_dispatch()