Lines Matching defs:host

104 PRIVATE BOOL isLastInPipe (HTHost * host, HTNet * net)  in isLastInPipe()
109 PRIVATE BOOL killPipeline (HTHost * host, HTEventType type) in killPipeline()
159 HTHost * host = (HTHost *) param; in IdleTimeoutEvent() local
176 HTHost * host = (HTHost *)pVoid; in HostEvent() local
280 PUBLIC HTHost * HTHost_new (char * host, u_short u_port) in HTHost_new()
424 PUBLIC HTHost * HTHost_find (char * host) in HTHost_find()
465 HTHost * host; in HTHost_deleteAll() local
488 PUBLIC char * HTHost_name (HTHost * host) in HTHost_name()
496 PUBLIC char * HTHost_class (HTHost * host) in HTHost_class()
501 PUBLIC void HTHost_setClass (HTHost * host, char * s_class) in HTHost_setClass()
509 PUBLIC int HTHost_version (HTHost *host) in HTHost_version()
514 PUBLIC void HTHost_setVersion (HTHost * host, int version) in HTHost_setVersion()
557 PUBLIC void HTHost_setPersistExpires (HTHost * host, time_t expires) in HTHost_setPersistExpires()
562 PUBLIC time_t HTHost_persistExpires (HTHost * host) in HTHost_persistExpires()
567 PUBLIC void HTHost_setReqsPerConnection (HTHost * host, int reqs) in HTHost_setReqsPerConnection()
572 PUBLIC int HTHost_reqsPerConnection (HTHost * host) in HTHost_reqsPerConnection()
577 PUBLIC void HTHost_setReqsMade (HTHost * host, int reqs) in HTHost_setReqsMade()
582 PUBLIC int HTHost_reqsMade (HTHost * host) in HTHost_reqsMade()
608 PUBLIC char * HTHost_server (HTHost * host) in HTHost_server()
613 PUBLIC BOOL HTHost_setServer (HTHost * host, const char * server) in HTHost_setServer()
625 PUBLIC char * HTHost_userAgent (HTHost * host) in HTHost_userAgent()
630 PUBLIC BOOL HTHost_setUserAgent (HTHost * host, const char * userAgent) in HTHost_setUserAgent()
642 PUBLIC char * HTHost_rangeUnits (HTHost * host) in HTHost_rangeUnits()
647 PUBLIC BOOL HTHost_setRangeUnits (HTHost * host, const char * units) in HTHost_setRangeUnits()
662 PUBLIC BOOL HTHost_isRangeUnitAcceptable (HTHost * host, const char * unit) in HTHost_isRangeUnitAcceptable()
691 PUBLIC BOOL HTHost_setPersistent (HTHost * host, in HTHost_setPersistent()
738 PUBLIC BOOL HTHost_isPersistent (HTHost * host) in HTHost_isPersistent()
746 PUBLIC HTChannel * HTHost_channel (HTHost * host) in HTHost_channel()
756 PUBLIC BOOL HTHost_setCloseNotification (HTHost * host, BOOL mode) in HTHost_setCloseNotification()
765 PUBLIC BOOL HTHost_closeNotification (HTHost * host) in HTHost_closeNotification()
774 PUBLIC BOOL HTHost_clearChannel (HTHost * host, int status) in HTHost_clearChannel()
814 PUBLIC BOOL HTHost_doRecover (HTHost * host) in HTHost_doRecover()
823 PUBLIC BOOL HTHost_recoverPipe (HTHost * host) in HTHost_recoverPipe()
885 PUBLIC BOOL HTHost_killPipe (HTHost * host) in HTHost_killPipe()
894 PUBLIC HTTransportMode HTHost_mode (HTHost * host, BOOL * active) in HTHost_mode()
905 PUBLIC BOOL HTHost_setMode (HTHost * host, HTTransportMode mode) in HTHost_setMode()
950 PUBLIC BOOL HTHost_isIdle (HTHost * host) in HTHost_isIdle()
955 PRIVATE BOOL _roomInPipe (HTHost * host) in _roomInPipe()
981 PUBLIC int HTHost_addNet (HTHost * host, HTNet * net) in HTHost_addNet()
1086 PRIVATE BOOL HTHost_free (HTHost * host, int status) in HTHost_free()
1154 PUBLIC BOOL HTHost_deleteNet (HTHost * host, HTNet * net, int status) in HTHost_deleteNet()
1186 PUBLIC HTNet * HTHost_nextPendingNet (HTHost * host) in HTHost_nextPendingNet()
1214 HTHost * host = NULL; in HTHost_nextPendingHost() local
1228 PUBLIC BOOL HTHost_launchPending (HTHost * host) in HTHost_launchPending()
1276 PUBLIC HTNet * HTHost_firstNet (HTHost * host) in HTHost_firstNet()
1281 PUBLIC int HTHost_numberOfOutstandingNetObjects (HTHost * host) in HTHost_numberOfOutstandingNetObjects()
1286 PUBLIC int HTHost_numberOfPendingNetObjects (HTHost * host) in HTHost_numberOfPendingNetObjects()
1297 PUBLIC int HTHost_connect (HTHost * host, HTNet * net, char * url) in HTHost_connect()
1354 PUBLIC int HTHost_listen (HTHost * host, HTNet * net, char * url) in HTHost_listen()
1392 PUBLIC int HTHost_accept (HTHost * host, HTNet * net, char * url) in HTHost_accept()
1437 PUBLIC int HTHost_register (HTHost * host, HTNet * net, HTEventType type) in HTHost_register()
1484 PUBLIC int HTHost_unregister (HTHost * host, HTNet * net, HTEventType type) in HTHost_unregister()
1512 PUBLIC BOOL HTHost_setRemainingRead (HTHost * host, size_t remaining) in HTHost_setRemainingRead()
1523 PUBLIC size_t HTHost_remainingRead (HTHost * host) in HTHost_remainingRead()
1528 PUBLIC SockA * HTHost_getSockAddr (HTHost * host) in HTHost_getSockAddr()
1534 PUBLIC BOOL HTHost_setHome (HTHost * host, int home) in HTHost_setHome()
1541 PUBLIC int HTHost_home (HTHost * host) in HTHost_home()
1547 PUBLIC BOOL HTHost_setRetry (HTHost * host, int retry) in HTHost_setRetry()
1554 PUBLIC BOOL HTHost_decreaseRetry (HTHost * host) in HTHost_decreaseRetry()
1563 PUBLIC int HTHost_retry (HTHost * host) in HTHost_retry()
1578 PUBLIC BOOL HTHost_setChannel (HTHost * host, HTChannel * channel) in HTHost_setChannel()
1585 PUBLIC HTNet * HTHost_getReadNet(HTHost * host) in HTHost_getReadNet()
1590 PUBLIC HTNet * HTHost_getWriteNet(HTHost * host) in HTHost_getWriteNet()
1599 PUBLIC HTInputStream * HTHost_getInput (HTHost * host, HTTransport * tp, in HTHost_getInput()
1612 PUBLIC HTOutputStream * HTHost_getOutput (HTHost * host, HTTransport * tp, in HTHost_getOutput()
1625 PUBLIC HTOutputStream * HTHost_output (HTHost * host, HTNet * net) in HTHost_output()
1634 PUBLIC int HTHost_read(HTHost * host, HTNet * net) in HTHost_read()
1651 PUBLIC BOOL HTHost_setConsumed(HTHost * host, size_t bytes) in HTHost_setConsumed()
1661 PUBLIC int HTHost_hash (HTHost * host) in HTHost_hash()
1666 PUBLIC BOOL HTHost_setWriteDelay (HTHost * host, ms_t delay) in HTHost_setWriteDelay()
1675 PUBLIC ms_t HTHost_writeDelay (HTHost * host) in HTHost_writeDelay()
1680 PUBLIC int HTHost_findWriteDelay (HTHost * host, ms_t lastFlushTime, int buffSize) in HTHost_findWriteDelay()
1712 PUBLIC int HTHost_forceFlush(HTHost * host) in HTHost_forceFlush()