Searched refs:NODE_SLSIZE (Results 1 - 2 of 2) sorted by relevance

/solaris-x11-s11/open-src/xserver/xorg/sun-src/tsol/
H A Dtsolinfo.h294 #define NODE_SLSIZE 256 /* increase sl array by this amount */ macro
H A Dtsolprotocol.c284 tndp->sl = malloc(NODE_SLSIZE * (sizeof(bslabel_t *)));
291 tndp->slsize = NODE_SLSIZE;
296 newsize = tndp->slsize + NODE_SLSIZE;

Completed in 34 milliseconds