Searched refs:headp (Results 1 - 15 of 15) sorted by relevance

/netbsd-6-1-5-RELEASE/libexec/httpd/
H A Dcgi-bozo.c248 bozoheaders_t *headp; local
359 SIMPLEQ_FOREACH(headp, &request->hr_headers, h_next) {
361 env = bozomalloc(httpd, 6 + strlen(headp->h_header) + 1 +
362 strlen(headp->h_value));
367 for (s2 = headp->h_header; *s2; t++, s2++)
376 headp->h_header, env, headp->h_value));
377 bozo_setenv(httpd, env, headp->h_value, curenvp++);
H A Dlua-bozo.c304 bozoheaders_t *headp; local
404 SIMPLEQ_FOREACH(headp, &request->hr_headers, h_next)
405 lua_env(map->L, headp->h_header,
406 headp->h_value);
/netbsd-6-1-5-RELEASE/dist/nvi/common/
H A Dcut.c332 text_lfree(TEXTH *headp) argument
336 while ((tp = headp->cqh_first) != (void *)headp) {
337 CIRCLEQ_REMOVE(headp, tp, q);
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dresolve.c629 struct rk_resource_record **srvs, **ss, **headp; local
653 for(ss = srvs, headp = &r->head; *headp; )
654 if((*headp)->type == rk_ns_t_srv) {
655 *ss = *headp;
656 *headp = (*headp)->next;
660 headp = &(*headp)->next;
669 headp
[all...]
/netbsd-6-1-5-RELEASE/usr.sbin/makefs/cd9660/
H A Dcd9660_eltorito.c364 *valid_entry, *default_entry, *temp, *head, **headp, *next; local
367 headp = NULL;
439 headp = &x86_head;
442 headp = &ppc_head;
445 headp = &mac_head;
453 if (*headp == NULL) {
462 *headp = head;
464 head = *headp;
/netbsd-6-1-5-RELEASE/sys/kern/
H A Dvfs_wapbl.c1175 wapbl_advance_head(size_t size, size_t off, size_t delta, off_t *headp, argument
1178 off_t head = *headp;
1185 *headp = head;
1190 wapbl_advance_tail(size_t size, size_t off, size_t delta, off_t *headp, argument
1193 off_t head = *headp;
1201 *headp = head;
/netbsd-6-1-5-RELEASE/distrib/utils/sysinst/
H A Dmbr.c1717 uint8_t *cylp, uint8_t *headp, uint8_t *secp,
1733 *headp = thead;
1716 convert_mbr_chs(int cyl, int head, int sec, uint8_t *cylp, uint8_t *headp, uint8_t *secp, uint32_t relsecs) argument
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dhaifa-sched.c1048 get_block_head_tail (int b, rtx *headp, rtx *tailp)
1068 *headp = head;
1044 get_block_head_tail(int b, rtx *headp, rtx *tailp) argument
H A Dcfgrtl.c328 rtl_create_basic_block (void *headp, void *endp, basic_block after)
330 rtx head = headp, end = endp;
325 rtl_create_basic_block(void *headp, void *endp, basic_block after) argument
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dcfgrtl.c331 rtl_create_basic_block (void *headp, void *endp, basic_block after)
333 rtx head = (rtx) headp, end = (rtx) endp;
328 rtl_create_basic_block(void *headp, void *endp, basic_block after) argument
H A Dsel-sched-ir.c5201 sel_create_basic_block (void *headp, void *endp, basic_block after)
5212 new_bb = orig_cfg_hooks.create_basic_block (headp, endp, after);
5215 new_bb = create_basic_block_structure ((rtx) headp, (rtx) endp,
5176 sel_create_basic_block(void *headp, void *endp, basic_block after) argument
H A Dhaifa-sched.c1907 get_ebb_head_tail (basic_block beg, basic_block end, rtx *headp, rtx *tailp)
1926 *headp = beg_head;
1902 get_ebb_head_tail(basic_block beg, basic_block end, rtx *headp, rtx *tailp) argument
/netbsd-6-1-5-RELEASE/sbin/fdisk/
H A Dfdisk.c2405 dos(int sector, unsigned char *cylinderp, unsigned char *headp, argument
2419 *headp = head;
/netbsd-6-1-5-RELEASE/sys/dev/usb/
H A Dohci.c2051 "headflags=%s headp=0x%08lx nexted=0x%08lx\n",
2245 ohci_physaddr_t headp; local
2340 headp = O32TOH(sed->ed.ed_headp) & OHCI_HEADMASK;
2343 hit |= headp == p->physaddr;
2347 /* Zap headp register if hardware pointed inside the xfer. */
/netbsd-6-1-5-RELEASE/sys/netinet/
H A Dtcp_input.c3893 struct syn_cache_head **headp)
3903 *headp = scp;
3892 syn_cache_lookup(const struct sockaddr *src, const struct sockaddr *dst, struct syn_cache_head **headp) argument

Completed in 168 milliseconds