Searched refs:hdrs (Results 1 - 21 of 21) sorted by relevance

/freebsd-11-stable/contrib/serf/auth/
H A Dauth.c129 apr_hash_t *hdrs,
155 auth_hdr = apr_hash_get(hdrs, scheme->key, APR_HASH_KEY_STRING);
230 apr_hash_t *hdrs; member in struct:__anon46
257 apr_hash_set(ab->hdrs, auth_name, APR_HASH_KEY_STRING,
272 serf_bucket_t *hdrs; local
278 ab.hdrs = apr_hash_make(pool);
287 hdrs = serf_bucket_response_get_headers(response);
288 auth_hdr = serf_bucket_headers_get(hdrs, ab.header);
306 serf_bucket_headers_do(hdrs,
312 return handle_auth_headers(code, baton, ab.hdrs,
127 handle_auth_headers(int code, void *baton, apr_hash_t *hdrs, serf_request_t *request, serf_bucket_t *response, apr_pool_t *pool) argument
[all...]
H A Dauth_spnego.c564 get_auth_header(serf_bucket_t *hdrs, argument
576 serf_bucket_headers_do(hdrs, get_auth_header_cb, &b);
616 serf_bucket_t *hdrs; local
620 hdrs = serf_bucket_response_get_headers(response);
621 auth_hdr_val = get_auth_header(hdrs, auth_hdr_name, scheme->name,
H A Dauth_digest.c479 serf_bucket_t *hdrs; local
483 hdrs = serf_bucket_response_get_headers(response);
488 serf_bucket_headers_get(hdrs, "Authentication-Info"));
491 serf_bucket_headers_get(hdrs, "Proxy-Authentication-Info"));
/freebsd-11-stable/contrib/serf/
H A Dssltunnel.c105 serf_bucket_t *hdrs; local
125 hdrs = serf_bucket_response_get_headers(response);
126 val = serf_bucket_headers_get(hdrs, "Connection");
131 serf__bucket_headers_remove(hdrs, "Connection");
H A Doutgoing.c461 serf_bucket_t *hdrs; local
464 hdrs = serf_bucket_response_get_headers(response);
465 val = serf_bucket_headers_get(hdrs, "Connection");
/freebsd-11-stable/sys/contrib/ncsw/Peripherals/FM/Pcd/
H A Dfm_pcd.c359 (p_FmPcd->netEnvs[netEnvId].units[i].hdrs[0].hdr != HEADER_TYPE_NONE)); i++)
362 (p_FmPcd->netEnvs[netEnvId].units[i].hdrs[k].hdr != HEADER_TYPE_NONE)); k++)
365 if(p_FmPcd->netEnvs[netEnvId].units[i].hdrs[k].opt)
370 if(p_GrpParams->options[j] == p_FmPcd->netEnvs[netEnvId].units[i].hdrs[k].opt)
376 p_GrpParams->options[p_GrpParams->numOfOptions] = p_FmPcd->netEnvs[netEnvId].units[i].hdrs[k].opt;
403 (p_FmPcd->netEnvs[netEnvId].units[j].hdrs[0].hdr != HEADER_TYPE_NONE)); j++)
406 (p_FmPcd->netEnvs[netEnvId].units[j].hdrs[k].hdr != HEADER_TYPE_NONE)); k++)
408 if (p_FmPcd->netEnvs[netEnvId].units[j].hdrs[k].opt == opt)
426 if(p_FmPcd->netEnvs[p_Params->netEnvId].units[p_Params->unitIds[i]].hdrs[0].hdr == HEADER_TYPE_NONE)
440 while (p_FmPcd->netEnvs[netEnvId].units[i].hdrs[
[all...]
H A Dfm_pcd.h573 } hdrs[FM_PCD_MAX_NUM_OF_INTERCHANGEABLE_HDRS]; member in struct:__anon8206
/freebsd-11-stable/usr.bin/msgs/
H A Dmsgs.c140 static bool hdrs = NO; variable
211 hdrs = YES;
487 if (already && !hdrs)
524 if (hdrs) {
693 if (hdrs)
/freebsd-11-stable/contrib/subversion/subversion/libsvn_ra_serf/
H A Dmultistatus.c657 serf_bucket_t *hdrs;
660 hdrs = serf_bucket_response_get_headers(response);
661 val = serf_bucket_headers_get(hdrs, "Content-Type");
656 serf_bucket_t *hdrs; local
H A Dutil.c1142 serf_bucket_t *hdrs;
1154 hdrs = serf_bucket_response_get_headers(response);
1155 val = serf_bucket_headers_get(hdrs, "Content-Type");
1419 serf_bucket_t *hdrs;
1422 hdrs = serf_bucket_response_get_headers(response);
1423 val = serf_bucket_headers_get(hdrs, "Content-Type");
1141 serf_bucket_t *hdrs; local
1418 serf_bucket_t *hdrs; local
H A Doptions.c379 serf_bucket_t *hdrs = serf_bucket_response_get_headers(response);
403 serf_bucket_headers_do(hdrs, capabilities_headers_iterator_callback,
377 serf_bucket_t *hdrs = serf_bucket_response_get_headers(response); local
H A Dcommit.c1210 serf_bucket_t *hdrs = serf_bucket_response_get_headers(response);
1213 serf_bucket_headers_do(hdrs, post_headers_iterator_callback, prc);
2039 serf_bucket_t *hdrs;
2042 hdrs = serf_bucket_response_get_headers(response);
2043 val = serf_bucket_headers_get(hdrs, SVN_DAV_RESULT_FULLTEXT_MD5_HEADER);
1209 serf_bucket_t *hdrs = serf_bucket_response_get_headers(response); local
2037 serf_bucket_t *hdrs; local
H A Dupdate.c966 serf_bucket_t *hdrs;
978 hdrs = serf_bucket_response_get_headers(response);
979 val = serf_bucket_headers_get(hdrs, "Content-Type");
990 val = serf_bucket_headers_get(hdrs, SVN_DAV_DELTA_BASE_HEADER);
962 serf_bucket_t *hdrs; local
/freebsd-11-stable/contrib/serf/buckets/
H A Dbwtp_buckets.c215 static apr_size_t calc_header_size(serf_bucket_t *hdrs) argument
219 serf_bucket_headers_do(hdrs, count_size, &size);
/freebsd-11-stable/crypto/openssl/crypto/asn1/
H A Dasn_mime.c108 static MIME_HEADER *mime_hdr_find(STACK_OF(MIME_HEADER) *hdrs, char *name);
895 static MIME_HEADER *mime_hdr_find(STACK_OF(MIME_HEADER) *hdrs, char *name)
900 idx = sk_MIME_HEADER_find(hdrs, &htmp);
903 return sk_MIME_HEADER_value(hdrs, idx);
/freebsd-11-stable/contrib/gcc/
H A DMakefile.in1477 LIBGCC_DEPS = $(GCC_PASSES) stmp-int-hdrs $(STMP_FIXPROTO) \
1533 gbl-ctors.h stmp-int-hdrs tsystem.h coretypes.h $(TM_H)
1539 gbl-ctors.h stmp-int-hdrs tsystem.h coretypes.h $(TM_H)
1546 gbl-ctors.h stmp-int-hdrs tsystem.h coretypes.h $(TM_H)
1552 gbl-ctors.h stmp-int-hdrs tsystem.h coretypes.h $(TM_H)
1559 gbl-ctors.h stmp-int-hdrs tsystem.h coretypes.h $(TM_H)
3123 stmp-int-hdrs
3193 stmp-int-hdrs: $(STMP_FIXINC) $(USER_H) xlimits.h $(UNWIND_H)
3288 deduced.h: $(GCC_PASSES) $(srcdir)/scan-types.sh stmp-int-hdrs
3345 # stmp-int-hdrs i
[all...]
/freebsd-11-stable/sys/contrib/ncsw/Peripherals/FM/Port/
H A Dfm_port.h347 } _PackedType hdrs[FM_PCD_PRS_NUM_OF_HDRS]; member in struct:__anon8220
H A Dfm_port.c1878 WRITE_UINT32(p_FmPort->p_FmPortPrsRegs->hdrs[i].lcv, FmPcdGetLcv(p_FmPort->h_FmPcd, p_FmPort->netEnvId, (uint8_t)i));
1880 WRITE_UINT32(p_FmPort->p_FmPortPrsRegs->hdrs[i].softSeqAttach, tmpHxs[i]);
/freebsd-11-stable/sys/contrib/ncsw/inc/Peripherals/
H A Dfm_pcd_ext.h1089 } hdrs[FM_PCD_MAX_NUM_OF_INTERCHANGEABLE_HDRS]; member in struct:t_FmPcdDistinctionUnit
/freebsd-11-stable/contrib/binutils/
H A DMakefile.tpl1176 rm -f gcc/stmp-headers gcc/stmp-int-hdrs; \
H A DMakefile.in[all...]

Completed in 326 milliseconds