rsrr.c | 405 struct rsrr_cache *rc, **rcnp; local in function:rsrr_cache 410 rcnp = >->gt_rsrr_cache; 411 while ((rc = *rcnp) != NULL) { 422 *rcnp = rc->next; 433 rcnp = &rc->next; 462 struct rsrr_cache *rc, **rcnp; local in function:rsrr_cache_send 468 rcnp = >->gt_rsrr_cache; 469 while ((rc = *rcnp) != NULL) { 474 *rcnp = rc->next; 477 rcnp = &rc->next [all...] |