Lines Matching refs:flp
46 LDAPFiltList *flp, *nextflp;49 for ( flp = lfdp->lfd_filtlist; flp != NULL; flp = nextflp ) {50 for ( fip = flp->lfl_ilist; fip != NULL; fip = nextfip ) {56 nextflp = flp->lfl_next;57 free( flp->lfl_pattern );58 free( flp->lfl_delims );59 free( flp->lfl_tag );60 free( flp );