Home
last modified time | relevance | path

Searched refs:received (Results 1 – 25 of 90) sorted by relevance

1234

/haiku/src/bin/network/ppp_up/
H A DPPPStatusView.cpp63 BBox *received = new BBox(rect, "Received"); in PPPStatusView() local
64 received->SetLabel(kLabelReceived); in PPPStatusView()
65 rect = received->Bounds(); in PPPStatusView()
77 rect = received->Frame(); in PPPStatusView()
81 rect = received->Bounds(); in PPPStatusView()
93 received->AddChild(fBytesReceived); in PPPStatusView()
94 received->AddChild(fPacketsReceived); in PPPStatusView()
101 AddChild(received); in PPPStatusView()
/haiku/docs/user/midi2/
H A DMidiConsumer.dox150 misleading; the hook will <I>always</I> be called, even if events are received
158 after the first event has been received. If no event ever comes in, the
161 after at least one new event has been received.
181 \brief Invoked when raw MIDI is received.
184 If atomic is true, the data received comprises a single MIDI event; i.e. one
212 \brief Invoked when a Note Off event is received.
221 \brief Invoked when a Note On event is received.
230 \brief Invoked when a Polyphonic Pressure (Aftertouch) event is received.
239 \brief Invoked when a Controller Change event is received.
248 \brief Invoked when a Program Change event is received.
[all …]
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DConnection.cpp464 uint32 received = 0; in Receive() local
466 result = recv(fSocket, ((uint8*)&record_size) + received, in Receive()
467 sizeof(record_size) - received, 0); in Receive()
468 received += result; in Receive()
469 } while (result > 0 && received < sizeof(record_size)); in Receive()
493 received = 0; in Receive()
495 result = recv(fSocket, (uint8*)buffer + size + received, in Receive()
496 record_size - received, 0); in Receive()
497 received += result; in Receive()
498 } while (result > 0 && received < record_size); in Receive()
/haiku/src/add-ons/kernel/network/stack/
H A Dstack_interface.cpp98 ssize_t received = gNetSocketModule.receive(socket, &message, data, length, in stack_interface_recvfrom() local
101 if (received >= 0 && _addressLength != NULL) in stack_interface_recvfrom()
104 return received; in stack_interface_recvfrom()
/haiku/src/libs/iconv/
H A Dencodings_local.def14 You should have received a copy of the GNU Library General Public
H A Dencodings_osf1.def14 You should have received a copy of the GNU Library General Public
H A Dencodings_extra.def14 You should have received a copy of the GNU Library General Public
H A Dencodings_aix.def14 You should have received a copy of the GNU Library General Public
H A Dencodings_dos.def14 You should have received a copy of the GNU Library General Public
/haiku/docs/user/ppp/
H A DKernelPPPIntro.dox36 A different system is used for receiving packets: KPPPDevice passes the received
52 If a received packet could not be handled by a child it is passed up to the parent.
/haiku/docs/develop/media/
H A DNotifications.txt38 The following notification is only received if you use the node specific StartWatching,
/haiku/src/tests/add-ons/kernel/network/
H A Duserland_ipc.c338 int received; in connection_runner() local
344 status = core->socket_recv(cookie->socket, msg, (caddr_t)&msg->msg_namelen,&received); in connection_runner()
346 status = received; in connection_runner()
/haiku/src/add-ons/kernel/busses/scsi/53c8xx/
H A Dscripts.ss18 ABSOLUTE status_badmsg = 0x1a ; bad msg received
19 ABSOLUTE status_badextmsg = 0x1b ; bad extended msg received
/haiku/docs/develop/servers/app_server/
H A Dinput.rst111 Nearly all keypresses received by the app_server are passed onto the
H A Dprocess_management.rst68 applications, when a request to shut down the system is received by the
/haiku/3rdparty/proposals/khronos/
H A DEGL_KHR_platform_haiku.txt47 libglvnd has received patches for basic Haiku support
/haiku/data/system/data/licenses/
H A DGNU LGPL v3152 Library as you received it specifies that a certain numbered version
157 received it does not specify a version number of the GNU Lesser
161 If the Library as you received it specifies that a proxy can decide
H A DGNU GPL v1115 c) accompany it with the information you received as to where the
118 received the program in object code or executable form alone.)
132 the Program under this License. However, parties who have received
217 You should have received a copy of the GNU General Public License
H A DGNU GPL v336 freedoms that you received. You must make sure that they, too, receive
228 invalidate such permission if you have separately received it.
272 only if you received the object code with such an offer, in accord
302 product received by a particular user, "normally used" refers to a
390 received it, or any part of it, contains a notice stating that it is
425 received notice of violation of this License (for any work) from that
430 licenses of parties who have received copies or rights from you under
647 You should have received a copy of the GNU General Public License
/haiku/docs/user/netservices/
H A DHttpResult.dox147 to inspect the status, the headers and the data as the response is received from the server.
151 is not yet received, they will block until it is available. You can also use the non-blocking
156 progressively and can be accessed as soon as they have been received. The meaning of a HTTP
308 A request is completed when the status, headers and body have been received, or an error was
H A DHttpSession.dox267 \brief The HTTP status code has been received, and can be accessed through the result object.
275 \brief The HTTP header block has been received, and the status and fields can be accessed
/haiku/headers/cpp/
H A Dstdexcept15 // You should have received a copy of the GNU General Public License
/haiku/docs/user/app/
H A DHandler.dox74 messages. As soon as a message is received, the looper passes through its
86 messages such as clicks are received, the window loops the handlers until
238 \brief Handle \a message that has been received by the associated looper.
241 been received by a looper pass through the filters, then they end up in
578 \param target The messenger from which the notifications would be received.
H A DLaunchRoster.dox75 \return \c B_OK if the launch data has been received successfully.
92 \return \c B_OK if the launch data has been received successfully.
/haiku/src/add-ons/kernel/busses/scsi/usb/datafab/
H A DCOPYING149 c) Accompany it with the information you received as to the offer
152 received the program in object code or executable form with such
176 However, parties who have received copies, or rights, from you under
306 You should have received a copy of the GNU General Public License

1234