Searched refs:list_item_t (Results 1 – 1 of 1) sorted by relevance
555 typedef struct list_item_t { struct556 struct list_item_t *nextPtr; argument559 } list_item_t; typedef562 static list_item_t *563 list_insert(list_item_t **listPtrPtr, const char *key, const char *value) in list_insert()565 list_item_t *itemPtr = (list_item_t *)malloc(sizeof(list_item_t)); in list_insert()580 list_free(list_item_t **listPtrPtr) in list_free()582 list_item_t *tmpPtr, *listPtr = *listPtrPtr; in list_free()615 list_item_t *substPtr = NULL; in SubstituteFile()647 list_item_t *p = NULL; in SubstituteFile()[all …]