Home
last modified time | relevance | path

Searched refs:list_item_t (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/sqlite3/tea/win/
H A Dnmakehlp.c555 typedef struct list_item_t { struct
556 struct list_item_t *nextPtr; argument
559 } list_item_t; typedef
562 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 …]