search for: hmalloc

Displaying 1 result from an estimated 1 matches for "hmalloc".

Did you mean: kmalloc
2006 Jan 17
0
asterisk.ctl limitations
...AU)); + } else { + rr = connect (nnetfd, (SA *)remend, sizeof (SA)); + } } else { /* setjmp: connect failed... */ rr = -1; errno = ETIMEDOUT; /* fake it */ @@ -1435,6 +1471,7 @@ /* round up the usual suspects, i.e. malloc up all the stuff we need */ lclend = (SAI *) Hmalloc (sizeof (SA)); remend = (SAI *) Hmalloc (sizeof (SA)); + unixsock=(SAU *) Hmalloc (sizeof (SA)); bigbuf_in = Hmalloc (BIGSIZ); bigbuf_net = Hmalloc (BIGSIZ); ding1 = (fd_set *) Hmalloc (sizeof (fd_set)); @@ -1503,7 +1540,7 @@ /* If your shitbox doesn't have getopt, step into the...