Searched refs:host (Results 51 - 66 of 66) sorted by last modified time

123

/haiku/src/tests/kits/net/cookie/
H A Dcookie_test.cpp58 BString host("http://");
59 host << domains[domain] << "/";
62 BUrl url(host);
69 cout << "Count for " << host << ": " << count << endl;
/haiku/src/bin/
H A Dcheckitout.cpp127 BString host = url.Host(); local
140 PRINT(("HOST='%s'\n", host.String()));
164 BString host = url.Host(); local
/haiku/src/kits/tracker/
H A DNodePreloader.h59 static NodePreloader* InstallNodePreloader(const char* name, BLooper* host);
/haiku/src/libs/util/
H A Drealhostname.c49 realhostname(char *host, size_t hsize, const struct in_addr *ip) argument
75 strncpy(host, trimmed, hsize);
82 strncpy(host, inet_ntoa(*ip), hsize);
88 realhostname_sa(char *host, size_t hsize, struct sockaddr *addr, int addrlen) argument
172 strncpy(host, buf, hsize);
182 strncpy(host, buf, hsize);
/haiku/src/preferences/time/
H A Dntp.h12 extern status_t ntp_update_time(const char *host,
/haiku/src/kits/network/libnetapi/
H A DNetAddress.cpp14 host byte order.
15 * In all mutators, non-struct input values are converted from host to
128 * (default: NULL). Will be converted to host byte order
220 * Output port will be in host byte order, but addr will be in the usual
351 struct hostent* host = gethostbyname(hostname); local
352 if (host != NULL)
353 addr = *(int*)host->h_addr_list[0];
/haiku/src/bin/network/telnetd/
H A Dtelnetd.c386 ; /* VOID*/ /* Just ignore the host/port name */
698 fatal(net, "Couldn't resolve your address into a host name.\r\n\
743 telnet(int f, int p, char *host) argument
951 startslave(host, level, user_name);
/haiku/src/bin/network/ftpd/
H A Dlogwtmp.c77 char host[UT_HOSTSIZE]; local
80 host[0] = '\0';
82 realhostname_sa(host, sizeof(host), addr, addr->sa_len);
89 (void)strncpy(ut.ut_host, host, sizeof(ut.ut_host));
/haiku/src/apps/cortex/addons/audioOps/
H A DAudioAdapterOp.cpp88 // - source and destination must be host-endian
158 // - destination must be host-endian
479 IAudioOpHost* host,
519 split ? (IAudioOp*)new _AudioAdapterOp_split < uint8, uint8>(host) :
520 mix ? (IAudioOp*)new _AudioAdapterOp_mix < uint8, uint8>(host) :
521 (IAudioOp*)new _AudioAdapterOp_direct < uint8, uint8>(host);
525 split ? (IAudioOp*)new _AudioAdapterOp_swap_split< uint8, short>(host) :
526 mix ? (IAudioOp*)new _AudioAdapterOp_swap_mix < uint8, short>(host) :
527 (IAudioOp*)new _AudioAdapterOp_swap_direct < uint8, short>(host);
529 split ? (IAudioOp*)new _AudioAdapterOp_split < uint8, short>(host)
478 createOp( IAudioOpHost* host, const media_raw_audio_format& inputFormat, const media_raw_audio_format& outputFormat) argument
[all...]
H A DAudioAdapterOp.h52 IAudioOpHost* host,
H A DNullAudioOp.cpp105 IAudioOpHost* host,
109 return new _NullAudioOp(host);
104 createOp( IAudioOpHost* host, const media_raw_audio_format& inputFormat, const media_raw_audio_format& outputFormat) argument
H A DNullAudioOp.h55 IAudioOpHost* host,
/haiku/src/apps/cortex/addons/common/
H A DIAudioOp.h44 // +++++ moving back towards a raw interface approach; the host node
46 // See IAudioOpHost for the operations that the host node needs
63 IAudioOpHost* const host; member in class:IAudioOp
67 IAudioOpHost* _host) : host(_host) {}
109 // Called when the host node is started, before any calls to
H A DIAudioOpFactory.h71 IAudioOpHost* host,
/haiku/src/add-ons/media/media-add-ons/esound_sink/
H A DESDEndpoint.h52 status_t Connect(const char *host, uint16 port=ESD_DEFAULT_PORT);
/haiku/src/add-ons/print/transports/shared/
H A DSocket.h19 Socket(const char *host, int port);
20 Socket(const char *host, int port, int localPort);

Completed in 104 milliseconds

123