Searched defs:headers (Results 1 - 25 of 27) sorted by relevance

12

/freebsd-current/usr.sbin/config/
H A Dmkheaders.c45 headers(void) function
/freebsd-current/sys/dev/isci/scil/
H A Dscic_sds_unsolicited_frame_control.h247 SCIC_SDS_UF_HEADER_ARRAY_T headers; member in struct:SCIC_SDS_UNSOLICITED_FRAME_CONTROL
/freebsd-current/crypto/heimdal/lib/hx509/
H A Dfile.c123 hx509_pem_add_header(hx509_pem_header **headers, argument
75 hx509_pem_write(hx509_context context, const char *type, hx509_pem_header *headers, FILE *f, const void *data, size_t size) argument
150 hx509_pem_free_header(hx509_pem_header *headers) argument
188 hx509_pem_header *headers = NULL; local
[all...]
H A Dks_file.c49 parse_certificate(hx509_context context, const char *fn, struct hx509_collector *c, const hx509_pem_header *headers, const void *data, size_t len, const AlgorithmIdentifier *ai) argument
140 parse_pkcs8_private_key(hx509_context context, const char *fn, struct hx509_collector *c, const hx509_pem_header *headers, const void *data, size_t length, const AlgorithmIdentifier *ai) argument
169 parse_pem_private_key(hx509_context context, const char *fn, struct hx509_collector *c, const hx509_pem_header *headers, const void *data, size_t len, const AlgorithmIdentifier *ai) argument
H A Dhxtool.c154 pem_reader(hx509_context contextp, const char *type, const hx509_pem_header *headers, const void *data , size_t length, void *ctx) argument
/freebsd-current/usr.bin/mail/
H A Dcmd1.c49 headers(void *v) function
/freebsd-current/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStandardLibrary.cpp242 llvm::SmallVector<Header> Symbol::headers() const { function in class:clang::tooling::stdlib::Symbol
/freebsd-current/crypto/heimdal/appl/test/
H A Dhttp_client.c146 char **headers; member in struct:http_req
191 http_query(const char *host, const char *page, char **headers, int num_headers, struct http_req *req) argument
293 char *headers[10]; /* XXX */ local
[all...]
/freebsd-current/contrib/ntp/sntp/libevent/sample/
H A Dhttp-server.c137 struct evkeyvalq *headers; local
/freebsd-current/tools/regression/sockets/sendfile/
H A Dsendfile.c271 struct iovec headers; local
/freebsd-current/contrib/libevent/sample/
H A Dhttp-server.c137 struct evkeyvalq *headers; local
/freebsd-current/stand/efi/libefi/
H A Defihttp.c392 EFI_HTTP_HEADER headers[3]; local
/freebsd-current/crypto/heimdal/appl/push/
H A Dpush.c230 char **headers = NULL; local
/freebsd-current/lib/libc/tests/sys/
H A Dsendfile_test.c655 struct iovec headers[1], trailers[1]; local
[all...]
/freebsd-current/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dkstat.h104 int (*headers)(char *buf, size_t size); member in struct:kstat_raw_ops
/freebsd-current/sys/contrib/openzfs/include/os/linux/spl/sys/
H A Dkstat.h95 int (*headers)(char *buf, size_t size); member in struct:kstat_raw_ops
/freebsd-current/crypto/openssl/crypto/http/
H A Dhttp_client.c350 add1_headers(OSSL_HTTP_REQ_CTX *rctx, const STACK_OF(CONF_VALUE) *headers, const char *host) argument
1015 OSSL_HTTP_set1_request(OSSL_HTTP_REQ_CTX *rctx, const char *path, const STACK_OF(CONF_VALUE) *headers, const char *content_type, BIO *req, const char *expected_content_type, int expect_asn1, size_t max_resp_len, int timeout, int keep_alive) argument
1123 OSSL_HTTP_get(const char *url, const char *proxy, const char *no_proxy, BIO *bio, BIO *rbio, OSSL_HTTP_bio_cb_t bio_update_fn, void *arg, int buf_size, const STACK_OF(CONF_VALUE) *headers, const char *expected_ct, int expect_asn1, size_t max_resp_len, int timeout) argument
1212 OSSL_HTTP_transfer(OSSL_HTTP_REQ_CTX **prctx, const char *server, const char *port, const char *path, int use_ssl, const char *proxy, const char *no_proxy, BIO *bio, BIO *rbio, OSSL_HTTP_bio_cb_t bio_update_fn, void *arg, int buf_size, const STACK_OF(CONF_VALUE) *headers, const char *content_type, BIO *req, const char *expected_ct, int expect_asn1, size_t max_resp_len, int timeout, int keep_alive) argument
[all...]
/freebsd-current/crypto/openssl/apps/
H A Docsp.c1231 process_responder(OCSP_REQUEST *req, const char *host, const char *port, const char *path, const char *proxy, const char *no_proxy, int use_ssl, STACK_OF(CONF_VALUE) *headers, int req_timeout) argument
/freebsd-current/contrib/unbound/services/
H A Dlisten_dnsport.c2489 nghttp2_nv headers[3]; local
2632 nghttp2_nv headers[1]; /* will be copied by nghttp */ local
[all...]
/freebsd-current/contrib/ntp/sntp/libevent/test/
H A Dregress_http.c2404 struct evkeyvalq headers; local
2418 validate_header( const struct evkeyvalq* headers, const char *key, const char *value) argument
2432 struct evkeyvalq headers; local
2503 struct evkeyvalq headers; local
[all...]
/freebsd-current/contrib/libevent/test/
H A Dregress_http.c2404 struct evkeyvalq headers; local
2418 validate_header( const struct evkeyvalq* headers, const char *key, const char *value) argument
2432 struct evkeyvalq headers; local
2503 struct evkeyvalq headers; local
[all...]
/freebsd-current/sys/sys/
H A Dsocket.h644 struct iovec *headers; /* pointer to an array of header struct iovec's */ member in struct:sf_hdtr
/freebsd-current/contrib/ntp/sntp/libevent/
H A Dhttp.c468 evhttp_is_connection_close(int flags, struct evkeyvalq* headers) argument
492 evhttp_is_connection_keepalive(struct evkeyvalq* headers) argument
501 evhttp_maybe_add_date_header(struct evkeyvalq *headers) argument
514 evhttp_maybe_add_content_length_header(struct evkeyvalq *headers, size_t content_length) argument
1899 evhttp_find_header(const struct evkeyvalq *headers, const char *key) argument
1912 evhttp_clear_headers(struct evkeyvalq *headers) argument
1932 evhttp_remove_header(struct evkeyvalq *headers, const char *key) argument
1969 evhttp_add_header(struct evkeyvalq *headers, const char *key, const char *value) argument
1989 evhttp_add_header_internal(struct evkeyvalq *headers, const char *key, const char *value) argument
2066 evhttp_append_to_last_header(struct evkeyvalq *headers, char *line) argument
2102 struct evkeyvalq* headers = req->input_headers; local
2161 struct evkeyvalq *headers = req->input_headers; local
3254 evhttp_parse_query_impl(const char *str, struct evkeyvalq *headers, int is_whole_uri) argument
3324 evhttp_parse_query(const char *uri, struct evkeyvalq *headers) argument
3329 evhttp_parse_query_str(const char *uri, struct evkeyvalq *headers) argument
[all...]
/freebsd-current/crypto/openssl/apps/lib/
H A Dapps.c2539 app_http_get_asn1(const char *url, const char *proxy, const char *no_proxy, SSL_CTX *ssl_ctx, const STACK_OF(CONF_VALUE) *headers, long timeout, const char *expected_content_type, const ASN1_ITEM *it) argument
2591 app_http_post_asn1(const char *host, const char *port, const char *path, const char *proxy, const char *no_proxy, SSL_CTX *ssl_ctx, const STACK_OF(CONF_VALUE) *headers, const char *content_type, ASN1_VALUE *req, const ASN1_ITEM *req_it, const char *expected_content_type, long timeout, const ASN1_ITEM *rsp_it) argument
/freebsd-current/contrib/libevent/
H A Dhttp.c468 evhttp_is_connection_close(int flags, struct evkeyvalq* headers) argument
492 evhttp_is_connection_keepalive(struct evkeyvalq* headers) argument
501 evhttp_maybe_add_date_header(struct evkeyvalq *headers) argument
514 evhttp_maybe_add_content_length_header(struct evkeyvalq *headers, size_t content_length) argument
1899 evhttp_find_header(const struct evkeyvalq *headers, const char *key) argument
1912 evhttp_clear_headers(struct evkeyvalq *headers) argument
1932 evhttp_remove_header(struct evkeyvalq *headers, const char *key) argument
1969 evhttp_add_header(struct evkeyvalq *headers, const char *key, const char *value) argument
1989 evhttp_add_header_internal(struct evkeyvalq *headers, const char *key, const char *value) argument
2066 evhttp_append_to_last_header(struct evkeyvalq *headers, char *line) argument
2102 struct evkeyvalq* headers = req->input_headers; local
2161 struct evkeyvalq *headers = req->input_headers; local
3254 evhttp_parse_query_impl(const char *str, struct evkeyvalq *headers, int is_whole_uri) argument
3324 evhttp_parse_query(const char *uri, struct evkeyvalq *headers) argument
3329 evhttp_parse_query_str(const char *uri, struct evkeyvalq *headers) argument
[all...]

Completed in 231 milliseconds

12