Searched defs:nextflp (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dfree.c45 LDAPFiltList *flp, *nextflp; local
52 for ( flp = lfdp->lfd_filtlist; flp != NULL; flp = nextflp ) {
59 nextflp = flp->lfl_next;
H A Dgetfilter.c106 LDAPFiltList *flp, *nextflp; local
118 flp = nextflp = NULL;
134 if (( nextflp = (LDAPFiltList *)NSLDAPI_CALLOC( 1,
139 nextflp->lfl_tag = nsldapi_strdup( tag );
140 nextflp->lfl_pattern = tok[ 0 ];
141 if ( re_comp( nextflp->lfl_pattern ) != NULL ) {
146 nextflp->lfl_pattern );
152 nextflp->lfl_delims = tok[ 1 ];
153 nextflp->lfl_ilist = NULL;
154 nextflp
[all...]

Completed in 57 milliseconds