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

/osnet-11/usr/src/lib/libsasl/lib/
H A Dauxprop.c57 struct proppool struct
59 struct proppool *next;
77 struct proppool *mem_base;
78 struct proppool *mem_cur;
94 static struct proppool *alloc_proppool(size_t size)
96 struct proppool *ret;
99 size_t total_size = sizeof(struct proppool) + size - 1;
114 /* Resize a proppool. Invalidates the unused value for this pool */
115 static struct proppool *resize_proppool(struct proppool *poo
[all...]

Completed in 15 milliseconds