Home
last modified time | relevance | path

Searched defs:uri (Results 126 - 150 of 240) sorted by relevance

12345678910

/third_party/lwip/src/apps/http/
H A Dhttp_client.c151 char* uri; global() member
487 httpc_create_request_string(const httpc_connection_t *settings, const char* server_name, int server_port, const char* uri, int use_host, char *buffer, size_t buffer_size) httpc_create_request_string() argument
507 httpc_init_connection_common(httpc_state_t **connection, const httpc_connection_t *settings, const char* server_name, u16_t server_port, const char* uri, altcp_recv_fn recv_fn, void* callback_arg, int use_host) httpc_init_connection_common() argument
594 httpc_init_connection(httpc_state_t **connection, const httpc_connection_t *settings, const char* server_name, u16_t server_port, const char* uri, altcp_recv_fn recv_fn, void* callback_arg) httpc_init_connection() argument
605 httpc_init_connection_addr(httpc_state_t **connection, const httpc_connection_t *settings, const ip_addr_t* server_addr, u16_t server_port, const char* uri, altcp_recv_fn recv_fn, void* callback_arg) httpc_init_connection_addr() argument
632 httpc_get_file(const ip_addr_t* server_addr, u16_t port, const char* uri, const httpc_connection_t *settings, altcp_recv_fn recv_fn, void* callback_arg, httpc_state_t **connection) httpc_get_file() argument
677 httpc_get_file_dns(const char* server_name, u16_t port, const char* uri, const httpc_connection_t *settings, altcp_recv_fn recv_fn, void* callback_arg, httpc_state_t **connection) httpc_get_file_dns() argument
818 httpc_get_file_to_disk(const ip_addr_t* server_addr, u16_t port, const char* uri, const httpc_connection_t *settings, void* callback_arg, const char* local_file_name, httpc_state_t **connection) httpc_get_file_to_disk() argument
870 httpc_get_file_dns_to_disk(const char* server_name, u16_t port, const char* uri, const httpc_connection_t *settings, void* callback_arg, const char* local_file_name, httpc_state_t **connection) httpc_get_file_dns_to_disk() argument
[all...]
H A Dhttpd.c842 get_http_headers(struct http_state *hs, const char *uri) argument
1652 const char *uri, *uri local
1689 http_get_404_file(struct http_state *hs, const char **uri) global() argument
1801 http_post_request(struct pbuf *inp, struct http_state *hs, char *data, u16_t data_len, char *uri, char *uri_end) global() argument
2077 char *uri = sp1 + 1; global() local
2149 http_uri_is_ssi(struct fs_file *file, const char *uri) global() argument
2192 http_find_file(struct http_state *hs, const char *uri, int is_09) global() argument
2321 http_init_file(struct http_state *hs, struct fs_file *file, int is_09, const char *uri, u8_t tag_check, char *params) global() argument
[all...]
/third_party/libcoap/src/
H A Dcoap_oscore.c141 coap_uri_t uri; in coap_rebuild_pdu_for_proxy() local
[all...]
H A Dcoap_net.c2828 coap_uri_t uri; in handle_request() local
3575 coap_uri_t uri; in coap_dispatch() local
[all...]
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/
H A Dconnection.c1394 char *uri; local
[all...]
/third_party/skia/third_party/externals/microhttpd/src/spdy2http/
H A Dproxy.c189 free_uri(struct URI * uri) in free_uri() argument
233 parse_uri(regex_t * preg, const char * full_uri, struct URI ** uri) parse_uri() argument
848 struct URI *uri; standard_request_handler() local
[all...]
/third_party/skia/third_party/externals/microhttpd/src/testspdy/
H A Dtest_new_connection.c632 static void request_init(struct Request *req, const struct URI *uri) in request_init() argument
653 static void fetch_uri(const struct URI *uri) in fetch_uri() argument
733 parse_uri(struct URI *res, const char *uri) parse_uri() argument
882 struct URI uri; childproc() local
[all...]
H A Dtest_notls.c584 static void request_init(struct Request *req, const struct URI *uri) in request_init() argument
605 static void fetch_uri(const struct URI *uri) in fetch_uri() argument
668 parse_uri(struct URI *res, const char *uri) parse_uri() argument
842 struct URI uri; childproc() local
[all...]
H A Dtest_request_response.c620 static void request_init(struct Request *req, const struct URI *uri) in request_init() argument
641 static void fetch_uri(const struct URI *uri) in fetch_uri() argument
721 parse_uri(struct URI *res, const char *uri) parse_uri() argument
899 struct URI uri; childproc() local
[all...]
/third_party/skia/third_party/externals/expat/expat/xmlwf/
H A Dxmlwf.c559 const XML_Char *uri = XML_GetBase(parser); in metaLocation() local
769 metaStartNamespaceDecl(void *userData, const XML_Char *prefix, const XML_Char *uri) metaStartNamespaceDecl() argument
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_xmp_sdk.cpp848 bool dng_xmp_sdk::GetNamespacePrefix (const char *uri, in GetNamespacePrefix() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/
H A Dwps_er.c1189 char *uri = http_request_get_uri(req); in wps_er_http_notify() local
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hs20/client/
H A Doma_dm_client.c82 char *uri, *ret = NULL; in oma_dm_get_target_locuri() local
507 char *data, *uri, *upos, *end; in oma_dm_run_add() local
96 oma_dm_add_locuri(struct hs20_osu_client *ctx, xml_node_t *parent, const char *element, const char *uri) oma_dm_add_locuri() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/
H A Dwps_er.c1189 char *uri = http_request_get_uri(req); in wps_er_http_notify() local
/third_party/wpa_supplicant/wpa_supplicant-2.9/hs20/client/
H A Doma_dm_client.c82 char *uri, *ret = NULL; in oma_dm_get_target_locuri() local
507 char *data, *uri, *upos, *end; in oma_dm_run_add() local
96 oma_dm_add_locuri(struct hs20_osu_client *ctx, xml_node_t *parent, const char *element, const char *uri) oma_dm_add_locuri() argument
[all...]
/third_party/backends/backend/pixma/
H A Dpixma_bjnp.c1946 int add_timeout_to_uri(char *uri, int timeout, int max_len) in add_timeout_to_uri() argument
1882 add_scanner(SANE_Int *dev_no, const char *uri, SANE_Status (*attach_bjnp) (SANE_String_Const devname, SANE_String_Const serial, const struct pixma_config_t *cfg), const struct pixma_config_t *const pixma_devices[]) add_scanner() argument
2031 char uri[HOST_NAME_MAX + 32]; sanei_bjnp_find_devices() local
[all...]
/third_party/cares/include/
H A Dares.h594 char *uri; member
/third_party/libcoap/examples/
H A Dcoap-client.c74 static coap_uri_t uri; variable
[all...]
/third_party/nghttp2/src/
H A Dh2load.cc1873 std::string get_reqline(const char *uri, const http_parser_url &u) { in get_reqline() argument
1957 auto uri = (*first).c_str(); in parse_uris() local
[all...]
H A Dshrpx_http3_upstream.cc1755 int Http3Upstream::initiate_push(Downstream *downstream, const StringRef &uri) { in initiate_push() argument
H A Dshrpx_http2_upstream.cc2258 int Http2Upstream::initiate_push(Downstream *downstream, const StringRef &uri) { in initiate_push() argument
H A Dutil.cc681 bool fieldeq(const char *uri, const http_parser_url &u, in fieldeq() argument
686 bool fieldeq(const char *uri, const http_parser_url &u, in fieldeq() argument
695 StringRef get_uri_field(const char *uri, const http_parser_url &u, in get_uri_field() argument
704 uint16_t get_default_port(const char *uri, const http_parser_url &u) { in get_default_port() argument
724 void write_uri_field(std::ostream &o, const char *uri, cons argument
[all...]
/third_party/node/deps/cares/include/
H A Dares.h627 char *uri; member
/third_party/node/deps/openssl/openssl/engines/
H A De_loader_attic.c296 try_decode_PKCS12(const char *pem_name, const char *pem_header, const unsigned char *blob, size_t len, void **pctx, int *matchcount, const UI_METHOD *ui_method, void *ui_data, const char *uri, OSSL_LIB_CTX *libctx, const char *propq) try_decode_PKCS12() argument
431 try_decode_PKCS8Encrypted(const char *pem_name, const char *pem_header, const unsigned char *blob, size_t len, void **pctx, int *matchcount, const UI_METHOD *ui_method, void *ui_data, const char *uri, OSSL_LIB_CTX *libctx, const char *propq) try_decode_PKCS8Encrypted() argument
508 try_decode_PrivateKey(const char *pem_name, const char *pem_header, const unsigned char *blob, size_t len, void **pctx, int *matchcount, const UI_METHOD *ui_method, void *ui_data, const char *uri, OSSL_LIB_CTX *libctx, const char *propq) try_decode_PrivateKey() argument
637 try_decode_PUBKEY(const char *pem_name, const char *pem_header, const unsigned char *blob, size_t len, void **pctx, int *matchcount, const UI_METHOD *ui_method, void *ui_data, const char *uri, OSSL_LIB_CTX *libctx, const char *propq) try_decode_PUBKEY() argument
673 try_decode_params(const char *pem_name, const char *pem_header, const unsigned char *blob, size_t len, void **pctx, int *matchcount, const UI_METHOD *ui_method, void *ui_data, const char *uri, OSSL_LIB_CTX *libctx, const char *propq) try_decode_params() argument
750 try_decode_X509Certificate(const char *pem_name, const char *pem_header, const unsigned char *blob, size_t len, void **pctx, int *matchcount, const UI_METHOD *ui_method, void *ui_data, const char *uri, OSSL_LIB_CTX *libctx, const char *propq) try_decode_X509Certificate() argument
807 try_decode_X509CRL(const char *pem_name, const char *pem_header, const unsigned char *blob, size_t len, void **pctx, int *matchcount, const UI_METHOD *ui_method, void *ui_data, const char *uri, OSSL_LIB_CTX *libctx, const char *propq) try_decode_X509CRL() argument
863 char *uri; /* The URI we currently try to load */ global() member
946 file_open_ex(const OSSL_STORE_LOADER *loader, const char *uri, OSSL_LIB_CTX *libctx, const char *propq, const UI_METHOD *ui_method, void *ui_data) file_open_ex() argument
1071 file_open(const OSSL_STORE_LOADER *loader, const char *uri, const UI_METHOD *ui_method, void *ui_data) file_open() argument
1308 file_read_pem(BIO *bp, char **pem_name, char **pem_header, unsigned char **data, long *len, const UI_METHOD *ui_method, void *ui_data, const char *uri, int secure) file_read_pem() argument
1377 file_try_read_PVK(BIO *bp, const UI_METHOD *ui_method, void *ui_data, const char *uri, int *matchcount) file_try_read_PVK() argument
[all...]
/third_party/openssl/engines/
H A De_loader_attic.c296 try_decode_PKCS12(const char *pem_name, const char *pem_header, const unsigned char *blob, size_t len, void **pctx, int *matchcount, const UI_METHOD *ui_method, void *ui_data, const char *uri, OSSL_LIB_CTX *libctx, const char *propq) try_decode_PKCS12() argument
431 try_decode_PKCS8Encrypted(const char *pem_name, const char *pem_header, const unsigned char *blob, size_t len, void **pctx, int *matchcount, const UI_METHOD *ui_method, void *ui_data, const char *uri, OSSL_LIB_CTX *libctx, const char *propq) try_decode_PKCS8Encrypted() argument
508 try_decode_PrivateKey(const char *pem_name, const char *pem_header, const unsigned char *blob, size_t len, void **pctx, int *matchcount, const UI_METHOD *ui_method, void *ui_data, const char *uri, OSSL_LIB_CTX *libctx, const char *propq) try_decode_PrivateKey() argument
637 try_decode_PUBKEY(const char *pem_name, const char *pem_header, const unsigned char *blob, size_t len, void **pctx, int *matchcount, const UI_METHOD *ui_method, void *ui_data, const char *uri, OSSL_LIB_CTX *libctx, const char *propq) try_decode_PUBKEY() argument
673 try_decode_params(const char *pem_name, const char *pem_header, const unsigned char *blob, size_t len, void **pctx, int *matchcount, const UI_METHOD *ui_method, void *ui_data, const char *uri, OSSL_LIB_CTX *libctx, const char *propq) try_decode_params() argument
750 try_decode_X509Certificate(const char *pem_name, const char *pem_header, const unsigned char *blob, size_t len, void **pctx, int *matchcount, const UI_METHOD *ui_method, void *ui_data, const char *uri, OSSL_LIB_CTX *libctx, const char *propq) try_decode_X509Certificate() argument
807 try_decode_X509CRL(const char *pem_name, const char *pem_header, const unsigned char *blob, size_t len, void **pctx, int *matchcount, const UI_METHOD *ui_method, void *ui_data, const char *uri, OSSL_LIB_CTX *libctx, const char *propq) try_decode_X509CRL() argument
863 char *uri; /* The URI we currently try to load */ global() member
946 file_open_ex(const OSSL_STORE_LOADER *loader, const char *uri, OSSL_LIB_CTX *libctx, const char *propq, const UI_METHOD *ui_method, void *ui_data) file_open_ex() argument
1071 file_open(const OSSL_STORE_LOADER *loader, const char *uri, const UI_METHOD *ui_method, void *ui_data) file_open() argument
1308 file_read_pem(BIO *bp, char **pem_name, char **pem_header, unsigned char **data, long *len, const UI_METHOD *ui_method, void *ui_data, const char *uri, int secure) file_read_pem() argument
1377 file_try_read_PVK(BIO *bp, const UI_METHOD *ui_method, void *ui_data, const char *uri, int *matchcount) file_try_read_PVK() argument
[all...]

Completed in 48 milliseconds

12345678910