Searched defs:endpoint (Results 1 - 7 of 7) sorted by relevance

/external/ppp/pppd/
H A Dlcp.h58 #define CI_EPDISC 19 /* endpoint discriminator */
88 bool neg_endpoint; /* negotiate endpoint discriminator */
96 struct epdisc endpoint; /* endpoint discriminator */ member in struct:lcp_options
/external/qemu/
H A Dcharpipe.c257 ** the data that is sent to a given endpoint CharDriverState
261 ** by the endpoint will be passed to the CharBuffer's corresponding
269 CharDriverState* endpoint; /* NULL if closed */ member in struct:CharBuffer
285 cbuf->endpoint = NULL;
287 if (cbuf->endpoint != NULL) {
288 qemu_chr_close(cbuf->endpoint);
289 cbuf->endpoint = NULL;
297 CharDriverState* peer = cbuf->endpoint;
348 CharDriverState* peer = cbuf->endpoint;
391 qemu_chr_add_handlers( cbuf->endpoint,
[all...]
/external/kernel-headers/original/linux/
H A Dusbdevice_fs.h97 unsigned char endpoint; member in struct:usbdevfs_urb
131 unsigned char endpoint; member in struct:usbdevfs_urb32
H A Dusb.h46 * struct usb_host_endpoint - host-side endpoint descriptor and queue
47 * @desc: descriptor for this endpoint, wMaxPacketSize in native byteorder
48 * @urb_list: urbs queued to this endpoint; maintained by usbcore
52 * @extra: descriptors following this endpoint in the configuration
55 * USB requests are always queued to a given endpoint, identified by a
75 struct usb_host_endpoint *endpoint; member in struct:usb_host_interface
93 * endpoint configurations. They will be in no particular order.
113 * or by a product's vendor. The (default) control endpoint is part of
174 * set of endpoint configurations. They will be in no particular order.
333 unsigned int toggle[2]; /* one bit for each endpoint
1149 __create_pipe(struct usb_device *dev, unsigned int endpoint) argument
[all...]
/external/webkit/WebCore/rendering/
H A DRenderBlockLineLayout.cpp102 InlineIterator& endpoint = midpoints[lineMidpointState.numMidpoints - 2]; local
104 InlineIterator currpoint = endpoint;
110 if (endpoint.obj->style()->collapseWhiteSpace()) {
111 if (endpoint.obj->isText()) {
112 // Don't shave a character off the endpoint if it was from a soft hyphen.
113 RenderText* textObj = toRenderText(endpoint.obj);
114 if (endpoint.pos + 1 < textObj->textLength()) {
115 if (textObj->characters()[endpoint.pos+1] == softHyphen)
123 endpoint.pos--;
166 // need to go ahead and append a run with our endpoint
[all...]
/external/v8/src/
H A Dobjects.cc4314 int endpoint = length - kStepSize; local
4316 for (; i <= endpoint; i += kStepSize) {
/external/sqlite/dist/
H A Dsqlite3.c58981 FilePoint endpoint; /* Pointer to the end of the file */ member in struct:MemJournal
[all...]

Completed in 445 milliseconds