HomeSort by: relevance | last modified time | path
    Searched defs:ring_append (Results 1 - 1 of 1) sorted by relevancy

  /src/external/ibm-public/postfix/dist/src/util/
ring.c 18 /* void ring_append(list, element)
46 /* ring_append() appends the named element to the named list head.
86 /* ring_append - insert entry after ring head */
88 void ring_append(RING *ring, RING *entry) function

Completed in 52 milliseconds