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

/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-ldif/
H A Dldif.c726 typedef struct bvlist { struct
727 struct bvlist *next;
731 /* BVL_NAME(&bvlist) is the filename, allocated after the struct: */
733 # define BVL_SIZE(namelen) (sizeof(bvlist) + (namelen) + 1)
734 } bvlist; typedef in typeref:struct:bvlist
805 bvlist **listp,
834 bvlist *ptr;
840 bvlist *bvl, **prev;
944 bvlist *list, *ptr;

Completed in 87 milliseconds