Searched refs:StringSegment (Results 1 – 1 of 1) sorted by relevance
51 typedef struct StringSegment StringSegment; typedef52 struct StringSegment { struct53 StringSegment *next; /* A pointer to the next segment in the list */ argument64 StringSegment *head; /* The list of character arrays */114 sg->node_mem = _new_FreeList(sizeof(StringSegment), STR_SEG_BLK); in _new_StringGroup()131 StringSegment *node; in _del_StringGroup()228 StringSegment *node; /* A node of the list of string segments */ in _sg_alloc_string()246 node = (StringSegment *) _new_FreeListNode(sg->node_mem); in _sg_alloc_string()287 StringSegment *node; /* A node in the list of string segments */ in _clr_StringGroup()