_hostfd 216 gui/Player.cpp _hostfd(-1),
_hostfd 511 gui/Player.cpp _hostfd, _controlfd);
_hostfd 514 gui/Player.cpp if ( _hostfd != -1 ) {
_hostfd 515 gui/Player.cpp root.setHostFD(_hostfd);
_hostfd 139 gui/Player.h _hostfd = fd;
_hostfd 143 gui/Player.h return _hostfd;
_hostfd 347 gui/Player.h int _hostfd;
_hostfd 158 libcore/movie_root.cpp _hostfd(-1),
_hostfd 1604 libcore/movie_root.cpp if (_hostfd >= 0) {
_hostfd 1606 libcore/movie_root.cpp "requests fd %d"), _hostfd);
_hostfd 1607 libcore/movie_root.cpp int ret = write(_hostfd, ss.str().c_str(), ss.str().size());
_hostfd 1610 libcore/movie_root.cpp "fd %d: %s"), _hostfd, std::strerror(errno));
_hostfd 1768 libcore/movie_root.cpp if (_hostfd >= 0) {
_hostfd 1773 libcore/movie_root.cpp const size_t ret = ExternalInterface::writeBrowser(_hostfd, msg);
_hostfd 1776 libcore/movie_root.cpp _hostfd, std::strerror(errno));
_hostfd 1803 libcore/movie_root.cpp if (_controlfd >= 0 && _hostfd >= 0) {
_hostfd 1806 libcore/movie_root.cpp const size_t ret = ExternalInterface::writeBrowser(_hostfd, msg);
_hostfd 1809 libcore/movie_root.cpp _hostfd, std::strerror(errno));
_hostfd 1863 libcore/movie_root.cpp if (_hostfd >= 0) {
_hostfd 1864 libcore/movie_root.cpp const size_t ret = ExternalInterface::writeBrowser(_hostfd, result);
_hostfd 1867 libcore/movie_root.cpp _hostfd, std::strerror(errno));
_hostfd 2071 libcore/movie_root.cpp log_network("%s: HOSTFD is %d", __FUNCTION__, _hostfd);
_hostfd 2073 libcore/movie_root.cpp if (_hostfd < 0) {
_hostfd 2136 libcore/movie_root.cpp log_debug(_("Attempt to write geturl requests fd #%d"), _hostfd);
_hostfd 2140 libcore/movie_root.cpp const size_t ret = ExternalInterface::writeBrowser(_hostfd, msg);
_hostfd 2143 libcore/movie_root.cpp ret, _hostfd);
_hostfd 702 libcore/movie_root.h _hostfd = fd;
_hostfd 716 libcore/movie_root.h return _hostfd;
_hostfd 1040 libcore/movie_root.h int _hostfd;
_hostfd 662 plugin/npapi/pluginScriptObject.cpp _hostfd = x; // FIXME: this should go away
_hostfd 670 plugin/npapi/pluginScriptObject.cpp return _hostfd;
_hostfd 698 plugin/npapi/pluginScriptObject.cpp return readPlayer(_hostfd);
_hostfd 123 plugin/npapi/pluginScriptObject.h int getReadFD() { return _hostfd; };
_hostfd 174 plugin/npapi/pluginScriptObject.h int _hostfd;