Searched refs:StringSegment (Results 1 – 1 of 1) sorted by relevance
53 typedef struct StringSegment StringSegment; typedef54 struct StringSegment { struct55 StringSegment *next; /* A pointer to the next segment in the list */ argument66 StringSegment *head; /* The list of character arrays */116 sg->node_mem = _new_FreeList(sizeof(StringSegment), STR_SEG_BLK); in _new_StringGroup()133 StringSegment *node; in _del_StringGroup()230 StringSegment *node; /* A node of the list of string segments */ in _sg_alloc_string()248 node = (StringSegment *) _new_FreeListNode(sg->node_mem); in _sg_alloc_string()289 StringSegment *node; /* A node in the list of string segments */ in _clr_StringGroup()