Annotation of 43BSDReno/contrib/isode-beta/dsap/common/avs_free.c, revision 1.1.1.1

1.1       root        1: #include "quipu/util.h"
                      2: #include "quipu/attrvalue.h"
                      3: 
                      4: avs_comp_free (avs)
                      5: AV_Sequence avs;
                      6: {
                      7:        AttrV_free_aux (&avs->avseq_av);
                      8:        free ((char *) avs);
                      9: }
                     10: 
                     11: avs_free (avs)
                     12: AV_Sequence avs;
                     13: {
                     14: AV_Sequence eptr;
                     15: AV_Sequence next;
                     16: 
                     17:        for(eptr = avs; eptr != NULLAV; eptr = next) {
                     18:                next = eptr->avseq_next;
                     19:                avs_comp_free (eptr);
                     20:        }
                     21: }

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.