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

123456789

/freebsd-11-stable/lib/clang/
H A DMakefile11 SUBDIR+= headers
/freebsd-11-stable/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-11-stable/contrib/apr/
H A Dbuild.conf20 # all the public headers
21 headers = include/*.h
/freebsd-11-stable/contrib/serf/buckets/
H A Drequest_buckets.c31 serf_bucket_t *headers; member in struct:__anon71
50 ctx->headers = serf_bucket_headers_create(allocator);
69 return ((request_context_t *)bucket->data)->headers;
101 /* Serialize the request-line and headers into one mother string,
127 serf_bucket_aggregate_append(bucket, ctx->headers);
134 serf_bucket_headers_set(ctx->headers, "Content-Length", buf);
140 serf_bucket_headers_setn(ctx->headers, "Transfer-Encoding", "chunked");
204 serf_bucket_destroy(ctx->headers);
223 ctx->headers = serf_bucket_headers_create(bucket->allocator);
H A Dbwtp_buckets.c42 serf_bucket_t *headers; member in struct:__anon56
50 serf_bucket_t *headers; /* holds parsed headers */ member in struct:__anon57
54 STATE_HEADERS, /* reading headers */
80 ctx->headers = serf_bucket_headers_create(allocator);
97 ctx->headers = serf_bucket_headers_create(allocator);
114 ctx->headers = serf_bucket_headers_create(allocator);
131 ctx->headers = serf_bucket_headers_create(allocator);
193 return ctx->headers;
198 return ctx->headers;
[all...]
H A Dresponse_buckets.c32 serf_bucket_t *headers; /* holds parsed headers */ member in struct:__anon73
36 STATE_HEADERS, /* reading headers */
84 ctx->headers = serf_bucket_headers_create(allocator);
105 return ((response_context_t *)bucket->data)->headers;
120 serf_bucket_destroy(ctx->headers);
190 /* Bad headers? */
206 /* Always copy the headers (from the linebuf into new mem). */
209 ctx->headers,
252 /* Okay... move on to reading the headers
[all...]
/freebsd-11-stable/usr.sbin/config/
H A Dmkheaders.c51 headers(void) function
/freebsd-11-stable/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-11-stable/cddl/contrib/opensolaris/lib/pyzfs/common/
H A Dtable.py51 def printme(self, headers=True):
52 if headers:
60 if not headers:
/freebsd-11-stable/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-11-stable/contrib/subversion/subversion/libsvn_repos/
H A Ddump_editor.c90 svn_repos__dumpfile_headers_t *headers;
214 new_db->headers = NULL;
247 /* Append to HEADERS the required headers, and set *CONTENT to the property
251 get_props_content(svn_repos__dumpfile_headers_t *headers,
273 headers, SVN_REPOS_DUMPFILE_PROP_DELTA, "true");
281 * line, not two, after the headers. Why? Historical precedent for the
290 svn_repos__dumpfile_headers_t *headers
297 headers, SVN_REPOS_DUMPFILE_NODE_PATH, node_relpath);
301 headers, SVN_REPOS_DUMPFILE_NODE_ACTION, "delete");
303 SVN_ERR(svn_repos__dump_node_record(stream, headers,
89 svn_repos__dumpfile_headers_t *headers; member in struct:dir_baton
250 get_props_content(svn_repos__dumpfile_headers_t *headers, svn_stringbuf_t **content, apr_hash_t *props, apr_hash_t *deleted_props, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
289 svn_repos__dumpfile_headers_t *headers local
338 svn_repos__dumpfile_headers_t *headers local
466 svn_repos__dumpfile_headers_t *headers local
909 svn_repos__dumpfile_headers_t *headers; local
[all...]
H A Ddump.c395 apr_hash_t *headers,
399 const char *val = svn_hash_gets(headers, key);
409 /* Write headers, in arbitrary order.
415 apr_hash_t *headers,
427 /* Write some headers in a given order */
430 SVN_ERR(write_header(stream, headers, *h, scratch_pool));
431 svn_hash_sets(headers, *h, NULL);
434 /* Write any and all remaining headers except Content-length.
437 for (hi = apr_hash_first(scratch_pool, headers); hi; hi = apr_hash_next(hi))
442 SVN_ERR(write_header(stream, headers, ke
391 write_header(svn_stream_t *stream, apr_hash_t *headers, const char *key, apr_pool_t *scratch_pool) argument
411 write_revision_headers(svn_stream_t *stream, apr_hash_t *headers, apr_pool_t *scratch_pool) argument
459 svn_repos__dumpfile_headers_t *headers local
466 svn_repos__dumpfile_header_push(svn_repos__dumpfile_headers_t *headers, const char *key, const char *val) argument
478 svn_repos__dumpfile_header_pushf(svn_repos__dumpfile_headers_t *headers, const char *key, const char *val_fmt, ...) argument
494 svn_repos__dump_headers(svn_stream_t *stream, svn_repos__dumpfile_headers_t *headers, apr_pool_t *scratch_pool) argument
548 apr_hash_t *headers; local
601 svn_repos__dump_node_record(svn_stream_t *dump_stream, svn_repos__dumpfile_headers_t *headers, svn_stringbuf_t *props_str, svn_boolean_t has_text, svn_filesize_t text_content_length, svn_boolean_t content_length_always, apr_pool_t *scratch_pool) argument
1091 svn_repos__dumpfile_headers_t *headers local
1135 svn_repos__dumpfile_headers_t *headers local
[all...]
H A Dload.c58 RFC822-style headers from STREAM. Duplicate each header's name and
61 The headers are assumed to be terminated by a single blank line,
70 apr_hash_t **headers,
73 *headers = apr_hash_make(pool);
124 svn_hash_sets(*headers, name, value);
450 apr_hash_t *headers,
460 apr_hash_t *headers,
594 rfc822-style headers, possibly followed by a content-block.
609 apr_hash_t *headers;
645 SVN_ERR(read_header_block(stream, linebuf, &headers, linepoo
67 read_header_block(svn_stream_t *stream, svn_stringbuf_t *first_header, apr_hash_t **headers, apr_pool_t *pool) argument
447 dummy_handler_new_revision_record(void **revision_baton, apr_hash_t *headers, void *parse_baton, apr_pool_t *pool) argument
457 dummy_handler_new_node_record(void **node_baton, apr_hash_t *headers, void *revision_baton, apr_pool_t *pool) argument
606 apr_hash_t *headers; local
[all...]
/freebsd-11-stable/contrib/libstdc++/include/backward/
H A Dbackward_warning.h33 Please consider using one of the 32 headers found in section 17.4.1.2 of the \
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_trace.h66 TraceHeader headers[kTraceParts]; member in struct:__tsan::Trace
/freebsd-11-stable/contrib/subversion/subversion/include/private/
H A Dsvn_repos_private.h270 /* Create an empty set of headers.
280 svn_repos__dumpfile_header_push(svn_repos__dumpfile_headers_t *headers,
289 svn_repos__dumpfile_header_pushf(svn_repos__dumpfile_headers_t *headers,
295 /* Write to STREAM the headers in HEADERS followed by a blank line.
299 svn_repos__dumpfile_headers_t *headers,
320 * properies REVPROPS, creating appropriate headers.
322 * Include all of the headers in EXTRA_HEADERS (if non-null), ignoring
323 * the revision number header and the three content length headers (which
344 /* Output node headers and props.
346 * Output HEADERS, content length headers, blan
[all...]
/freebsd-11-stable/crypto/openssh/contrib/
H A Dfindssl.sh6 # Search for all instances of OpenSSL headers and libraries
8 # Intended to help diagnose OpenSSH's "OpenSSL headers do not
20 # "OpenSSL headers do not match your library" are usually caused by
21 # OpenSSH's configure picking up an older version of OpenSSL headers
26 # headers and libraries that were picked up, for example:
30 # checking whether OpenSSL's headers match the library... no
31 # configure: error: Your OpenSSL headers do not match your library
33 # Now run findssl.sh. This should identify the headers and libraries
35 # libraries and headers used and adjust your CFLAGS or remove incorrect
112 # Search for OpenSSL headers an
[all...]
/freebsd-11-stable/crypto/openssl/crypto/asn1/
H A Dasn_mime.c346 /* MIME headers */
423 STACK_OF(MIME_HEADER) *headers = NULL;
433 if (!(headers = mime_parse_hdr(bio))) {
438 if (!(hdr = mime_hdr_find(headers, "content-type")) || !hdr->value) {
439 sk_MIME_HEADER_pop_free(headers, mime_hdr_free);
450 sk_MIME_HEADER_pop_free(headers, mime_hdr_free);
455 sk_MIME_HEADER_pop_free(headers, mime_hdr_free);
465 if (!(headers = mime_parse_hdr(asnin))) {
473 if (!(hdr = mime_hdr_find(headers, "content-type")) || !hdr->value) {
474 sk_MIME_HEADER_pop_free(headers, mime_hdr_fre
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_ra_serf/
H A Dget_lock.c209 serf_bucket_t *headers;
212 headers = serf_bucket_response_get_headers(response);
214 val = serf_bucket_headers_get(headers, SVN_DAV_LOCK_OWNER_HEADER);
220 val = serf_bucket_headers_get(headers, SVN_DAV_CREATIONDATE_HEADER);
260 setup_getlock_headers(serf_bucket_t *headers,
265 serf_bucket_headers_setn(headers, "Depth", "0");
206 serf_bucket_t *headers; local
257 setup_getlock_headers(serf_bucket_t *headers, void *baton, apr_pool_t *pool , apr_pool_t *scratch_pool) argument
/freebsd-11-stable/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...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_x/
H A Dlow_level.c212 read_header_block(apr_hash_t **headers, argument
216 *headers = svn_hash__make(result_pool);
265 apr_hash_set(*headers, name, name_len, value);
449 apr_hash_t *headers,
452 const char *value = svn_hash_gets(headers, header_name);
468 apr_hash_t *headers; local
473 SVN_ERR(read_header_block(&headers, stream, scratch_pool));
479 noderev_id = svn_hash_gets(headers, HEADER_ID);
482 SVN_ERR(read_id_part(&noderev->noderev_id, headers, HEADER_ID));
483 SVN_ERR(read_id_part(&noderev->node_id, headers, HEADER_NOD
448 read_id_part(svn_fs_x__id_t *id, apr_hash_t *headers, const char *header_name) argument
[all...]
/freebsd-11-stable/contrib/apr/network_io/unix/
H A Dsendrecv.c298 /* cork before writing headers */
304 /* Now write the headers */
305 arv = apr_socket_sendv(sock, hdtr->headers, hdtr->numheaders,
319 total_hdrbytes += hdtr->headers[i].iov_len;
430 /* OS X can send the headers/footers as part of the system call,
438 /* Now write the headers */
439 arv = apr_socket_sendv(sock, hdtr->headers, hdtr->numheaders,
449 hbytes += hdtr->headers[i].iov_len;
554 * must include the length of the headers. Don't look at the man page
561 bytes_to_send += hdtr->headers[
[all...]
/freebsd-11-stable/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-11-stable/contrib/ntp/sntp/libevent/include/event2/
H A Dhttp.h38 /* In case we haven't included the right headers yet. */
545 * Register callback for additional parsing of request headers.
794 /** Returns the input headers */
797 /** Returns the output headers */
807 URI, the host part of that is preferred. Otherwise, the input headers are
813 /* Interfaces for dealing with HTTP headers */
818 @param headers the evkeyvalq object in which to find the header
825 const char *evhttp_find_header(const struct evkeyvalq *headers,
829 Removes a header from a list of existing headers.
831 @param headers th
[all...]
/freebsd-11-stable/contrib/subversion/subversion/svndumpfilter/
H A Dsvndumpfilter.c159 - All revision data (headers and props) must be cached until a non-skipped
161 - Node headers and props must be cached until all props have been received
245 /* The text content length according to the dumpfile headers, because we
250 svn_repos__dumpfile_headers_t *headers;
285 headers_dup(apr_hash_t *headers,
291 for (hi = apr_hash_first(pool, headers); hi; hi = apr_hash_next(hi))
304 apr_hash_t *headers,
318 rb->original_headers = headers_dup(headers, pool);
320 rev_orig = svn_hash_gets(headers, SVN_REPOS_DUMPFILE_REVISION_NUMBER);
456 /* New node here. Set up node_baton by copying headers argument
249 svn_repos__dumpfile_headers_t *headers; member in struct:node_baton_t
283 headers_dup(apr_hash_t *headers, apr_pool_t *pool) argument
301 new_revision_record(void **revision_baton, apr_hash_t *headers, void *parse_baton, apr_pool_t *pool) argument
[all...]

Completed in 220 milliseconds

123456789