Searched refs:URI (Results 76 - 100 of 243) sorted by relevance

12345678910

/macosx-10.10/libxml2-26/libxml2/
H A Dxinclude.c54 xmlChar *URI; /* the fully resolved resource URL */ member in struct:_xmlXIncludeRef
55 xmlChar *fragment; /* the fragment in the URI */
201 xmlGenericError(xmlGenericErrorContext, "Freeing doc %s\n", ref->URI);
205 if (ref->URI != NULL)
206 xmlFree(ref->URI);
217 * @URI: the resource URI
224 xmlXIncludeNewRef(xmlXIncludeCtxtPtr ctxt, const xmlChar *URI, argument
229 xmlGenericError(xmlGenericErrorContext, "New ref %s\n", URI);
237 if (URI
496 xmlChar *URI; local
2032 xmlChar *URI; local
[all...]
H A Dtestlimits.c100 * @URI: an URI to test
107 hugeMatch(const char * URI) { argument
108 if ((URI != NULL) && (!strncmp(URI, "huge:", 5)))
115 * @URI: an URI to test
123 hugeOpen(const char * URI) { argument
124 if ((URI == NULL) || (strncmp(URI, "hug
270 crazyMatch(const char * URI) argument
286 crazyOpen(const char * URI) argument
[all...]
H A DSAX2.c522 xmlChar *URI; local
531 URI = xmlBuildURI(systemId, (const xmlChar *) base);
538 ret = xmlLoadExternalEntity((const char *) URI,
540 if (URI != NULL)
541 xmlFree(URI);
605 val = xmlParseCtxtExternalEntity(ctxt, ret->URI,
682 if ((ent != NULL) && (ent->URI == NULL) && (systemId != NULL)) {
683 xmlChar *URI; local
691 URI = xmlBuildURI(systemId, (const xmlChar *) base);
692 ent->URI
702 xmlChar *URI; local
919 xmlChar *URI; local
939 xmlChar *URI; local
2233 xmlSAX2StartElementNs(void *ctx, const xmlChar *localname, const xmlChar *prefix, const xmlChar *URI, int nb_namespaces, const xmlChar **namespaces, int nb_attributes, int nb_defaulted, const xmlChar **attributes) argument
[all...]
H A Dcatalog.c1085 xmlCatalogListXMLResolveURI(xmlCatalogEntryPtr catal, const xmlChar *URI);
1128 * @uriAttrName: the attribute holding the URI-Reference
1565 * Remove entries in the XML catalog where the value or the URI
1619 * Returns the URI of the resource or NULL if not found
1843 * @URI: the URI
1849 * Implements (or tries to) 7.2.2. URI Resolution
1852 * Returns the URI of the resource or NULL if not found
1855 xmlCatalogXMLResolveURI(xmlCatalogEntryPtr catal, const xmlChar *URI) { argument
1866 if (URI
2089 xmlCatalogListXMLResolveURI(xmlCatalogEntryPtr catal, const xmlChar *URI) argument
2894 xmlACatalogResolveURI(xmlCatalogPtr catal, const xmlChar *URI) argument
3364 xmlCatalogResolveURI(const xmlChar *URI) argument
3702 xmlCatalogLocalResolveURI(void *catalogs, const xmlChar *URI) argument
[all...]
H A Duri.c2 * uri.c: set of generic URI related routines
24 * The definition of the URI regexp in the above RFC has no size limit
26 * data URI scheme as defined in RFC 2397. Even for data URI the usual
198 * @uri: pointer to an URI structure
201 * Parse an URI scheme
230 * @uri: pointer to an URI structure
233 * Parse the query part of an URI
271 * @uri: pointer to an URI structure
274 * Parse the query part of an URI
1879 xmlBuildURI(const xmlChar *URI, const xmlChar *base) argument
2158 xmlBuildRelativeURI(const xmlChar * URI, const xmlChar * base) argument
[all...]
H A DtestSAX.c887 const xmlChar *URI,
904 if (URI == NULL)
907 fprintf(stdout, ", '%s'", (char *) URI);
944 const xmlChar *URI)
954 if (URI == NULL)
957 fprintf(stdout, ", '%s')\n", (char *) URI);
884 startElementNsDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *localname, const xmlChar *prefix, const xmlChar *URI, int nb_namespaces, const xmlChar **namespaces, int nb_attributes, int nb_defaulted, const xmlChar **attributes) argument
941 endElementNsDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *localname, const xmlChar *prefix, const xmlChar *URI) argument
H A Dtestrecurse.c178 * @URI: an URI to test
185 hugeMatch(const char * URI) { argument
186 if ((URI != NULL) && (!strncmp(URI, "huge:", 4)))
193 * @URI: an URI to test
201 hugeOpen(const char * URI) { argument
202 if ((URI == NULL) || (strncmp(URI, "hug
[all...]
/macosx-10.10/security_ocspd-55124/server/
H A DocspdDb.cpp80 const CSSM_DATA &URI); // where it came from
376 const CSSM_DATA *URI,
414 if(URI) {
418 predPtr->Attribute.Value = const_cast<CSSM_DATA_PTR>(URI);
436 const CSSM_DATA *URI, // optional
462 crtn = lookupPriv(&certID, URI, &resultHand, &recordPtr,
515 const CSSM_DATA &URI)
605 attrData[1].Value = const_cast<CSSM_DATA_PTR>(&URI);
765 const CSSM_DATA &URI) // where it came from
767 gOcspdDatabase().addResponse(ocspResp, URI);
373 lookupPriv( const CSSM_DATA *certID, const CSSM_DATA *URI, CSSM_HANDLE_PTR resultHandPtr, CSSM_DB_UNIQUE_RECORD_PTR *recordPtr, CSSM_DB_RECORD_ATTRIBUTE_DATA_PTR attrData, CSSM_DATA_PTR data) argument
433 lookup( SecAsn1CoderRef coder, const CSSM_DATA &certID, const CSSM_DATA *URI, CSSM_DATA &derResp) argument
513 addResponse( const CSSM_DATA &ocspResp, const CSSM_DATA &URI) argument
763 ocspdDbCacheAdd( const CSSM_DATA &ocspResp, const CSSM_DATA &URI) argument
[all...]
/macosx-10.10/libxslt-13/libxslt/libxslt/
H A Dfunctions.c60 * @ns_uri: the function namespace URI
105 xsltDocumentFunctionLoadDocument(xmlXPathParserContextPtr ctxt, xmlChar* URI) argument
123 uri = xmlParseURI((const char *) URI);
126 "document() : failed to parse URI\n");
142 idoc = xsltLoadDocument(tctxt, URI);
146 if ((URI == NULL) ||
147 (URI[0] == '#') ||
149 (xmlStrEqual(tctxt->style->doc->URL, URI))))
228 xmlChar *base = NULL, *URI; local
328 URI
[all...]
/macosx-10.10/CPANInternal-159.1/SOAP-Lite-1.11/lib/SOAP/Transport/
H A DTCP.pm17 use URI;
24 package URI::tcp; # ok, let's do 'tcp://' scheme
28 require URI::_server;
29 @URI::tcp::ISA=qw(URI::_server);
119 my $uri = URI->new($endpoint);
242 The connections don't use HTTP or any other higher-level protocol. These classes are selected when the client or server object being created uses an endpoint URI that starts with tcp://. Both client and server classes support using Secure Socket Layer if it is available. If any of the parameters to a new method from either of the classes begins with SSL_ (such as SSL_server in place of Server), the class attempts to load the IO::Socket::SSL package and use it to create socket objects.
/macosx-10.10/curl-83.1.2/curl/tests/
H A Dstunnel.pem18 subjectInfoAccess = AD_DVCS;URI:"https://localhost:8433/509"
19 authorityInfoAccess = AD_DVCS;URI:"https://localhost:8433/509"
102 ad dvcs - URI:https://localhost:8433/509
105 ad dvcs - URI:https://localhost:8433/509
/macosx-10.10/libxml2-26/libxml2/include/libxml/
H A DSAX2.h114 const xmlChar *URI,
124 const xmlChar *URI);
/macosx-10.10/libxslt-13/libxslt/libexslt/
H A Dsaxon.c26 * @URI: the namespace URI for the extension
34 const xmlChar *URI ATTRIBUTE_UNUSED) {
41 * @URI: the namespace URI for the extension
48 const xmlChar *URI ATTRIBUTE_UNUSED,
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/include/libxml/
H A DSAX2.h114 const xmlChar *URI,
124 const xmlChar *URI);
/macosx-10.10/ruby-106/ruby/test/rss/
H A Dtest_parser_atom_entry.rb8 assert_ns("", Atom::URI) do
14 assert_ns("", Atom::URI) do
21 <entry xmlns="#{Atom::URI}"/>
26 <entry xmlns="#{Atom::URI}">
33 <entry xmlns="#{Atom::URI}">
41 <entry xmlns="#{Atom::URI}">
50 <entry xmlns="#{Atom::URI}">
H A Dtest_parser_1.0.rb9 assert_ns("", RDF::URI) do
16 assert_ns("", RDF::URI) do
23 assert_ns("rdf", RDF::URI) do
32 <rdf:RDF xmlns:rdf="#{RSS::RDF::URI}"/>
37 <RDF xmlns="#{RSS::RDF::URI}"/>
42 <RDF xmlns="#{RSS::RDF::URI}"/>
448 assert_not_expected_tag(name, ::RSS::URI, "RDF") do
476 uri = ::RSS::URI
/macosx-10.10/ruby-106/ruby/test/rubygems/
H A Dtest_gem_source_local.rb76 uri = URI.parse "http://gems.example/foo"
H A Dtest_gem_remote_fetcher.rb129 proxy_uri = URI.parse 'http://proxy.example.com'
180 uri = URI.parse "http://gems.example.com/foo"
188 assert_equal URI.parse("http://blah.com/foo"), fetch.api_endpoint(uri)
195 uri = URI 'http://example/file'
208 uri = URI 'http://example/file'
394 assert_equal 'unsupported URI scheme ftp', e.message
429 uri = URI.parse @proxy_uri
439 uri = URI.parse @proxy_uri
449 uri = URI.parse @proxy_uri
573 assert_equal nil, fetcher.fetch_path(URI
[all...]
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/tests/scripts/
H A Dtest063-delta-multimaster114 MYURI=`eval echo '$URI'$n`
115 PROVIDERURI=`eval echo '$URI'$o`
252 URI="ldap://${LOCALHOST}:$PORT/"
255 $LDAPSEARCH -S "" -b "$BASEDN" -D "$MANAGERDN" -H $URI -w $PASSWD \
315 URI="ldap://${LOCALHOST}:$PORT/"
318 $LDAPSEARCH -S "" -b "$BASEDN" -D "$MANAGERDN" -H $URI -w $PASSWD \
348 MYURI=`eval echo '$URI'$n`
349 PROVIDERURI=`eval echo '$URI'$o`
480 MYURI=`eval echo '$URI'$n`
481 PROVIDERURI=`eval echo '$URI'
[all...]
/macosx-10.10/libxslt-13/libxslt/xsltproc/
H A DtestThreads.c71 ATTRIBUTE_UNUSED const xmlChar *URI) {
78 const xmlChar *URI, void *data) {
80 if (!xmlStrEqual(URI, EXT_NS)) {
81 fprintf(stderr, "Mismatch in extensions shutdown URI");
70 registerFooExtensions(ATTRIBUTE_UNUSED xsltTransformContextPtr ctxt, ATTRIBUTE_UNUSED const xmlChar *URI) argument
77 shutdownFooExtensions(xsltTransformContextPtr ctxt ATTRIBUTE_UNUSED, const xmlChar *URI, void *data) argument
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/
H A DSAX2.c496 xmlChar *URI; local
505 URI = xmlBuildURI(systemId, (const xmlChar *) base);
512 ret = xmlLoadExternalEntity((const char *) URI,
514 if (URI != NULL)
515 xmlFree(URI);
578 val = xmlParseCtxtExternalEntity(ctxt, ret->URI,
652 if ((ent != NULL) && (ent->URI == NULL) && (systemId != NULL)) {
653 xmlChar *URI; local
661 URI = xmlBuildURI(systemId, (const xmlChar *) base);
662 ent->URI
672 xmlChar *URI; local
889 xmlChar *URI; local
909 xmlChar *URI; local
2151 xmlSAX2StartElementNs(void *ctx, const xmlChar *localname, const xmlChar *prefix, const xmlChar *URI, int nb_namespaces, const xmlChar **namespaces, int nb_attributes, int nb_defaulted, const xmlChar **attributes) argument
[all...]
H A Dcatalog.c1087 xmlCatalogListXMLResolveURI(xmlCatalogEntryPtr catal, const xmlChar *URI);
1130 * @uriAttrName: the attribute holding the URI-Reference
1569 * Remove entries in the XML catalog where the value or the URI
1623 * Returns the URI of the resource or NULL if not found
1847 * @URI: the URI
1853 * Implements (or tries to) 7.2.2. URI Resolution
1856 * Returns the URI of the resource or NULL if not found
1859 xmlCatalogXMLResolveURI(xmlCatalogEntryPtr catal, const xmlChar *URI) { argument
1870 if (URI
2093 xmlCatalogListXMLResolveURI(xmlCatalogEntryPtr catal, const xmlChar *URI) argument
2898 xmlACatalogResolveURI(xmlCatalogPtr catal, const xmlChar *URI) argument
3368 xmlCatalogResolveURI(const xmlChar *URI) argument
3706 xmlCatalogLocalResolveURI(void *catalogs, const xmlChar *URI) argument
[all...]
H A Duri.c2 * uri.c: set of generic URI related routines
167 * @uri: pointer to an URI structure
170 * Parse an URI scheme
199 * @uri: pointer to an URI structure
202 * Parse the query part of an URI
240 * @uri: pointer to an URI structure
243 * Parse the query part of an URI
283 * @uri: pointer to an URI structure
314 * @uri: pointer to an URI structure
386 * @uri: pointer to an URI structur
1959 xmlBuildURI(const xmlChar *URI, const xmlChar *base) argument
2239 xmlBuildRelativeURI(const xmlChar * URI, const xmlChar * base) argument
[all...]
H A DtestSAX.c887 const xmlChar *URI,
904 if (URI == NULL)
907 fprintf(stdout, ", '%s'", (char *) URI);
944 const xmlChar *URI)
954 if (URI == NULL)
957 fprintf(stdout, ", '%s')\n", (char *) URI);
884 startElementNsDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *localname, const xmlChar *prefix, const xmlChar *URI, int nb_namespaces, const xmlChar **namespaces, int nb_attributes, int nb_defaulted, const xmlChar **attributes) argument
941 endElementNsDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *localname, const xmlChar *prefix, const xmlChar *URI) argument
/macosx-10.10/ruby-106/ruby/test/net/http/
H A Dtest_http.rb355 URI.parse(url),
360 URI.parse(url),
366 URI.parse(url),
373 URI.parse(url + '?a=x'),
530 uri = URI 'https://example/'
535 assert_kind_of URI::Generic, req.uri
546 uri = URI 'https://example/'
551 assert_kind_of URI::Generic, req.uri
562 uri = URI 'http://example/'
569 assert_kind_of URI
[all...]

Completed in 205 milliseconds

12345678910