Searched refs:headers (Results 26 - 50 of 219) sorted by relevance

123456789

/freebsd-13-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-13-stable/lib/ncurses/
H A Dconfig.mk32 # Generate headers
/freebsd-13-stable/contrib/dialog/
H A Dheaders.sh2 # $Id: headers.sh,v 1.3 2007/02/25 20:37:56 tom Exp $
47 TMPSED=headers.sed
H A Dmakefile.in223 - $(RM) headers.sed
231 $(RM) headers-sh
273 install-lib :: $(LIB_DIRS) $(LIB) headers.sed
276 @ echo "** installing headers in $(INCLUDEDIR)"
277 @ $(SHELL) headers-sh $(INSTALL_DATA) $(INCLUDEDIR) $(srcdir) dialog.h
278 @ $(SHELL) headers-sh $(INSTALL_DATA) $(INCLUDEDIR) $(srcdir) dlg_colors.h
279 @ $(SHELL) headers-sh $(INSTALL_DATA) $(INCLUDEDIR) $(srcdir) dlg_keys.h
280 @ $(SHELL) headers-sh $(INSTALL_DATA) $(INCLUDEDIR) . dlg_config.h
287 @ $(SHELL) headers-sh $(RM) $(INCLUDEDIR) $(srcdir) dialog.h
288 @ $(SHELL) headers
[all...]
/freebsd-13-stable/contrib/subversion/subversion/libsvn_fs_fs/
H A Dlow_level.c685 read_header_block(apr_hash_t **headers, argument
689 *headers = svn_hash__make(result_pool);
738 apr_hash_set(*headers, name, name_len, value);
923 apr_hash_t *headers; local
928 SVN_ERR(read_header_block(&headers, stream, scratch_pool));
933 value = svn_hash_gets(headers, HEADER_ID);
945 value = svn_hash_gets(headers, HEADER_TYPE);
960 value = svn_hash_gets(headers, HEADER_COUNT);
967 value = svn_hash_gets(headers, HEADER_PROPS);
975 value = svn_hash_gets(headers, HEADER_TEX
[all...]
/freebsd-13-stable/contrib/subversion/subversion/libsvn_ra_serf/
H A Dcommit.c684 maybe_set_lock_token_header(serf_bucket_t *headers,
712 serf_bucket_headers_set(headers, "If", token_header);
720 setup_proppatch_headers(serf_bucket_t *headers,
729 serf_bucket_headers_set(headers, SVN_DAV_VERSION_NAME_HEADER,
735 SVN_ERR(maybe_set_lock_token_header(headers, proppatch->commit_ctx,
890 setup_put_headers(serf_bucket_t *headers,
899 serf_bucket_headers_set(headers, SVN_DAV_VERSION_NAME_HEADER,
905 serf_bucket_headers_set(headers, SVN_DAV_BASE_FULLTEXT_MD5_HEADER,
911 serf_bucket_headers_set(headers, SVN_DAV_RESULT_FULLTEXT_MD5_HEADER,
915 SVN_ERR(maybe_set_lock_token_header(headers, ct
683 maybe_set_lock_token_header(serf_bucket_t *headers, commit_context_t *commit_ctx, const char *relpath, apr_pool_t *pool) argument
719 setup_proppatch_headers(serf_bucket_t *headers, void *baton, apr_pool_t *pool , apr_pool_t *scratch_pool) argument
889 setup_put_headers(serf_bucket_t *headers, void *baton, apr_pool_t *pool , apr_pool_t *scratch_pool) argument
921 setup_copy_file_headers(serf_bucket_t *headers, void *baton, apr_pool_t *pool , apr_pool_t *scratch_pool) argument
943 setup_if_header_recursive(svn_boolean_t *added, serf_bucket_t *headers, commit_context_t *commit_ctx, const char *rq_relpath, apr_pool_t *pool) argument
1020 setup_add_dir_common_headers(serf_bucket_t *headers, void *baton, apr_pool_t *pool , apr_pool_t *scratch_pool) argument
1034 setup_copy_dir_headers(serf_bucket_t *headers, void *baton, apr_pool_t *pool , apr_pool_t *scratch_pool) argument
1071 setup_delete_headers(serf_bucket_t *headers, void *baton, apr_pool_t *pool , apr_pool_t *scratch_pool) argument
1134 setup_post_headers(serf_bucket_t *headers, void *baton, apr_pool_t *pool , apr_pool_t *scratch_pool) argument
[all...]
H A Dlock.c194 set_lock_headers(serf_bucket_t *headers,
203 serf_bucket_headers_set(headers, SVN_DAV_OPTIONS_HEADER,
209 serf_bucket_headers_set(headers, SVN_DAV_VERSION_NAME_HEADER,
383 serf_bucket_t *headers;
386 headers = serf_bucket_response_get_headers(response);
388 val = serf_bucket_headers_get(headers, SVN_DAV_LOCK_OWNER_HEADER);
394 val = serf_bucket_headers_get(headers, SVN_DAV_CREATIONDATE_HEADER);
539 set_unlock_headers(serf_bucket_t *headers,
546 serf_bucket_headers_set(headers, "Lock-Token", ctx->token);
549 serf_bucket_headers_set(headers, SVN_DAV_OPTIONS_HEADE
192 set_lock_headers(serf_bucket_t *headers, void *baton, apr_pool_t *pool , apr_pool_t *scratch_pool) argument
381 serf_bucket_t *headers; local
537 set_unlock_headers(serf_bucket_t *headers, void *baton, apr_pool_t *pool , apr_pool_t *scratch_pool) argument
[all...]
/freebsd-13-stable/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-13-stable/sys/dev/isci/scil/
H A Dscic_sds_unsolicited_frame_control.h60 * management for the address table, the headers, and actual
249 SCIC_SDS_UF_HEADER_ARRAY_T headers; member in struct:SCIC_SDS_UNSOLICITED_FRAME_CONTROL
/freebsd-13-stable/tools/regression/capsicum/syscalls/
H A DMakefile6 CFLAGS+= -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter
/freebsd-13-stable/tools/regression/sockets/sendfile/
H A Dsendfile.c273 struct iovec headers; local
302 bzero(&headers, sizeof(headers));
303 headers.iov_base = header;
304 headers.iov_len = test.hdr_length;
306 hdtr.headers = &headers;
/freebsd-13-stable/contrib/subversion/subversion/libsvn_repos/
H A Dload-fs-vtable.c377 apr_hash_t *headers,
389 /* Then add info from the headers. */
390 if ((val = svn_hash_gets(headers, SVN_REPOS_DUMPFILE_NODE_PATH)))
402 if ((val = svn_hash_gets(headers, SVN_REPOS_DUMPFILE_NODE_KIND)))
411 if ((val = svn_hash_gets(headers, SVN_REPOS_DUMPFILE_NODE_ACTION)))
424 if ((val = svn_hash_gets(headers, SVN_REPOS_DUMPFILE_NODE_COPYFROM_REV)))
428 if ((val = svn_hash_gets(headers, SVN_REPOS_DUMPFILE_NODE_COPYFROM_PATH)))
437 if ((val = svn_hash_gets(headers, SVN_REPOS_DUMPFILE_TEXT_CONTENT_CHECKSUM)))
443 if ((val = svn_hash_gets(headers,
450 if ((val = svn_hash_gets(headers,
374 make_node_baton(struct node_baton **node_baton_p, apr_hash_t *headers, struct revision_baton *rb, apr_pool_t *pool) argument
467 make_revision_baton(apr_hash_t *headers, struct parse_baton *pb, apr_pool_t *pool) argument
494 new_revision_record(void **revision_baton, apr_hash_t *headers, void *parse_baton, apr_pool_t *pool) argument
666 new_node_record(void **node_baton, apr_hash_t *headers, void *revision_baton, apr_pool_t *pool) argument
1325 revprops_new_revision_record(void **revision_baton, apr_hash_t *headers, void *parse_baton, apr_pool_t *pool) argument
[all...]
/freebsd-13-stable/contrib/bc/
H A Dconfigure66 printf ' parsing and math capabilities. This option will install headers using\n'
145 printf ' The directory to install headers in. Overrides "$INCLUDEDIR" if it\n'
1082 headers="\$(HEADERS)"
1088 headers="$headers \$(EXTRA_MATH_HEADERS)"
1095 headers="$headers \$(HISTORY_HEADERS)"
1109 headers="$headers \$(BC_HEADERS)"
1115 headers
[all...]
H A Dconfigure.sh66 printf ' parsing and math capabilities. This option will install headers using\n'
145 printf ' The directory to install headers in. Overrides "$INCLUDEDIR" if it\n'
1082 headers="\$(HEADERS)"
1088 headers="$headers \$(EXTRA_MATH_HEADERS)"
1095 headers="$headers \$(HISTORY_HEADERS)"
1109 headers="$headers \$(BC_HEADERS)"
1115 headers
[all...]
/freebsd-13-stable/crypto/heimdal/kcm/
H A DMakefile.am18 headers.h \
/freebsd-13-stable/contrib/libevent/test/
H A Dregress_http.c315 /* For multi-line headers test */
2360 struct evkeyvalq headers; local
2362 TAILQ_INIT(&headers);
2364 tt_want(evhttp_add_header(&headers, "One", "Two") == 0);
2365 tt_want(evhttp_add_header(&headers, "One", "Two\r\n Three") == 0);
2366 tt_want(evhttp_add_header(&headers, "One\r", "Two") == -1);
2367 tt_want(evhttp_add_header(&headers, "One\n", "Two") == -1);
2368 tt_want(evhttp_add_header(&headers, "One", "Two\r") == -1);
2369 tt_want(evhttp_add_header(&headers, "One", "Two\n") == -1);
2371 evhttp_clear_headers(&headers);
2374 validate_header( const struct evkeyvalq* headers, const char *key, const char *value) argument
2388 struct evkeyvalq headers; local
[all...]
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/interception/
H A Dinterception_win.cpp885 RVAPtr<IMAGE_NT_HEADERS> headers(module, dos_stub->e_lfanew);
887 headers->Signature != IMAGE_NT_SIGNATURE || // "PE\0\0"
888 headers->FileHeader.SizeOfOptionalHeader <
894 &headers->OptionalHeader.DataDirectory[IMAGE_DIRECTORY_ENTRY_EXPORT];
965 RVAPtr<IMAGE_NT_HEADERS> headers(module, dos_stub->e_lfanew);
967 headers->Signature != IMAGE_NT_SIGNATURE || // "PE\0\0"
968 headers->FileHeader.SizeOfOptionalHeader <
974 &headers->OptionalHeader.DataDirectory[IMAGE_DIRECTORY_ENTRY_IMPORT];
/freebsd-13-stable/sys/contrib/openzfs/module/os/freebsd/spl/
H A Dspl_kstat.c49 int (*headers)(char *buf, size_t size),
53 ksp->ks_raw_ops.headers = headers;
60 int (*headers)(struct seq_file *f),
64 ksp->ks_raw_ops.seq_headers = headers;
194 has_header = (ksp->ks_raw_ops.headers ||
198 if (ksp->ks_raw_ops.headers) {
199 rc = ksp->ks_raw_ops.headers(
/freebsd-13-stable/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),
/freebsd-13-stable/contrib/ntp/sntp/libevent/test/
H A Dregress_http.c298 /* For multi-line headers test */
2107 struct evkeyvalq headers; local
2109 TAILQ_INIT(&headers);
2111 tt_want(evhttp_add_header(&headers, "One", "Two") == 0);
2112 tt_want(evhttp_add_header(&headers, "One", "Two\r\n Three") == 0);
2113 tt_want(evhttp_add_header(&headers, "One\r", "Two") == -1);
2114 tt_want(evhttp_add_header(&headers, "One\n", "Two") == -1);
2115 tt_want(evhttp_add_header(&headers, "One", "Two\r") == -1);
2116 tt_want(evhttp_add_header(&headers, "One", "Two\n") == -1);
2118 evhttp_clear_headers(&headers);
2121 validate_header( const struct evkeyvalq* headers, const char *key, const char *value) argument
2135 struct evkeyvalq headers; local
[all...]
/freebsd-13-stable/contrib/wpa/hs20/client/
H A DAndroid.mk12 # The new icu location (external/icu) exports its own headers, but
14 # headers to the include path by hand.
/freebsd-13-stable/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
197 int (*headers)(char *buf, size_t size),
202 int (*headers)(struct seq_file *),
/freebsd-13-stable/crypto/heimdal/appl/push/
H A Dpush.c74 { "headers", 0, arg_string, &header_str, "Headers to print", NULL },
230 char **headers = NULL; local
254 headers = emalloc(sizeof(char *) * (numheaders + 1));
256 headers[i] = strtok_r(tmp2, ",", &tmp2);
258 headers[numheaders] = NULL;
346 len = min(p - copy + 1, strlen(headers[i]));
347 if (strncasecmp(copy, headers[i], len) == 0) {
506 free (headers);
/freebsd-13-stable/contrib/libevent/
H A Dhttp.c187 static int evhttp_add_header_internal(struct evkeyvalq *headers,
424 /* Create the headers needed for an outgoing HTTP request, adds them to
455 /** Return true if the list of headers in 'headers', intepreted with respect
459 evhttp_is_connection_close(int flags, struct evkeyvalq* headers) argument
463 const char *connection = evhttp_find_header(headers, "Proxy-Connection");
466 const char *connection = evhttp_find_header(headers, "Connection");
478 /* Return true iff 'headers' contains 'Connection: keep-alive' */
480 evhttp_is_connection_keepalive(struct evkeyvalq* headers) argument
482 const char *connection = evhttp_find_header(headers, "Connectio
489 evhttp_maybe_add_date_header(struct evkeyvalq *headers) argument
502 evhttp_maybe_add_content_length_header(struct evkeyvalq *headers, size_t content_length) argument
1852 evhttp_find_header(const struct evkeyvalq *headers, const char *key) argument
1865 evhttp_clear_headers(struct evkeyvalq *headers) argument
1885 evhttp_remove_header(struct evkeyvalq *headers, const char *key) argument
1922 evhttp_add_header(struct evkeyvalq *headers, const char *key, const char *value) argument
1942 evhttp_add_header_internal(struct evkeyvalq *headers, const char *key, const char *value) argument
2020 evhttp_append_to_last_header(struct evkeyvalq *headers, char *line) argument
2056 struct evkeyvalq* headers = req->input_headers; local
2115 struct evkeyvalq *headers = req->input_headers; local
3202 evhttp_parse_query_impl(const char *str, struct evkeyvalq *headers, int is_whole_uri) argument
3269 evhttp_parse_query(const char *uri, struct evkeyvalq *headers) argument
3274 evhttp_parse_query_str(const char *uri, struct evkeyvalq *headers) argument
[all...]
/freebsd-13-stable/contrib/ntp/sntp/libevent/
H A Dhttp.c184 static int evhttp_add_header_internal(struct evkeyvalq *headers,
421 /* Create the headers needed for an outgoing HTTP request, adds them to
449 /** Return true if the list of headers in 'headers', intepreted with respect
453 evhttp_is_connection_close(int flags, struct evkeyvalq* headers) argument
457 const char *connection = evhttp_find_header(headers, "Proxy-Connection");
460 const char *connection = evhttp_find_header(headers, "Connection");
465 /* Return true iff 'headers' contains 'Connection: keep-alive' */
467 evhttp_is_connection_keepalive(struct evkeyvalq* headers) argument
469 const char *connection = evhttp_find_header(headers, "Connectio
476 evhttp_maybe_add_date_header(struct evkeyvalq *headers) argument
501 evhttp_maybe_add_content_length_header(struct evkeyvalq *headers, size_t content_length) argument
1758 evhttp_find_header(const struct evkeyvalq *headers, const char *key) argument
1771 evhttp_clear_headers(struct evkeyvalq *headers) argument
1791 evhttp_remove_header(struct evkeyvalq *headers, const char *key) argument
1828 evhttp_add_header(struct evkeyvalq *headers, const char *key, const char *value) argument
1848 evhttp_add_header_internal(struct evkeyvalq *headers, const char *key, const char *value) argument
1926 evhttp_append_to_last_header(struct evkeyvalq *headers, char *line) argument
1962 struct evkeyvalq* headers = req->input_headers; local
2021 struct evkeyvalq *headers = req->input_headers; local
3053 evhttp_parse_query_impl(const char *str, struct evkeyvalq *headers, int is_whole_uri) argument
3120 evhttp_parse_query(const char *uri, struct evkeyvalq *headers) argument
3125 evhttp_parse_query_str(const char *uri, struct evkeyvalq *headers) argument
[all...]

Completed in 126 milliseconds

123456789