Lines Matching defs:host

104 PRIVATE BOOL isLastInPipe (HTHost * host, HTNet * net)  in isLastInPipe()
109 PRIVATE BOOL killPipeline (HTHost * host, HTEventType type) in killPipeline()
160 HTHost * host = (HTHost *) param; in IdleTimeoutEvent() local
177 HTHost * host = (HTHost *)pVoid; in HostEvent() local
281 PUBLIC HTHost * HTHost_new (char * host, u_short u_port) in HTHost_new()
425 PUBLIC HTHost * HTHost_find (char * host) in HTHost_find()
466 HTHost * host; in HTHost_deleteAll() local
489 PUBLIC char * HTHost_name (HTHost * host) in HTHost_name()
497 PUBLIC char * HTHost_class (HTHost * host) in HTHost_class()
502 PUBLIC void HTHost_setClass (HTHost * host, char * s_class) in HTHost_setClass()
510 PUBLIC int HTHost_version (HTHost *host) in HTHost_version()
515 PUBLIC void HTHost_setVersion (HTHost * host, int version) in HTHost_setVersion()
558 PUBLIC void HTHost_setPersistExpires (HTHost * host, time_t expires) in HTHost_setPersistExpires()
563 PUBLIC time_t HTHost_persistExpires (HTHost * host) in HTHost_persistExpires()
568 PUBLIC void HTHost_setReqsPerConnection (HTHost * host, int reqs) in HTHost_setReqsPerConnection()
573 PUBLIC int HTHost_reqsPerConnection (HTHost * host) in HTHost_reqsPerConnection()
578 PUBLIC void HTHost_setReqsMade (HTHost * host, int reqs) in HTHost_setReqsMade()
583 PUBLIC int HTHost_reqsMade (HTHost * host) in HTHost_reqsMade()
609 PUBLIC char * HTHost_server (HTHost * host) in HTHost_server()
614 PUBLIC BOOL HTHost_setServer (HTHost * host, const char * server) in HTHost_setServer()
626 PUBLIC char * HTHost_userAgent (HTHost * host) in HTHost_userAgent()
631 PUBLIC BOOL HTHost_setUserAgent (HTHost * host, const char * userAgent) in HTHost_setUserAgent()
643 PUBLIC char * HTHost_rangeUnits (HTHost * host) in HTHost_rangeUnits()
648 PUBLIC BOOL HTHost_setRangeUnits (HTHost * host, const char * units) in HTHost_setRangeUnits()
663 PUBLIC BOOL HTHost_isRangeUnitAcceptable (HTHost * host, const char * unit) in HTHost_isRangeUnitAcceptable()
692 PUBLIC BOOL HTHost_setPersistent (HTHost * host, in HTHost_setPersistent()
739 PUBLIC BOOL HTHost_isPersistent (HTHost * host) in HTHost_isPersistent()
747 PUBLIC HTChannel * HTHost_channel (HTHost * host) in HTHost_channel()
757 PUBLIC BOOL HTHost_setCloseNotification (HTHost * host, BOOL mode) in HTHost_setCloseNotification()
766 PUBLIC BOOL HTHost_closeNotification (HTHost * host) in HTHost_closeNotification()
775 PUBLIC BOOL HTHost_clearChannel (HTHost * host, int status) in HTHost_clearChannel()
815 PUBLIC BOOL HTHost_doRecover (HTHost * host) in HTHost_doRecover()
824 PUBLIC BOOL HTHost_recoverPipe (HTHost * host) in HTHost_recoverPipe()
884 PUBLIC BOOL HTHost_killPipe (HTHost * host) in HTHost_killPipe()
893 PUBLIC HTTransportMode HTHost_mode (HTHost * host, BOOL * active) in HTHost_mode()
904 PUBLIC BOOL HTHost_setMode (HTHost * host, HTTransportMode mode) in HTHost_setMode()
949 PUBLIC BOOL HTHost_isIdle (HTHost * host) in HTHost_isIdle()
954 PRIVATE BOOL _roomInPipe (HTHost * host) in _roomInPipe()
980 PUBLIC int HTHost_addNet (HTHost * host, HTNet * net) in HTHost_addNet()
1085 PRIVATE BOOL HTHost_free (HTHost * host, int status) in HTHost_free()
1153 PUBLIC BOOL HTHost_deleteNet (HTHost * host, HTNet * net, int status) in HTHost_deleteNet()
1185 PUBLIC HTNet * HTHost_nextPendingNet (HTHost * host) in HTHost_nextPendingNet()
1213 HTHost * host = NULL; in HTHost_nextPendingHost() local
1227 PUBLIC BOOL HTHost_launchPending (HTHost * host) in HTHost_launchPending()
1275 PUBLIC HTNet * HTHost_firstNet (HTHost * host) in HTHost_firstNet()
1280 PUBLIC int HTHost_numberOfOutstandingNetObjects (HTHost * host) in HTHost_numberOfOutstandingNetObjects()
1285 PUBLIC int HTHost_numberOfPendingNetObjects (HTHost * host) in HTHost_numberOfPendingNetObjects()
1296 PUBLIC int HTHost_connect (HTHost * host, HTNet * net, char * url) in HTHost_connect()
1353 PUBLIC int HTHost_listen (HTHost * host, HTNet * net, char * url) in HTHost_listen()
1391 PUBLIC int HTHost_accept (HTHost * host, HTNet * net, char * url) in HTHost_accept()
1436 PUBLIC int HTHost_register (HTHost * host, HTNet * net, HTEventType type) in HTHost_register()
1483 PUBLIC int HTHost_unregister (HTHost * host, HTNet * net, HTEventType type) in HTHost_unregister()
1511 PUBLIC BOOL HTHost_setRemainingRead (HTHost * host, size_t remaining) in HTHost_setRemainingRead()
1522 PUBLIC size_t HTHost_remainingRead (HTHost * host) in HTHost_remainingRead()
1527 PUBLIC SockA * HTHost_getSockAddr (HTHost * host) in HTHost_getSockAddr()
1533 PUBLIC BOOL HTHost_setHome (HTHost * host, int home) in HTHost_setHome()
1540 PUBLIC int HTHost_home (HTHost * host) in HTHost_home()
1546 PUBLIC BOOL HTHost_setRetry (HTHost * host, int retry) in HTHost_setRetry()
1553 PUBLIC BOOL HTHost_decreaseRetry (HTHost * host) in HTHost_decreaseRetry()
1562 PUBLIC int HTHost_retry (HTHost * host) in HTHost_retry()
1577 PUBLIC BOOL HTHost_setChannel (HTHost * host, HTChannel * channel) in HTHost_setChannel()
1584 PUBLIC HTNet * HTHost_getReadNet(HTHost * host) in HTHost_getReadNet()
1589 PUBLIC HTNet * HTHost_getWriteNet(HTHost * host) in HTHost_getWriteNet()
1598 PUBLIC HTInputStream * HTHost_getInput (HTHost * host, HTTransport * tp, in HTHost_getInput()
1611 PUBLIC HTOutputStream * HTHost_getOutput (HTHost * host, HTTransport * tp, in HTHost_getOutput()
1624 PUBLIC HTOutputStream * HTHost_output (HTHost * host, HTNet * net) in HTHost_output()
1633 PUBLIC int HTHost_read(HTHost * host, HTNet * net) in HTHost_read()
1650 PUBLIC BOOL HTHost_setConsumed(HTHost * host, size_t bytes) in HTHost_setConsumed()
1660 PUBLIC int HTHost_hash (HTHost * host) in HTHost_hash()
1665 PUBLIC BOOL HTHost_setWriteDelay (HTHost * host, ms_t delay) in HTHost_setWriteDelay()
1674 PUBLIC ms_t HTHost_writeDelay (HTHost * host) in HTHost_writeDelay()
1679 PUBLIC int HTHost_findWriteDelay (HTHost * host, ms_t lastFlushTime, int buffSize) in HTHost_findWriteDelay()
1711 PUBLIC int HTHost_forceFlush(HTHost * host) in HTHost_forceFlush()