Searched refs:endpoint (Results 51 - 75 of 79) sorted by relevance

1234

/macosx-10.10/SmartcardCCID-55008/libusb/libusb/libusb/os/
H A Ddarwin_usb.c154 /* No pipe found with the correct endpoint address */
155 usbi_warn (HANDLE_CTX(dev_handle), "no pipeRef found with endpoint address 0x%02x.", ep);
1098 usbi_err (HANDLE_CTX (dev_handle), "could not build endpoint table");
1134 /* clean up endpoint data */
1175 usbi_err (HANDLE_CTX (dev_handle), "could not build endpoint table");
1182 static int darwin_clear_halt(struct libusb_device_handle *dev_handle, unsigned char endpoint) { argument
1190 /* determine the interface/endpoint to use */
1191 if (ep_to_pipeRef (dev_handle, endpoint, &pipeRef, &iface) != 0) {
1192 usbi_err (HANDLE_CTX (dev_handle), "endpoint not found on any open interface");
1202 /* newer versions of darwin support clearing additional bits on the device's endpoint */
[all...]
H A Dlinux_usbfs.c1363 unsigned char endpoint)
1366 unsigned int _endpoint = endpoint;
1584 int is_out = (transfer->endpoint & LIBUSB_ENDPOINT_DIR_MASK)
1627 urb->endpoint = transfer->endpoint;
1798 urb->endpoint = transfer->endpoint;
1878 urb->endpoint = transfer->endpoint;
1912 "unknown endpoint typ
1362 op_clear_halt(struct libusb_device_handle *handle, unsigned char endpoint) argument
[all...]
H A Dopenbsd_usb.c146 /* Control endpoint is always .00 */
386 obsd_clear_halt(struct libusb_device_handle *handle, unsigned char endpoint) argument
396 USETW(req.ucr_request.wIndex, endpoint);
671 endpt = UE_GET_ADDR(transfer->endpoint);
674 usbi_dbg("endpoint %d mode %d", endpt, mode);
682 /* We may need to read/write to the same endpoint later. */
703 * endpoint and thus the node to open.
/macosx-10.10/dcerpc-61/dcerpc/ncklib/
H A Dcomsoc_smb.c621 /* Set up reasonable default local endpoint */
1022 unsigned_char_t *endpoint = NULL; local
1038 /* Break address into host and endpoint */
1043 (unsigned_char_t**) &endpoint,
1049 ("rpc__smb_socket_connect - ep <%s>\n", endpoint));
1051 if (rpc__np_is_valid_endpoint(endpoint, &dbg_status))
1053 pipename = (char *)endpoint + sizeof("\\pipe\\") - 1;
1179 rpc_string_free((unsigned_char_t**) &endpoint, &dbg_status);
1335 char *endpoint = NULL; local
1356 /* Extract endpoint */
[all...]
H A Dcomep.c90 ** endpoint mapper database.
182 ** Adds server address information to the endpoint mapper database.
189 ** endpoint mapper.
198 ** product entry added to the endpoint mapper.
247 ** endpoint mapper.
256 ** product entry added to the endpoint mapper.
305 ** endpoint mapper.
314 ** product entry added to the endpoint mapper.
372 * First attempt to contact the local endpoint mapper with ncalrpc.
396 * Also check for a binding handle with no endpoint; i
1901 unsigned_char_p_t endpoint = NULL; local
[all...]
H A Dcncassm.c1737 unsigned_char_t *netaddr, *endpoint;
1744 &endpoint,
1753 endpoint));
1755 rpc_string_free (&endpoint, &dbg_status);
2214 * it the only one on the group the secondary address endpoint
2224 * If a secondary address endpoint was provided in the
2244 * Set the endpoint in the primary group address to that
2246 * is the secondary address. The endpoint given in the
3090 * do some math. The secondary address endpoint comes before the
3859 * address endpoint sen
1712 unsigned_char_t *netaddr, *endpoint; local
[all...]
H A Dcnassoc.c1011 ** endpoint The local endpoint the connection came into.
1036 unsigned_char_p_t endpoint,
1065 assoc->cn_ctlblk.cn_listening_endpoint = endpoint;
4471 * Clear the pointer to the endpoint of the socket
1027 rpc__cn_assoc_listen( rpc_socket_t newsock, unsigned_char_p_t endpoint, unsigned32 *st ) argument
/macosx-10.10/CPANInternal-159.1/SOAP-Lite-1.11/bin/
H A DSOAPsh.pl55 mandatory endpoint and optional uri (actually it will tell you about it
/macosx-10.10/dcerpc-61/dcerpc/perf/
H A Dperf.idl96 endpoint("ncadg_ip_udp:[2001]", "ncadg_dds:[18]", "ncacn_ip_tcp:[2001]",
H A Dclient.c782 unsigned_char_t *endpoint;
797 &endpoint, NULL, &st);
804 if (endpoint == NULL)
768 unsigned_char_t *endpoint; local
/macosx-10.10/tcl-105/tcl_ext/tclsoap/tclsoap/samples/
H A Dvalidator1.tcl18 define the methods for a given endpoint URL.
21 against an endpoint.
/macosx-10.10/SmartcardCCID-55008/libusb/libusb/libusb/
H A Dlibusbi.h221 #define IS_XFERIN(xfer) (0 != ((xfer)->endpoint & LIBUSB_ENDPOINT_IN))
739 /* Clear a halt/stall condition on an endpoint.
745 * - LIBUSB_ERROR_NOT_FOUND if the endpoint does not exist
751 unsigned char endpoint);
/macosx-10.10/tcl-105/tcl_ext/sdx/sdx/lib/autoproxy/
H A Dautoproxy.tcl417 set state(endpoint) [lrange $args end-1 end]
457 foreach {host port} $state(endpoint) break
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/http/
H A Dautoproxy.tcl417 set state(endpoint) [lrange $args end-1 end]
457 foreach {host port} $state(endpoint) break
/macosx-10.10/WebCore-7600.1.25/rendering/line/
H A DBreakingContextInlineHeaders.h1015 InlineIterator& endpoint = midpoints[lineMidpointState.numMidpoints() - 2]; local
1017 InlineIterator currpoint = endpoint;
1023 if (endpoint.renderer()->style().collapseWhiteSpace() && endpoint.renderer()->isText()) {
1024 endpoint.fastDecrement();
/macosx-10.10/CPANInternal-159.1/SOAP-Lite-1.11/lib/SOAP/
H A DLite.pm474 return $self->{_proxy} = $protocol_class->new(endpoint => shift, @_);
2467 __PACKAGE__->__mk_accessors(qw(endpoint code message
3149 my $endpoint = ref $_->address ? $_->address->location : undef;
3193 $_->{endpoint} = $endpoint;
3336 foreach (qw(endpoint soapaction namespace)) {
3371 $self->proxy($method{endpoint} || Carp::croak "No server address (proxy) specified")
3388 $self->endpoint($method{endpoint})
3677 qw(endpoint transpor
[all...]
H A DConstants.pm153 Unless this parameter is set to 1, outgoing Content-Type headers will include specification of the character set used in encoding the message itself. Not all endpoints (client or server) may be able to properly deal with that data on the content header, however. If dealing with an endpoint that expects to do a more literal examination of the header as whole (as opposed to fully parsing it), this parameter may prove useful.
H A DTest.pm45 my $proxy = shift or die "Proxy/endpoint is not specified";
391 Specify your address (endpoint) and run provided tests against your server.
/macosx-10.10/dcerpc-61/dcerpc/idl_compiler/
H A Dastp_dmp.c551 const char *protocol, *endpoint;
553 STRTAB_str_to_string((interface_node_ptr->endpoints)[i],&endpoint);
554 printf("Port Spec: %s:[%s]\n",protocol,endpoint);
550 const char *protocol, *endpoint; local
/macosx-10.10/cups-408/cups/backend/
H A Dusb-libusb.c52 write_endp, /* Write endpoint */
53 read_endp, /* Read endpoint */
805 /* Pointer to current endpoint */
813 endp, /* Current endpoint */
814 read_endp, /* Current read endpoint */
815 write_endp; /* Current write endpoint */
906 for (endp = 0, endpptr = altptr->endpoint;
966 endpoint[printer.read_endp].
974 endpoint[printer.write_endp].
/macosx-10.10/ntp-92/include/
H A Dntp.h849 struct endpoint { struct
850 double val; /* offset of endpoint */
/macosx-10.10/postfix-255/postfix/src/milter/
H A Dmilter8.c37 /* The Milter application endpoint, either inet:host:port or
1612 char *endpoint; local
1687 * Parse the Milter application endpoint.
1696 if ((endpoint = split_at(transport, ':')) == 0
1697 || *endpoint == 0 || *transport == 0) {
1698 msg_warn("Milter service needs transport:endpoint instead of \"%s\"",
1703 msg_info("%s: transport=%s endpoint=%s", myname, transport, endpoint);
1719 if ((fd = connect_fn(endpoint, BLOCKING, milter->conn_timeout)) < 0) {
/macosx-10.10/emacs-93/emacs/lisp/textmodes/
H A Dartist.el50 ;; then see 1's and 2's which mark the 1st and 2nd endpoint of the line
950 `artist-make-endpoint'
965 `artist-make-endpoint'.
1281 For lines/rectangles/squares: sets the first/second endpoint
1284 When cutting/copying: Sets first/last endpoint of rect/square
2498 (defun artist-make-endpoint (x y)
2499 "Create an endpoint at X, Y."
2500 (let ((new-endpoint (make-vector 2 x)))
2501 (aset new-endpoint 1 y)
2502 new-endpoint))
[all...]
/macosx-10.10/BootCache-109/
H A Dlibrary.c411 u_int64_t endpoint = MAX((pe->pe_offset + pe->pe_length), ((pe + i)->pe_offset + (pe + i)->pe_length)); local
413 (pe + i)->pe_length = endpoint - (pe + i)->pe_offset;
/macosx-10.10/dcerpc-61/dcerpc/include/dce/
H A Drpc.idl234 * "protocol_sequence":"network_address"["endpoint"]
357 * endpoint is reset and it has no associated authentication information.
641 * sequence given. Part of the address (endpoint) to be listened on is
649 [in] unsigned_char_p_t endpoint,
674 * sequence given. Part of the address (endpoint) to be listened on will
832 * Registrations tuples that differ only in the endpoint portion of the
852 * registrations that differ only in the endpoint.
1080 * remote endpoint map database.
1096 * Returns one element at a time from in a local or remote endpoint map
1113 * remote endpoint ma
[all...]

Completed in 406 milliseconds

1234