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

/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dfree.c46 LDAPFiltInfo *fip, *nextfip; local
53 for ( fip = flp->lfl_ilist; fip != NULL; fip = nextfip ) {
54 nextfip = fip->lfi_next;
H A Dgetfilter.c107 LDAPFiltInfo *fip, *nextfip; local
170 if (( nextfip = (LDAPFiltInfo *)NSLDAPI_CALLOC( 1,
177 nextflp->lfl_ilist = nextfip;
179 fip->lfi_next = nextfip;
181 fip = nextfip;
182 nextfip->lfi_next = NULL;
183 nextfip->lfi_filter = tok[ 0 ];
184 nextfip->lfi_desc = tok[ 1 ];
187 nextfip->lfi_scope = LDAP_SCOPE_SUBTREE;
189 nextfip
[all...]

Completed in 56 milliseconds