Searched +defs:port +defs:out +defs:pos (Results 1 - 12 of 12) sorted by relevance

/macosx-10.10/OpenLDAP-499.27/OpenLDAP/contrib/ldapc++/src/
H A DLDAPUrl.cpp49 void LDAPUrl::setPort(int port) argument
167 std::string::size_type pos = m_urlString.find(':'); local
228 std::string port = m_urlString.substr(portstart+1, local
295 percentDecode(const std::string& src, std::string &out) argument
298 std::string::size_type pos = 0; local
[all...]
/macosx-10.10/libxml2-26/libxml2/
H A Duri.c1330 xmlChar *out; local
1410 char *cur, *out; local
1610 char *ret, *out; local
1671 int len, out; local
1808 xmlChar port[10]; local
1881 int ret, len, indx, cur, out; local
2163 int pos = 0; local
[all...]
H A Dtestapi.c1302 unsigned char * out; /* a pointer to an array of bytes to store the result */ local
1922 unsigned char * out; /* local
3270 FILE * out; /* the FILE pointer */ local
3317 FILE * out; /* the FILE pointer */ local
5651 FILE * out; /* the file. */ local
5984 FILE * out; /* the file. */ local
8521 unsigned char * out; /* a pointer to an array of bytes to store the result */ local
8576 unsigned char * out; /* a pointer to an array of bytes to store the result */ local
8699 xmlBufferPtr out; /* an xmlBuffer for the output. */ local
8745 xmlBufferPtr out; /* an xmlBuffer for the output. */ local
8791 xmlBufferPtr out; /* an xmlBuffer for the output. */ local
11846 int port; /* the proxy port */ local
15773 xmlChar * out; /* pointer to an array of xmlChar */ local
15817 xmlChar * out; /* pointer to an array of xmlChar */ local
28551 xmlOutputBufferPtr out; /* a buffered output */ local
28585 xmlOutputBufferPtr out; /* an xmlOutputBufferPtr */ local
28629 xmlOutputBufferPtr out; /* a buffered parser output */ local
28687 xmlOutputBufferPtr out; /* a buffered parser output */ local
37156 int pos; /* the position of the desired UTF8 char (in chars) */ local
43151 xmlOutputBufferPtr out; /* an xmlOutputBufferPtr */ local
[all...]
/macosx-10.10/passwordserver_sasl-193/cyrus_sasl/plugins/
H A Dplugin_common.c89 int port; local
174 buffer_info_t *out; local
175 char *pos; local
112 _plug_ipfromstring(const sasl_utils_t *utils, const char *addr, struct sockaddr *out, socklen_t outlen) argument
251 _plug_strdup(const sasl_utils_t * utils, const char *in, char **out, int *outlen) argument
[all...]
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/
H A Duri.c1405 xmlChar *out; local
1485 char *cur, *out; local
1684 char *ret, *out; local
1747 unsigned int len, out; local
1888 xmlChar port[10]; local
1961 int ret, len, indx, cur, out; local
2244 int pos = 0; local
[all...]
H A Dtestapi.c1306 unsigned char * out; /* a pointer to an array of bytes to store the result */ local
1926 unsigned char * out; /* local
3274 FILE * out; /* the FILE pointer */ local
3321 FILE * out; /* the FILE pointer */ local
5655 FILE * out; /* the file. */ local
5988 FILE * out; /* the file. */ local
8477 unsigned char * out; /* a pointer to an array of bytes to store the result */ local
8532 unsigned char * out; /* a pointer to an array of bytes to store the result */ local
8655 xmlBufferPtr out; /* an xmlBuffer for the output. */ local
8701 xmlBufferPtr out; /* an xmlBuffer for the output. */ local
8747 xmlBufferPtr out; /* an xmlBuffer for the output. */ local
11857 int port; /* the proxy port */ local
15784 xmlChar * out; /* pointer to an array of xmlChar */ local
15828 xmlChar * out; /* pointer to an array of xmlChar */ local
28376 xmlOutputBufferPtr out; /* a buffered output */ local
28410 xmlOutputBufferPtr out; /* a buffered parser output */ local
28468 xmlOutputBufferPtr out; /* a buffered parser output */ local
36835 int pos; /* the position of the desired UTF8 char (in chars) */ local
42830 xmlOutputBufferPtr out; /* an xmlOutputBufferPtr */ local
[all...]
/macosx-10.10/cups-408/cups/cups/
H A Dhttp-support.c159 httpAssembleURI( http_uri_coding_t encoding, char *uri, int urilen, const char *scheme, const char *username, const char *host, int port, const char *resource) argument
439 httpAssembleURIf( http_uri_coding_t encoding, char *uri, int urilen, const char *scheme, const char *username, const char *host, int port, const char *resourcef, ...) argument
499 httpAssembleUUID(const char *server, int port, const char *name, int number, char *buffer, size_t bufsize) argument
552 httpDecode64(char *out, const char *in) argument
575 httpDecode64_2(char *out, int *outlen, const char *in) argument
579 int pos; /* Bit position */ local
680 httpEncode64(char *out, const char *in) argument
694 httpEncode64_2(char *out, int outlen, const char *in, int inlen) argument
897 httpSeparate(const char *uri, char *scheme, char *username, char *host, int *port, char *resource) argument
921 httpSeparate2(const char *uri, char *scheme, int schemelen, char *username, int usernamelen, char *host, int hostlen, int *port, char *resource, int resourcelen) argument
945 httpSeparateURI( http_uri_coding_t decoding, const char *uri, char *scheme, int schemelen, char *username, int usernamelen, char *host, int hostlen, int *port, char *resource, int resourcelen) argument
1571 int port; local
2124 http_resolve_cb( DNSServiceRef sdRef, DNSServiceFlags flags, uint32_t interfaceIndex, DNSServiceErrorType errorCode, const char *fullName, const char *hostTarget, uint16_t port, uint16_t txtLen, const unsigned char *txtRecord, void *context) argument
2336 http_resolve_cb( AvahiServiceResolver *resolver, AvahiIfIndex interface, AvahiProtocol protocol, AvahiResolverEvent event, const char *name, const char *type, const char *domain, const char *hostTarget, const AvahiAddress *address, uint16_t port, AvahiStringList *txt, AvahiLookupResultFlags flags, void *context) argument
[all...]
/macosx-10.10/apache-793/httpd/modules/proxy/
H A Dmod_proxy_ftp.c225 char *pos = buff; local
295 apr_port_t port, def_port; local
448 apr_bucket_brigade *out = apr_brigade_create(p, c->bucket_alloc); local
609 char *pos, *response; local
778 long port; local
[all...]
/macosx-10.10/passwordserver_sasl-193/cyrus_sasl/lib/
H A Dcommon.c226 int _sasl_strdup(const char *in, char **out, size_t *outlen) argument
237 int _sasl_add_string(char **out, size_t *alloclen, argument
1896 char *out local
1900 size_t pos=0; /* current position in format string */ local
2279 buffer_info_t *out; local
2280 char *pos; local
2339 _sasl_ipfromstring(const char *addr, struct sockaddr *out, socklen_t outlen) argument
2342 int i, rc, port = 0; local
[all...]
/macosx-10.10/llvmCore-3425.0.34/utils/unittest/googletest/
H A Dgtest.cc3244 void XmlUnitTestResultPrinter::PrintXmlTestCase(FILE* out, argument
3265 PrintXmlUnitTest(FILE* out, const UnitTest& unit_test) argument
3307 StreamingListener(const string& host, const string& port) argument
3985 const size_t pos = target.find(':'); local
[all...]
/macosx-10.10/ruby-106/ruby/
H A Dio.c454 off_t r, pos; local
1514 off_t pos; local
1527 off_t pos; local
1588 off_t pos; local
2071 off_t pos; local
2281 long pos; local
2894 long pos = 0; local
4465 off_t pos; local
5716 VALUE port; local
6051 VALUE pname, pmode = Qnil, port, tmp, opt = Qnil, env = Qnil, execarg_obj = Qnil; local
6424 off_t pos = 0; local
6617 off_t pos; local
6667 rb_io_printf(int argc, VALUE *argv, VALUE out) argument
6687 VALUE out; local
6726 rb_io_print(int argc, VALUE *argv, VALUE out) argument
6851 io_puts_ary(VALUE ary, VALUE out, int recur) argument
6891 rb_io_puts(int argc, VALUE *argv, VALUE out) argument
7037 VALUE out; local
8077 volatile VALUE port; local
9748 off_t pos = offset ? *offset : lseek(in_fd, 0, SEEK_CUR); local
[all...]
/macosx-10.10/ruby-106/ruby/win32/
H A Dwin32.c3428 SOCKET out = INVALID_SOCKET; local
3613 rb_w32_getservbyport(int port, cons argument
4863 off_t pos; local
4886 off_t pos; local
5667 COORD pos; local
[all...]

Completed in 437 milliseconds