Home
last modified time | relevance | path

Searched refs:url (Results 526 - 550 of 1013) sorted by relevance

1...<<21222324252627282930>>...41

/third_party/node/test/parallel/
H A Dtest-inspector-console-top-frame.js30 assert.strictEqual(basename(topFrame.url), basename(__filename));
H A Dtest-async-hooks-execution-async-resource.js21 executionAsyncResource()[sym] = { state: req.url };
H A Dtest-fs-utimes.js27 const url = require('url');
76 const asUrl = (path) => url.pathToFileURL(path);
H A Dtest-http-agent-keepalive.js38 if (req.url === '/error') {
41 } else if (req.url === '/remote_close') {
/third_party/libevdev/doc/html/
H A Dmenu.js31 result+='<li><a href="'+relPath+data.children[i].url+'">'+
/third_party/skia/third_party/externals/libwebp/swig/
H A Dsetup.py28 url="http://developers.google.com/speed/webp", variable
/third_party/skia/third_party/externals/oboe/docs/reference/
H A Dmenu.js30 result+='<li><a href="'+relPath+data.children[i].url+'">'+
/third_party/ffmpeg/libavformat/
H A Davformat.c136 av_freep(&s->url); in avformat_free_context()
772 void ff_format_set_url(AVFormatContext *s, char *url) in ff_format_set_url() argument
774 av_assert0(url); in ff_format_set_url()
775 av_freep(&s->url); in ff_format_set_url()
776 s->url = url; in ff_format_set_url()
H A Dmux.h110 * @param url URL or file name to open for writing
114 int ff_format_output_open(AVFormatContext *s, const char *url, AVDictionary **options);
/third_party/node/src/
H A Dinspector_agent.cc662 std::string url = node::url::FromFilePath(resource_name);
663 return Utf8ToStringView(url);
963 uint64_t thread_id, const std::string& url, const std::string& name) { in GetParentHandle()
971 return client_->getWorkerManager()->NewParentHandle(thread_id, url, name); in GetParentHandle()
973 return parent_handle_->NewParentInspectorHandle(thread_id, url, name); in GetParentHandle()
962 GetParentHandle( uint64_t thread_id, const std::string& url, const std::string& name) GetParentHandle() argument
H A Dmodule_wrap.cc55 Local<String> url, in ModuleWrap()
62 object->SetInternalField(kURLSlot, url); in ModuleWrap()
104 // new ModuleWrap(url, context, source, lineOffset, columnOffset)
105 // new ModuleWrap(url, context, exportNames, syntheticExecutionFunction)
116 Local<String> url = args[0].As<String>(); in New() local
135 // new ModuleWrap(url, context, exportNames, syntheticExecutionFunction) in New()
138 // new ModuleWrap(url, context, source, lineOffset, columOffset, cachedData) in New()
148 Local<Symbol> id_symbol = Symbol::New(isolate, url); in New()
171 module = Module::CreateSyntheticModule(isolate, url, export_names, in New()
187 url, in New()
52 ModuleWrap(Environment* env, Local<Object> object, Local<Module> module, Local<String> url, Local<Object> context_object, Local<Value> synthetic_evaluation_step) ModuleWrap() argument
[all...]
/third_party/node/deps/openssl/openssl/crypto/x509/
H A Dx_all.c92 static ASN1_VALUE *simple_get_asn1(const char *url, BIO *bio, BIO *rbio, in simple_get_asn1() argument
95 BIO *mem = OSSL_HTTP_get(url, NULL /* proxy */, NULL /* no_proxy */, in simple_get_asn1()
106 X509 *X509_load_http(const char *url, BIO *bio, BIO *rbio, int timeout) in X509_load_http() argument
108 return (X509 *)simple_get_asn1(url, bio, rbio, timeout, in X509_load_http()
160 X509_CRL *X509_CRL_load_http(const char *url, BIO *bio, BIO *rbio, int timeout) in X509_CRL_load_http() argument
162 return (X509_CRL *)simple_get_asn1(url, bio, rbio, timeout, in X509_CRL_load_http()
/third_party/openssl/crypto/x509/
H A Dx_all.c92 static ASN1_VALUE *simple_get_asn1(const char *url, BIO *bio, BIO *rbio, in simple_get_asn1() argument
95 BIO *mem = OSSL_HTTP_get(url, NULL /* proxy */, NULL /* no_proxy */, in simple_get_asn1()
106 X509 *X509_load_http(const char *url, BIO *bio, BIO *rbio, int timeout) in X509_load_http() argument
108 return (X509 *)simple_get_asn1(url, bio, rbio, timeout, in X509_load_http()
160 X509_CRL *X509_CRL_load_http(const char *url, BIO *bio, BIO *rbio, int timeout) in X509_CRL_load_http() argument
162 return (X509_CRL *)simple_get_asn1(url, bio, rbio, timeout, in X509_CRL_load_http()
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/
H A Dap_ctrl_iface.c600 const char *url; in hostapd_ctrl_iface_hs20_wnm_notif() local
604 url = cmd + 17; in hostapd_ctrl_iface_hs20_wnm_notif()
605 if (*url == '\0') { in hostapd_ctrl_iface_hs20_wnm_notif()
606 url = NULL; in hostapd_ctrl_iface_hs20_wnm_notif()
608 if (*url != ' ') in hostapd_ctrl_iface_hs20_wnm_notif()
610 url++; in hostapd_ctrl_iface_hs20_wnm_notif()
611 if (*url == '\0') in hostapd_ctrl_iface_hs20_wnm_notif()
612 url = NULL; in hostapd_ctrl_iface_hs20_wnm_notif()
615 return hs20_send_wnm_notification(hapd, addr, 1, url); in hostapd_ctrl_iface_hs20_wnm_notif()
802 const char *url, *timerst in hostapd_ctrl_iface_ess_disassoc() local
843 char *url = NULL; hostapd_ctrl_iface_bss_tm_req() local
[all...]
/third_party/node/test/sequential/
H A Dtest-http-server-keep-alive-timeout-slow-server.js8 if (req.url === '/first') {
/third_party/skia/third_party/externals/microhttpd/doc/examples/
H A Dhellobrowser.c19 const char *url, const char *method, in answer_to_connection()
18 answer_to_connection(void *cls, struct MHD_Connection *connection, const char *url, const char *method, const char *version, const char *upload_data, size_t *upload_data_size, void **con_cls) answer_to_connection() argument
/third_party/skia/third_party/externals/microhttpd/src/examples/
H A Dchunked_example.c43 const char *url, in ahc_echo()
41 ahc_echo(void *cls, struct MHD_Connection *connection, const char *url, const char *method, const char *version, const char *upload_data, size_t *upload_data_size, void **ptr) ahc_echo() argument
H A Ddual_stack_example.c33 const char *url, in ahc_echo()
31 ahc_echo(void *cls, struct MHD_Connection *connection, const char *url, const char *method, const char *version, const char *upload_data, size_t *upload_data_size, void **ptr) ahc_echo() argument
H A Dminimal_example.c33 const char *url, in ahc_echo()
31 ahc_echo(void *cls, struct MHD_Connection *connection, const char *url, const char *method, const char *version, const char *upload_data, size_t *upload_data_size, void **ptr) ahc_echo() argument
H A Dminimal_example_comet.c41 const char *url, in ahc_echo()
39 ahc_echo(void *cls, struct MHD_Connection *connection, const char *url, const char *method, const char *version, const char *upload_data, size_t *upload_data_size, void **ptr) ahc_echo() argument
/third_party/ffmpeg/libavdevice/
H A Dopenal-dec.c142 alcCaptureOpenDevice(ctx->url[0] ? ctx->url : NULL, in read_header()
H A Dfbdev_dec.c80 if (avctx->url[0]) in fbdev_read_header()
81 device = avctx->url; in fbdev_read_header()
H A Dfbdev_enc.c55 if (h->url[0]) in fbdev_write_header()
56 device = h->url; in fbdev_write_header()
/third_party/curl/tests/unit/
H A Dunit1653.c47 static CURLUcode parse_port(CURLU *url, in parse_port() argument
55 ret = Curl_parse_port(url, &host, has_scheme); in parse_port()
/third_party/node/lib/internal/bootstrap/
H A Drealm.js111 'url',
123 'url',
343 const url = `node:${this.id}`;
348 url, undefined, exportsKeys,

Completed in 16 milliseconds

1...<<21222324252627282930>>...41