Searched refs:HTList_removeLastObject (Results 1 – 8 of 8) sorted by relevance
92 extern void *HTList_removeLastObject(HTList *me);
549 while ((data = HTList_removeLastObject(known_grp)) != NULL) { in clear_uidgid_cache()556 while ((data = HTList_removeLastObject(known_pwd)) != NULL) { in clear_uidgid_cache()
310 void *HTList_removeLastObject(HTList *me) in HTList_removeLastObject() function
219 pres = (HTPresentation *) HTList_removeLastObject(HTPresentations); in HTFreePresentations()
600 suff = (HTSuffix *) HTList_removeLastObject(HTSuffixes); in free_suffixes()
75 while ((ptr = HTList_removeLastObject(alloced)) != NULL) { in free_alloced_lynxcgi()
2486 while ((cp = (char *) HTList_removeLastObject(tagged)) != NULL) { in clear_tags()
12046 if ((cur = (HText *) HTList_removeLastObject(loaded_texts)) != NULL) { in free_all_texts()