Searched refs:RemoveNode (Results 1 – 2 of 2) sorted by relevance
| /dragonfly/contrib/libarchive/libarchive/ |
| HD | archive_ppmd8.c | 126 static void *RemoveNode(CPpmd8 *p, unsigned indx) in RemoveNode() function 212 return RemoveNode(p, indx); in AllocUnitsRare() 225 retVal = RemoveNode(p, i); in AllocUnitsRare() 234 return RemoveNode(p, indx); in AllocUnits() 257 void *ptr = RemoveNode(p, i1); in ShrinkUnits() 290 ptr = RemoveNode(p, indx); in MoveUnitsUp() 681 c1 = (CTX_PTR)RemoveNode(p, 0); in CreateSuccessors()
|
| HD | archive_ppmd7.c | 158 static void *RemoveNode(CPpmd7 *p, unsigned indx) in RemoveNode() function 257 return RemoveNode(p, indx); in AllocUnitsRare() 270 retVal = RemoveNode(p, i); in AllocUnitsRare() 279 return RemoveNode(p, indx); in AllocUnits() 302 void *ptr = RemoveNode(p, i1); in ShrinkUnits() 430 c1 = (CTX_PTR)RemoveNode(p, 0); in CreateSuccessors()
|