Searched refs:puri (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/apache-793/httpd/modules/dav/fs/
H A Ddbm.c570 const char **puri; local
579 for (i = namespaces->nelts, puri = (const char **)namespaces->elts;
581 ++puri, ++pmap) {
583 const char *uri = *puri;
/macosx-10.10.1/libxml2-26/libxml2/
H A DxmlIO.c2706 xmlURIPtr puri; local
2719 puri = xmlParseURI(URI);
2720 if (puri != NULL) {
2722 if ((puri->scheme != NULL) &&
2723 (!xmlStrEqual(BAD_CAST puri->scheme, BAD_CAST "file")))
2729 if ((puri->scheme == NULL) ||
2730 (xmlStrEqual(BAD_CAST puri->scheme, BAD_CAST "file")))
2732 xmlFreeURI(puri);
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/
H A DxmlIO.c2572 xmlURIPtr puri; local
2585 puri = xmlParseURI(URI);
2586 if (puri != NULL) {
2588 if ((puri->scheme != NULL) &&
2589 (!xmlStrEqual(BAD_CAST puri->scheme, BAD_CAST "file")))
2595 if ((puri->scheme == NULL) ||
2596 (xmlStrEqual(BAD_CAST puri->scheme, BAD_CAST "file")))
2598 xmlFreeURI(puri);
/macosx-10.10.1/apache-793/httpd/modules/proxy/
H A Dproxy_util.c1125 apr_uri_t puri; local
1126 if (apr_uri_parse(p, url, &puri) != APR_SUCCESS) {
1129 if (puri.path && PROXY_STRNCPY(balancer->s->vpath, puri.path) != APR_SUCCESS) {
1131 balancer->s->name, puri.path);
1133 if (puri.hostname && PROXY_STRNCPY(balancer->s->vhost, puri.hostname) != APR_SUCCESS) {
1135 balancer->s->name, puri.hostname);

Completed in 136 milliseconds