/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/libtiff/ |
A D | tif_codec.c | 119 NotConfigured(TIFF* tif, int scheme) in NotConfigured() 143 TIFFIsCODECConfigured(uint16 scheme) in TIFFIsCODECConfigured()
|
A D | tif_jpeg_12.c | 16 int TIFFReInitJPEG_12( TIFF *tif, int scheme, int is_encode ) in TIFFReInitJPEG_12()
|
A D | tif_compress.c | 161 TIFFSetCompressionScheme(TIFF* tif, int scheme) in TIFFSetCompressionScheme() 187 TIFFFindCODEC(uint16 scheme) in TIFFFindCODEC() 202 TIFFRegisterCODEC(uint16 scheme, const char* name, TIFFInitMethod init) in TIFFRegisterCODEC()
|
A D | tif_dumpmode.c | 124 TIFFInitDumpMode(TIFF* tif, int scheme) in TIFFInitDumpMode()
|
A D | tif_next.c | 171 TIFFInitNeXT(TIFF* tif, int scheme) in TIFFInitNeXT()
|
A D | tif_jbig.c | 182 int TIFFInitJBIG(TIFF* tif, int scheme) in TIFFInitJBIG()
|
A D | tif_thunder.c | 190 TIFFInitThunderScan(TIFF* tif, int scheme) in TIFFInitThunderScan()
|
A D | tif_packbits.c | 289 TIFFInitPackBits(TIFF* tif, int scheme) in TIFFInitPackBits()
|
A D | tif_fax3.c | 1402 TIFFInitCCITTFax3(TIFF* tif, int scheme) in TIFFInitCCITTFax3() 1520 TIFFInitCCITTFax4(TIFF* tif, int scheme) in TIFFInitCCITTFax4() 1607 TIFFInitCCITTRLE(TIFF* tif, int scheme) in TIFFInitCCITTRLE() 1624 TIFFInitCCITTRLEW(TIFF* tif, int scheme) in TIFFInitCCITTRLEW()
|
A D | tif_zip.c | 400 TIFFInitZIP(TIFF* tif, int scheme) in TIFFInitZIP()
|
A D | tif_lzma.c | 410 TIFFInitLZMA(TIFF* tif, int scheme) in TIFFInitLZMA()
|
A D | tiffio.h | 254 uint16 scheme; member
|
A D | tif_lzw.c | 1153 TIFFInitLZW(TIFF* tif, int scheme) in TIFFInitLZW()
|
A D | tif_pixarlog.c | 1403 TIFFInitPixarLog(TIFF* tif, int scheme) in TIFFInitPixarLog()
|
A D | tif_luv.c | 1697 TIFFInitSGILog(TIFF* tif, int scheme) in TIFFInitSGILog()
|
/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/core/src/ |
A D | Url.cc | 79 std::string authority, fragment, path, query, scheme; in fromString() local 149 std::string Url::scheme() const { return scheme_; } in scheme() function in AlibabaCloud::Url 202 void Url::setScheme(const std::string &scheme) { in setScheme()
|
A D | ServiceRequest.cc | 163 void ServiceRequest::setScheme(const std::string scheme) { scheme_ = scheme; } in setScheme() 165 std::string ServiceRequest::scheme() const { return scheme_; } in scheme() function in AlibabaCloud::ServiceRequest
|
/AliOS-Things-master/components/oss/src/http/ |
A D | Url.cc | 103 std::string authority, fragment, path, query, scheme; in fromString() local 201 std::string Url::scheme() const in scheme() function in Url 275 void Url::setScheme(const std::string & scheme) in setScheme()
|
A D | HttpRequest.cc | 28 std::string Http::SchemeToString(Scheme scheme) in SchemeToString()
|
/AliOS-Things-master/components/oss/include/alibabacloud/oss/client/ |
A D | ClientConfiguration.h | 43 Http::Scheme scheme; variable
|
/AliOS-Things-master/components/websocket/src/ |
A D | rws_socketpub.c | 219 const char * scheme, in rws_socket_set_url() 237 void rws_socket_set_scheme(rws_socket socket, const char * scheme) { in rws_socket_set_scheme()
|
/AliOS-Things-master/components/http/src/ |
A D | http_client.c | 37 static int httpclient_parse_url(const char *url, char *scheme, size_t max_scheme_len, char *host, s… in httpclient_parse_url() 187 char scheme[8] = {0}; in httpclient_send_header() local 727 char scheme[8] = {0}; in httpclient_conn() local
|
/AliOS-Things-master/components/websocket/example/ |
A D | websocket_example.c | 162 int websoc_cli_test_int(const char *scheme, const char *host, in websoc_cli_test_int()
|
/AliOS-Things-master/components/websocket/include/ |
A D | rws_socket.h | 82 char * scheme; member
|
/AliOS-Things-master/components/SDL2/src/image/VisualC/external/include/ |
A D | tiffio.h | 254 uint16 scheme; member
|