Searched refs:headers (Results 1 - 25 of 188) sorted by relevance

12345678

/freebsd-current/crypto/heimdal/lib/hx509/
H A Dfile.c76 hx509_pem_header *headers, FILE *f,
87 while (headers) {
89 headers->header, headers->value,
90 headers->next ? "" : "\n");
91 headers = headers->next;
123 hx509_pem_add_header(hx509_pem_header **headers, argument
143 h->next = *headers;
144 *headers
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...]
/freebsd-current/lib/clang/
H A DMakefile8 SUBDIR+= headers
/freebsd-current/usr.sbin/config/
H A Dmkheaders.c33 * This used to generate a bunch of headers files related to devices when
36 * It's kept its historical name, despite no longer generating headers.
45 headers(void) function
/freebsd-current/share/mk/
H A Dgoogletest.test.inc.mk9 # libgmock's, etc, headers.
/freebsd-current/contrib/llvm-project/libcxx/modules/std.compat/
H A Dcstddef.inc16 // [support.c.headers]/1
/freebsd-current/crypto/openssl/crypto/cmp/
H A Dcmp_http.c55 STACK_OF(CONF_VALUE) *headers = NULL;
67 if (!X509V3_add_value("Pragma", "no-cache", &headers))
84 0 /* buf_size */, headers,
104 sk_CONF_VALUE_pop_free(headers, X509V3_conf_free);
/freebsd-current/cddl/contrib/opensolaris/lib/pyzfs/common/
H A Dtable.py51 def printme(self, headers=True):
52 if headers:
60 if not headers:
/freebsd-current/contrib/dialog/
H A Dheaders-sh.in2 # $Id: headers-sh.in,v 1.11 2011/10/18 23:49:13 tom Exp $
50 TMPSED=headers.sed
84 cat >headers.tmp <<EOF
102 # pick up autoconf-style symbols used in the application's headers
107 | sed -f headers.tmp \
112 rm -f headers.tmp
134 sort -u $TMPSED >headers.tmp
135 mv headers.tmp $TMPSED
/freebsd-current/crypto/heimdal/appl/test/
H A Dhttp_client.c146 char **headers; member in struct:http_req
157 req->headers = NULL;
170 free(req->headers[i]);
171 free(req->headers);
182 if (strncasecmp(header, req->headers[i], len) == 0) {
183 return req->headers[i] + len + 1;
192 char **headers, int num_headers, struct http_req *req)
208 fdprintf(s, "%s\r\n", headers[i]);
245 req->headers = realloc(req->headers,
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/crypto/openssh/contrib/
H A Dfindssl.sh4 # Search for all instances of OpenSSL headers and libraries
6 # Intended to help diagnose OpenSSH's "OpenSSL headers do not
18 # "OpenSSL headers do not match your library" are usually caused by
19 # OpenSSH's configure picking up an older version of OpenSSL headers
24 # headers and libraries that were picked up, for example:
28 # checking whether OpenSSL's headers match the library... no
29 # configure: error: Your OpenSSL headers do not match your library
31 # Now run findssl.sh. This should identify the headers and libraries
33 # libraries and headers used and adjust your CFLAGS or remove incorrect
110 # Search for OpenSSL headers an
[all...]
/freebsd-current/crypto/openssl/crypto/asn1/
H A Dasn_mime.c314 /* MIME headers */
402 STACK_OF(MIME_HEADER) *headers = NULL;
412 if ((headers = mime_parse_hdr(bio)) == NULL) {
417 if ((hdr = mime_hdr_find(headers, "content-type")) == NULL
419 sk_MIME_HEADER_pop_free(headers, mime_hdr_free);
430 sk_MIME_HEADER_pop_free(headers, mime_hdr_free);
435 sk_MIME_HEADER_pop_free(headers, mime_hdr_free);
445 if ((headers = mime_parse_hdr(asnin)) == NULL) {
453 if ((hdr = mime_hdr_find(headers, "content-type")) == NULL
455 sk_MIME_HEADER_pop_free(headers, mime_hdr_fre
[all...]
/freebsd-current/crypto/openssl/util/
H A Dadd-depends.pl90 my @headers;
101 push @headers, $_;
107 return ($objfile, join(' ', @headers)) if @headers;
127 # are typically system headers
186 # mappings for generated headers, we only need to deal
241 # mappings for generated headers, we only need to deal
290 # mappings for generated headers, we only need to deal
/freebsd-current/sys/dev/isci/scil/
H A Dscic_sds_unsolicited_frame_control.c111 * the number of unused UF headers. This value can
115 * the number of actually utilized UF headers.
141 uf->header = &uf_control->headers.array[index];
156 uf->header = &uf_control->headers.array[index];
170 * frame control object (buffers, headers, address, table, etc).
196 // Prepare all of the memory sizes for the UF headers, UF address
209 // memory descriptor entry. The headers and address table will be
219 // headers, since we program the UF address table pointers to
221 uf_control->headers.physical_address = uf_buffer_phys_address;
223 uf_control->headers
[all...]
H A Dscic_sds_unsolicited_frame_control.h58 * management for the address table, the headers, and actual
247 SCIC_SDS_UF_HEADER_ARRAY_T headers; member in struct:SCIC_SDS_UNSOLICITED_FRAME_CONTROL
/freebsd-current/contrib/sendmail/contrib/
H A Dqtool.pl49 ## headers or the control file. Here's an example:
503 $self->{headers} = {};
601 my $headers = $self->{headers};
614 if (ref($headers->{$last_header}) eq 'ARRAY')
616 $headers->{$last_header}[-1] =
617 $headers->{$last_header}[-1] . $line;
621 $headers->{$last_header} = $headers->{$last_header} .
628 if (exists $headers
[all...]
/freebsd-current/crypto/openssl/include/openssl/
H A Dhttp.h73 const STACK_OF(CONF_VALUE) *headers,
81 int buf_size, const STACK_OF(CONF_VALUE) *headers,
90 int buf_size, const STACK_OF(CONF_VALUE) *headers,
/freebsd-current/contrib/ntp/sntp/libevent/include/event2/
H A Dhttp.h38 /* In case we haven't included the right headers yet. */
560 * Register callback for additional parsing of request headers.
832 /** Returns the input headers */
835 /** Returns the output headers */
845 URI, the host part of that is preferred. Otherwise, the input headers are
851 /* Interfaces for dealing with HTTP headers */
856 @param headers the evkeyvalq object in which to find the header
863 const char *evhttp_find_header(const struct evkeyvalq *headers,
867 Removes a header from a list of existing headers.
869 @param headers th
[all...]
/freebsd-current/contrib/libevent/include/event2/
H A Dhttp.h38 /* In case we haven't included the right headers yet. */
560 * Register callback for additional parsing of request headers.
832 /** Returns the input headers */
835 /** Returns the output headers */
845 URI, the host part of that is preferred. Otherwise, the input headers are
851 /* Interfaces for dealing with HTTP headers */
856 @param headers the evkeyvalq object in which to find the header
863 const char *evhttp_find_header(const struct evkeyvalq *headers,
867 Removes a header from a list of existing headers.
869 @param headers th
[all...]
/freebsd-current/contrib/jemalloc/include/jemalloc/internal/
H A Djemalloc_internal_decls.h13 # error Generate the headers using x64 vcargs
30 /* Android headers may define SYS_open to __NR_open even though
/freebsd-current/tools/regression/capsicum/syscalls/
H A DMakefile5 CFLAGS+= -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter
/freebsd-current/tools/regression/sockets/sendfile/
H A Dsendfile.c271 struct iovec headers; local
300 bzero(&headers, sizeof(headers));
301 headers.iov_base = header;
302 headers.iov_len = test.hdr_length;
304 hdtr.headers = &headers;
/freebsd-current/contrib/ntp/sntp/libevent/test/
H A Dregress_http.c347 /* For multi-line headers test */
2404 struct evkeyvalq headers; local
2406 TAILQ_INIT(&headers);
2408 tt_want(evhttp_add_header(&headers, "One", "Two") == 0);
2409 tt_want(evhttp_add_header(&headers, "One", "Two\r\n Three") == 0);
2410 tt_want(evhttp_add_header(&headers, "One\r", "Two") == -1);
2411 tt_want(evhttp_add_header(&headers, "One\n", "Two") == -1);
2412 tt_want(evhttp_add_header(&headers, "One", "Two\r") == -1);
2413 tt_want(evhttp_add_header(&headers, "One", "Two\n") == -1);
2415 evhttp_clear_headers(&headers);
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.c347 /* For multi-line headers test */
2404 struct evkeyvalq headers; local
2406 TAILQ_INIT(&headers);
2408 tt_want(evhttp_add_header(&headers, "One", "Two") == 0);
2409 tt_want(evhttp_add_header(&headers, "One", "Two\r\n Three") == 0);
2410 tt_want(evhttp_add_header(&headers, "One\r", "Two") == -1);
2411 tt_want(evhttp_add_header(&headers, "One\n", "Two") == -1);
2412 tt_want(evhttp_add_header(&headers, "One", "Two\r") == -1);
2413 tt_want(evhttp_add_header(&headers, "One", "Two\n") == -1);
2415 evhttp_clear_headers(&headers);
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/crypto/heimdal/kcm/
H A DMakefile.am18 headers.h \
/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
193 int (*headers)(char *buf, size_t size),

Completed in 522 milliseconds

12345678