Searched defs:hi (Results 1 - 2 of 2) sorted by relevance

/sendmail/libsm/
H A Dheap.c478 SM_HEAP_ITEM_T *hi; local
490 for (hi = SmHeapTable[i]; hi != NULL; hi = hi->hi_next)
492 if (hi->hi_ptr == ptr)
494 ptr, hi->hi_tag, hi->hi_num);
498 hi = (SM_HEAP_ITEM_T *) malloc(sizeof(SM_HEAP_ITEM_T));
500 if (hi
528 SM_HEAP_ITEM_T *hi, **hp; local
596 SM_HEAP_ITEM_T *hi, **hp; local
678 SM_HEAP_ITEM_T *hi = *hp; local
763 SM_HEAP_ITEM_T *hi = SmHeapTable[i]; local
[all...]
/sendmail/sendmail/
H A Dheaders.c37 struct hdrinfo *hi; local
40 for (hi = HdrInfo; hi->hi_field != NULL; hi++)
42 s = stab(hi->hi_field, ST_HEADER, ST_ENTER);
43 s->s_header.hi_flags = hi->hi_flags;
87 struct hdrinfo *hi; local
235 hi = &s->s_header;
237 hi = &NormalHeader;
245 hi
1068 register struct hdrinfo *hi; local
[all...]

Completed in 11 milliseconds