Lines Matching refs:flp
45 LDAPFiltList *flp, *nextflp;
52 for ( flp = lfdp->lfd_filtlist; flp != NULL; flp = nextflp ) {
53 for ( fip = flp->lfl_ilist; fip != NULL; fip = nextfip ) {
59 nextflp = flp->lfl_next;
60 NSLDAPI_FREE( flp->lfl_pattern );
61 NSLDAPI_FREE( flp->lfl_delims );
62 NSLDAPI_FREE( flp->lfl_tag );
63 NSLDAPI_FREE( flp );