Searched +defs:port +defs:in +defs:pos (Results 1 - 10 of 10) sorted by relevance

/macosx-10.10/libxml2-26/libxml2/
H A Duri.c1611 const char *in; local
1670 const xmlChar *in; local
1808 xmlChar port[10]; local
2163 int pos = 0; local
[all...]
H A Dtestapi.c1306 unsigned char * in; /* a pointer to an array of UTF-8 chars */ local
1926 unsigned char * in; /* a pointer to an array of UTF-8 chars */ local
8525 unsigned char * in; /* a pointer to an array of UTF-8 chars */ local
8580 unsigned char * in; /* a pointer to an array of ISO Latin 1 chars */ local
8701 xmlBufferPtr in; /* an xmlBuffer for the input */ local
8747 xmlBufferPtr in; /* an xmlBuffer for the input */ local
8793 xmlBufferPtr in; /* an xmlBuffer for the input */ local
8905 unsigned char * in; /* a pointer to the first bytes of the XML entity, must be at least 2 bytes long (at least 4 if encoding is UTF4 variant). */ local
11846 int port; /* the proxy port */ local
14343 xmlParserInputPtr in; /* an XML parser input */ local
14382 xmlParserInputPtr in; /* an XML parser input */ local
16298 xmlParserInputPtr in; /* an XML parser input */ local
28947 xmlParserInputBufferPtr in; /* a buffered parser input */ local
28986 xmlParserInputBufferPtr in; /* a buffered parser input */ local
29032 xmlParserInputBufferPtr in; /* a buffered parser input */ local
37156 int pos; /* the position of the desired UTF8 char (in chars) */ local
[all...]
/macosx-10.10/passwordserver_sasl-193/cyrus_sasl/plugins/
H A Dplugin_common.c89 int port; local
175 char *pos; local
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.c1685 const char *in; local
1745 const xmlChar *in; local
1888 xmlChar port[10]; local
2244 int pos = 0; local
[all...]
H A Dtestapi.c1310 unsigned char * in; /* a pointer to an array of UTF-8 chars */ local
1930 unsigned char * in; /* a pointer to an array of UTF-8 chars */ local
8481 unsigned char * in; /* a pointer to an array of UTF-8 chars */ local
8536 unsigned char * in; /* a pointer to an array of ISO Latin 1 chars */ local
8657 xmlBufferPtr in; /* an xmlBuffer for the input */ local
8703 xmlBufferPtr in; /* an xmlBuffer for the input */ local
8749 xmlBufferPtr in; /* an xmlBuffer for the input */ local
8861 unsigned char * in; /* a pointer to the first bytes of the XML entity, must be at least 2 bytes long (at least 4 if encoding is UTF4 variant). */ local
11857 int port; /* the proxy port */ local
14354 xmlParserInputPtr in; /* an XML parser input */ local
14393 xmlParserInputPtr in; /* an XML parser input */ local
16309 xmlParserInputPtr in; /* an XML parser input */ local
28728 xmlParserInputBufferPtr in; /* a buffered parser input */ local
28767 xmlParserInputBufferPtr in; /* a buffered parser input */ local
28813 xmlParserInputBufferPtr in; /* a buffered parser input */ local
36835 int pos; /* the position of the desired UTF8 char (in chars) */ 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
430 apr_bucket_brigade *in; member in struct:__anon6353
442 proxy_send_dir_filter(ap_filter_t *f, apr_bucket_brigade *in) argument
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
1900 size_t pos=0; /* current position in format string */ local
2280 char *pos; local
2342 int i, rc, port = 0; local
[all...]
/macosx-10.10/apache-793/httpd/server/
H A Dutil.c672 const char *pos = *line; local
700 const char *pos = *line; local
729 const char *pos = ap_strchr_c(*line, stop); local
1211 unsigned char *pos; local
1305 const unsigned char *pos; local
1722 ap_construct_server(apr_pool_t *p, const char *hostname, apr_port_t port, const request_rec *r) argument
2040 const unsigned char *in = src; local
[all...]
/macosx-10.10/ruby-106/ruby/win32/
H A Dwin32.c3613 rb_w32_getservbyport(int port, const char *proto) argument
4863 off_t pos; local
4886 off_t pos; local
5667 COORD pos; local
6563 struct in_addr in; local
[all...]

Completed in 420 milliseconds