Searched defs:uri (Results 51 - 75 of 246) sorted by relevance

12345678910

/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/gtk/
H A DWebKitURISchemeRequest.cpp60 CString uri; member in struct:_WebKitURISchemeRequestPrivate
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/gtk/tests/
H A DLoadTrackingTest.cpp153 void LoadTrackingTest::loadURI(const char* uri) argument
/macosx-10.9.5/apache-786.1/httpd/modules/proxy/
H A Dmod_proxy_connect.c94 apr_uri_t uri; local
[all...]
/macosx-10.9.5/cups-372.4/cups/backend/
H A Dusb-unix.c48 print_device(const char *uri, /* I - Device URI */ argument
314 open_device(const char *uri, /* I - Device URI */ argument
[all...]
/macosx-10.9.5/cups-372.4/cups/berkeley/
H A Dlpq.c606 char uri[HTTP_MAX_URI]; /* Printer URI */ local
[all...]
/macosx-10.9.5/cups-372.4/cups/cgi-bin/
H A Dclasses.c156 char uri[1024]; /* URL */ local
225 char uri[HTTP_MAX_URI], /* Printer URI */ local
468 char uri[HTTP_MAX_URI]; /* Printer URI */ local
[all...]
H A Dprinters.c157 char uri[1024]; /* URL */ local
234 char uri[HTTP_MAX_URI], /* Printer URI */ local
485 char uri[HTTP_MAX_URI]; /* Printer URI */ local
[all...]
/macosx-10.9.5/cups-372.4/cups/cups/
H A Dtesthttp.c32 const char *uri, /* URI */ member in struct:uri_test_s
/macosx-10.9.5/cups-372.4/cups/scheduler/
H A Dclient.h39 uri[HTTP_MAX_URI], member in struct:cupsd_client_s
/macosx-10.9.5/cups-372.4/cups/systemv/
H A Dlp.c684 char uri[HTTP_MAX_URI]; /* URI for job */ local
728 char uri[HTTP_MAX_URI]; /* URI for job */ local
/macosx-10.9.5/curl-78.94.1/curl/docs/examples/
H A Drtsp.c71 static void rtsp_options(CURL *curl, const char *uri) argument
82 static void rtsp_describe(CURL *curl, const char *uri, argument
105 static void rtsp_setup(CURL *curl, const char *uri, const char *transport) argument
118 static void rtsp_play(CURL *curl, const char *uri, const char *range) argument
130 rtsp_teardown(CURL *curl, const char *uri) argument
206 char *uri = malloc(strlen(url) + 32); local
[all...]
/macosx-10.9.5/libxml2-26/libxml2/
H A Dxmlcatalog.c552 xmlURIPtr uri; local
/macosx-10.9.5/libxslt-13/libxslt/libxslt/
H A Dsecurity.c371 xmlURIPtr uri; local
436 xmlURIPtr uri; local
[all...]
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libxml2-src/
H A Dxmlcatalog.c552 xmlURIPtr uri; local
/macosx-10.9.5/ruby-104/ruby/lib/net/http/
H A Dresponse.rb
/macosx-10.9.5/security_crlrefresh-55102/src/
H A DcrlRefresh.cpp145 char *uri = NULL; local
/macosx-10.9.5/CPANInternal-140/Perl-Ldap/lib/Net/
H A DLDAP.pm297 sub uri { subroutine
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/tests/progs/
H A Dslapd-bind.c89 char *uri = NULL; local
270 do_bind( char *uri, char *dn, struct berval *pass, int maxloop, int force, int chaserefs, int noinit, LDAP **ldp, int action_type, void *action ) argument
416 do_base( char *uri, char *dn, struct berval *pass, char *base, char *filter, char *pwattr, int maxloop, int force, int chaserefs, int noinit, int delay, int action_type, void *action ) argument
[all...]
H A Dslapd-read.c90 char *uri = NULL; local
240 do_random( char *uri, char *manager, struct berval *passwd, char *sbase, char *filter, char **srchattrs, int noattrs, int nobind, int innerloop, int maxretries, int delay, int force, int chaserefs ) argument
340 do_read( char *uri, char *manager, struct berval *passwd, char *entry, LDAP **ldp, char **attrs, int noattrs, int nobind, int maxloop, int maxretries, int delay, int force, int chaserefs ) argument
[all...]
H A Dslapd-search.c96 char *uri = NULL; local
265 do_random( char *uri, char *manager, struct berval *passwd, char *sbase, int scope, char *filter, char *attr, char **srchattrs, int noattrs, int nobind, int innerloop, int maxretries, int delay, int force, int chaserefs ) argument
385 do_search( char *uri, char *manager, struct berval *passwd, char *sbase, int scope, char *filter, LDAP **ldp, char **attrs, int noattrs, int nobind, int innerloop, int maxretries, int delay, int force, int chaserefs ) argument
[all...]
/macosx-10.9.5/Security-55471.14.18/sec/securityd/
H A DSecCAIssuerCache.c265 _SecCAIssuerCacheAddCertificate(SecCAIssuerCacheRef this, SecCertificateRef certificate, CFURLRef uri, CFAbsoluteTime expires) argument
300 _SecCAIssuerCacheCopyMatching(SecCAIssuerCacheRef this, CFURLRef uri) argument
375 SecCAIssuerCacheAddCertificate(SecCertificateRef certificate, CFURLRef uri, CFAbsoluteTime expires) argument
388 SecCAIssuerCacheCopyMatching(CFURLRef uri) argument
[all...]
/macosx-10.9.5/WebCore-7537.78.1/xml/
H A DXSLStyleSheetLibxslt.cpp275 xmlDocPtr XSLStyleSheet::locateStylesheetSubResource(xmlDocPtr parentDoc, const xmlChar* uri) argument
/macosx-10.9.5/WebKit-7537.78.2/gtk/tests/
H A Dtestdownload.c35 const gchar* uri = "http://example.com"; local
41 g_assert_cmpstr(webkit_download_get_uri(download), ==, uri); local
88 gchar *uri = g_filename_to_uri(filename, NULL, NULL); local
109 gchar *uri = g_filename_to_uri(temporaryFilename, NULL, NULL); local
289 SoupURI *uri = soup_uri_new_with_base(baseURI, "/foo"); local
[all...]
H A Dtestfavicondatabase.c148 static void loadURI(const char *uri) argument
H A Dtestloading.c92 SoupURI* uri; local
197 static gboolean load_error_cb(WebKitWebView* webView, WebKitWebFrame* frame, const char* uri, GError *error, WebLoadingFixture* fixture) argument
230 static gboolean load_cancelled_cb(WebKitWebView* webView, WebKitWebFrame* frame, const char* uri, GError *error, WebLoadingFixture* fixture) argument
349 static void load_error_test(WebKitWebView* webview, WebKitWebFrame* frame, const char* uri, GError* error) argument

Completed in 164 milliseconds

12345678910