Searched defs:_sfpool_s (Results 1 – 1 of 1) sorted by relevance
677 struct _sfpool_s struct678 { Sfpool_t* next;679 int mode; /* type of pool */680 int s_sf; /* size of pool array */681 int n_sf; /* number currently in pool */682 Sfio_t** sf; /* array of streams */683 Sfio_t* array[3]; /* start with 3 */684 Vtmutex_t mutex; /* mutex lock object */