Home
last modified time | relevance | path

Searched refs:nActionAlloc (Results 1 – 1 of 1) sorted by relevance

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dlemon.c433 int nActionAlloc; /* Slots allocated for aAction[] */ member
519 if( p->nAction + n >= p->nActionAlloc ){ in acttab_insert()
520 int oldAlloc = p->nActionAlloc; in acttab_insert()
521 p->nActionAlloc = p->nAction + n + p->nActionAlloc + 20; in acttab_insert()
523 sizeof(p->aAction[0])*p->nActionAlloc); in acttab_insert()
528 for(i=oldAlloc; i<p->nActionAlloc; i++){ in acttab_insert()