35 list->tail->next = cell;
49 for (cell =
list->head; cell; cell = cell->
next)
75 list->tail->next = cell;
91 for (cell =
list->head; cell; cell = cell->
next)
93 if (strcmp(cell->
val,
val) == 0)
148 for (cell =
list->head; cell; cell = cell->
next)
171 list->tail->next = cell;
void * pg_malloc(size_t size)
void simple_oid_list_destroy(SimpleOidList *list)
bool simple_string_list_member(SimpleStringList *list, const char *val)
void simple_string_list_append(SimpleStringList *list, const char *val)
void simple_string_list_destroy(SimpleStringList *list)
void simple_ptr_list_append(SimplePtrList *list, void *ptr)
bool simple_oid_list_member(SimpleOidList *list, Oid val)
void simple_oid_list_append(SimpleOidList *list, Oid val)
const char * simple_string_list_not_touched(SimpleStringList *list)
struct SimpleOidListCell * next
struct SimplePtrListCell * next
char val[FLEXIBLE_ARRAY_MEMBER]
struct SimpleStringListCell * next