Searched refs:my_llist (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/BerkeleyDB-21/db/php_db4/
H A Ddb4.cpp50 struct my_llist *open_cursors;
51 struct my_llist *open_dbs;
62 struct my_llist *open_cursors;
120 struct my_llist { struct
122 struct my_llist *next;
123 struct my_llist *prev;
126 static struct my_llist *my_llist_add(struct my_llist *list, void *data) {
128 list = (struct my_llist *)emalloc(sizeof(*list));
133 struct my_llist *nod
[all...]

Completed in 170 milliseconds