Home
last modified time | relevance | path

Searched defs:host (Results 326 - 350 of 358) sorted by relevance

1...<<1112131415

/base/print/print_fwk/services/print_service/src/
H A Dprint_cups_client.cpp611 char host[HTTP_MAX_URI] = {0}; /* Host portion of URI */ in QueryPrinterAttributesByUri() local
1431 char host[BUFFER_LEN] = {0}; in CheckPrinterOnline() local
[all...]
/base/web/webview/interfaces/kits/cj/src/
H A Dwebview_ffi.cpp1307 RetDataCArrString FfiOHOSDBGetHttpAuthCredentials(const char *host, const char *realm) in FfiOHOSDBGetHttpAuthCredentials() argument
1325 void FfiOHOSDBSaveHttpAuthCredentials(const char *host, const char *realm, in FfiOHOSDBSaveHttpAuthCredentials() argument
/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb_handler.h626 virtual bool OnSslSelectCertRequestByJS(std::shared_ptr<NWebJSSslSelectCertResult> result, const std::string& host, in OnSslSelectCertRequestByJS() argument
608 OnHttpAuthRequestByJS( std::shared_ptr<NWebJSHttpAuthResult> result, const std::string& host, const std::string& realm) OnHttpAuthRequestByJS() argument
[all...]
/test/xts/acts/multimedia/drm/drm_ndk_test/entry/src/main/cpp/
H A Dhello.cpp133 char host[1024], port[10]; in getHttp() local
/third_party/cups-filters/cupsfilters/
H A Dppdgenerator.c373 host[256], /* URL host */ in get_url() local
/third_party/nghttp2/src/
H A Dnghttp.cc213 auto host = get_real_host(); in init_html_parser() local
264 std::string decode_host(const StringRef &host) { in decode_host() argument
645 resolve_host(const std::string &host, uint16_t port) resolve_host() argument
1449 auto host = update_hostport() local
1688 auto host = req->get_real_host(); update_html_parser() local
2282 communicate( const std::string &scheme, const std::string &host, uint16_t port, std::vector< std::tuple<std::string, nghttp2_data_provider *, int64_t, int32_t>> requests, const nghttp2_session_callbacks *callbacks) communicate() argument
2629 auto host = decode_host(util::get_uri_field(uri.c_str(), u, UF_HOST)); run() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
H A DvktImageHostImageCopyTests.cpp1864 bool host; testGenerator() member
[all...]
/third_party/toybox/toys/pending/
H A Dip.c412 uint32_t mask = htonl(*naddr), host = ~mask; in get_nmask_prefix() local
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_negative.h1945 SetXMP(dng_host &host, const void *buffer, uint32 count, bool xmpInSidecar = false, bool xmpIsNewer = false) SetXMP() argument
[all...]
H A Ddng_image_writer.cpp186 static dng_memory_block * BuildAdobeData (dng_host &host, in BuildAdobeData() argument
3006 void dng_image_writer::EncodePredictor (dng_host &host, in EncodePredictor() argument
3711 void dng_image_writer::WriteData (dng_host &host, in WriteData() argument
4013 void dng_image_writer::EncodeJPEGPreview (dng_host &host, in EncodeJPEGPreview() argument
4167 WriteTile(dng_host &host, const dng_ifd &ifd, dng_stream &stream, const dng_image &image, const dng_rect &tileArea, uint32 fakeChannels, AutoPtr<dng_memory_block> &compressedBuffer, AutoPtr<dng_memory_block> &uncompressedBuffer, AutoPtr<dng_memory_block> &subTileBlockBuffer, AutoPtr<dng_memory_block> &tempBuffer) WriteTile() argument
4346 dng_write_tiles_task(dng_image_writer &imageWriter, dng_host &host, const dng_ifd &ifd, dng_basic_tag_set &basic, dng_stream &stream, const dng_image &image, uint32 fakeChannels, uint32 tilesDown, uint32 tilesAcross, uint32 compressedSize, uint32 uncompressedSize) dng_write_tiles_task() argument
4568 WriteImage(dng_host &host, const dng_ifd &ifd, dng_basic_tag_set &basic, dng_stream &stream, const dng_image &image, uint32 fakeChannels) WriteImage() argument
4909 CleanUpMetadata(dng_host &host, dng_metadata &metadata, dng_metadata_subset metadataSubset, const char *dstMIMI, const char *software) CleanUpMetadata() argument
5256 WriteTIFF(dng_host &host, dng_stream &stream, const dng_image &image, uint32 photometricInterpretation, uint32 compression, dng_negative *negative, const dng_color_space *space, const dng_resolution *resolution, const dng_jpeg_preview *thumbnail, const dng_memory_block *imageResources, dng_metadata_subset metadataSubset) WriteTIFF() argument
5285 WriteTIFF(dng_host &host, dng_stream &stream, const dng_image &image, uint32 photometricInterpretation, uint32 compression, const dng_metadata *metadata, const dng_color_space *space, const dng_resolution *resolution, const dng_jpeg_preview *thumbnail, const dng_memory_block *imageResources, dng_metadata_subset metadataSubset) WriteTIFF() argument
5329 WriteTIFFWithProfile(dng_host &host, dng_stream &stream, const dng_image &image, uint32 photometricInterpretation, uint32 compression, dng_negative *negative, const void *profileData, uint32 profileSize, const dng_resolution *resolution, const dng_jpeg_preview *thumbnail, const dng_memory_block *imageResources, dng_metadata_subset metadataSubset) WriteTIFFWithProfile() argument
5360 WriteTIFFWithProfile(dng_host &host, dng_stream &stream, const dng_image &image, uint32 photometricInterpretation, uint32 compression, const dng_metadata *constMetadata, const void *profileData, uint32 profileSize, const dng_resolution *resolution, const dng_jpeg_preview *thumbnail, const dng_memory_block *imageResources, dng_metadata_subset metadataSubset) WriteTIFFWithProfile() argument
5596 WriteDNG(dng_host &host, dng_stream &stream, dng_negative &negative, const dng_preview_list *previewList, uint32 maxBackwardVersion, bool uncompressed) WriteDNG() argument
5616 WriteDNG(dng_host &host, dng_stream &stream, const dng_negative &negative, const dng_metadata &constMetadata, const dng_preview_list *previewList, uint32 maxBackwardVersion, bool uncompressed) WriteDNG() argument
[all...]
/third_party/backends/sanei/
H A Dsanei_scsi.c2567 lx_chk_id(int dev_fd, int host, int channel, int id, int lun) lx_chk_id() argument
2604 lx_scan_sg(int exclude_devnum, char *name, size_t name_len, int host, int channel, int id, int lun) lx_scan_sg() argument
2639 lx_chk_devicename(int guess_devnum, char *name, size_t name_len, int host, int channel, int id, int lun) lx_chk_devicename() argument
[all...]
/third_party/node/src/
H A Djs_native_api_v8.cc2048 OH_JSVM_OpenInspector(JSVM_Env env, const char* host, uint16_t port) { in OH_JSVM_OpenInspector() argument
/third_party/node/deps/v8/src/profiler/
H A Dheap-snapshot-generator.cc64 void CheckStrongReference(HeapObject host, HeapObject target) { in CheckStrongReference() argument
94 void CheckWeakReference(HeapObject host, HeapObject target) { in CheckWeakReference() argument
107 void MarkReferenceCheckedWithoutChecking(HeapObject host, HeapObjec argument
[all...]
/third_party/node/deps/openssl/openssl/apps/
H A Ds_server.c452 char *host, *path, *port; member
472 char *host = NULL, *port = NULL, *path = NULL; in get_ocsp_resp_from_responder() local
1009 char *host = NULL; s_server_main() local
[all...]
H A Ds_client.c805 char *chCApath = NULL, *chCAfile = NULL, *chCAstore = NULL, *host = NULL; in s_client_main() local
3478 is_dNS_name(const char *host) is_dNS_name() argument
[all...]
H A Dcmp.c721 static int truststore_set_host_etc(X509_STORE *ts, const char *host) in truststore_set_host_etc() argument
1252 static SSL_CTX *setup_ssl_ctx(OSSL_CMP_CTX *ctx, const char *host, in setup_ssl_ctx() argument
1848 char *host = NULL, *port = NULL, *path = NULL, *used_path = opt_path; setup_client_ctx() local
[all...]
/third_party/node/deps/openssl/openssl/apps/lib/
H A Dapps.c2486 const char *host = vpm == NULL ? NULL : in app_http_tls_cb() local
2591 ASN1_VALUE *app_http_post_asn1(const char *host, const char *port, in app_http_post_asn1() argument
/third_party/openssl/apps/
H A Dcmp.c721 static int truststore_set_host_etc(X509_STORE *ts, const char *host) in truststore_set_host_etc() argument
1252 static SSL_CTX *setup_ssl_ctx(OSSL_CMP_CTX *ctx, const char *host, in setup_ssl_ctx() argument
1848 char *host = NULL, *port = NULL, *path = NULL, *used_path = opt_path; setup_client_ctx() local
[all...]
H A Ds_server.c452 char *host, *path, *port; member
472 char *host = NULL, *port = NULL, *path = NULL; in get_ocsp_resp_from_responder() local
1009 char *host = NULL; s_server_main() local
[all...]
H A Ds_client.c805 char *chCApath = NULL, *chCAfile = NULL, *chCAstore = NULL, *host = NULL; in s_client_main() local
3478 is_dNS_name(const char *host) is_dNS_name() argument
[all...]
/third_party/openssl/apps/lib/
H A Dapps.c2479 const char *host = vpm == NULL ? NULL : in app_http_tls_cb() local
2584 ASN1_VALUE *app_http_post_asn1(const char *host, const char *port, in app_http_post_asn1() argument
/third_party/typescript/lib/
H A Dtsc.js91786 var host = context.getEmitHost(); global() variable
92769 var host = context.getEmitHost(); global() variable
93686 var host = context.getEmitHost(); global() variable
[all...]
/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dnapi_webview_controller.cpp5460 char host[hostLen + 1]; in GetHostList() local
/third_party/node/deps/v8/src/heap/
H A Dmark-compact.cc1218 MarkObject(HeapObject host, Object object) MarkObject() argument
1289 MarkObject(HeapObject host, ObjectSlot slot, Object object) MarkObject() argument
1299 RecordRelocSlot(Code host, RelocInfo* rinfo, HeapObject target) RecordRelocSlot() argument
1308 ShouldRecordRelocSlot(Code host, RelocInfo* rinfo, HeapObject target) ShouldRecordRelocSlot() argument
1518 RecordMigratedSlot(HeapObject host, MaybeObject value, Address slot) RecordMigratedSlot() argument
3078 ShouldRecordRelocSlot(Code host, RelocInfo* rinfo, HeapObject target) ShouldRecordRelocSlot() argument
3088 ProcessRelocInfo(Code host, RelocInfo* rinfo, HeapObject target) ProcessRelocInfo() argument
3134 RecordRelocSlot(Code host, RelocInfo* rinfo, HeapObject target) RecordRelocSlot() argument
3266 UpdateStrongCodeSlot( HeapObject host, PtrComprCageBase cage_base, PtrComprCageBase code_cage_base, CodeObjectSlot slot) UpdateStrongCodeSlot() argument
5070 VisitPointersImpl(HeapObject host, TSlot start, TSlot end) VisitPointersImpl() argument
5077 VisitPointerImpl(HeapObject host, TSlot slot) VisitPointerImpl() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/svga/include/
H A Dsvga3d_cmd.h603 SVGA3dSurfaceImageId host; member

Completed in 120 milliseconds

1...<<1112131415