Searched refs:ll_next (Results 1 – 15 of 15) sorted by relevance
1189 ll->ll_next = NULL; in wrap_cleanup()1267 ll->ll_next = next; in mk_loc_val()1421 ret->ll_next = ll; in present_loclist()1428 while (p->ll_next) in app()1429 p = p->ll_next; in app()1430 p->ll_next = q; in app()1452 p = &(*p)->ll_next; in locarray()1466 for (i = 0, p = vals; p; i++, p = p->ll_next) { in namelocvals()
313 ll->ll_next = NULL; in loclist_create() 323 next = ll->ll_next; in loclist_destroy() 324 ll->ll_next = NULL; in loclist_destroy()
197 for (ll = a->a_locs; ll; ll = ll->ll_next) in cf_locators_print()412 ll = ll->ll_next, v++) { in emitcfdata()
417 a->a_locs = locs->ll_next; in defiattr() 418 locs->ll_next = NULL; in defiattr() 421 for (ll = a->a_locs; ll != NULL; ll = ll->ll_next) in defiattr() 2251 for (n = got; n != NULL; n = n->ll_next) in fixloc() 2256 for (ord = 0, m = attr->a_locs; m != NULL; m = m->ll_next, ord++) { in fixloc() 2257 for (n = got; n != NULL; n = n->ll_next) { in fixloc() 2276 for (n = got; n != NULL; n = n->ll_next) { in fixloc()
159 for (ll = at->a_locs; ll != NULL; ll = ll->ll_next) { in do_emit_instances()
327 for (i = 0, ll = a->a_locs; ll; ll = ll->ll_next, i++) { in locators_print()
233 struct loclist *ll_next; member
549 for (ll = lo->ldo_conn_cbs; ll; ll = ll->ll_next) { in ldap_int_connect_cbs()557 for (l2 = lo->ldo_conn_cbs; l2 != ll; l2 = l2->ll_next) { in ldap_int_connect_cbs()567 for (ll = lo->ldo_conn_cbs; ll; ll = ll->ll_next) { in ldap_int_connect_cbs()572 for (l2 = lo->ldo_conn_cbs; l2 != ll; l2 = l2->ll_next) { in ldap_int_connect_cbs()577 for (l2 = lo->ldo_conn_cbs; l2; l2 = l2->ll_next) { in ldap_int_connect_cbs()
300 for (;*ll;ll = &(*ll)->ll_next) { in ldap_get_option()303 *ll = lc->ll_next; in ldap_get_option()971 ll->ll_next = lo->ldo_conn_cbs; in ldap_set_option()
529 for ( ll=lo->ldo_conn_cbs; ll; ll=ll->ll_next ) { in ldap_int_open_connection()538 for ( ll=lo->ldo_conn_cbs; ll; ll=ll->ll_next ) { in ldap_int_open_connection()
151 next = ll->ll_next; in ldap_ld_free()
776 for ( ll=lo->ldo_conn_cbs; ll; ll=ll->ll_next ) { in ldap_free_connection()785 for ( ll=lo->ldo_conn_cbs; ll; ll=ll->ll_next ) { in ldap_free_connection()
200 struct ldaplist *ll_next; member
206 ll_next(llist *q, llistitem *qi)
166 ll_next(llist *q, llistitem *qi) in ll_next() function