Searched refs:swb (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.0-release/sys/contrib/ipfilter/netinet/
H A Dip_raudio_pxy.c199 struct in_addr swa, swb; local
283 swb = ip->ip_dst;
351 ip->ip_dst = swb;
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_client/
H A Ddeprecated.c2204 struct status4_wrapper_baton *swb = baton;
2210 SVN_ERR(svn_wc__status2_from_3(&dup, wc_status, swb->wc_ctx,
2214 return (*swb->old_func)(swb->old_baton, path, dup, scratch_pool);
2232 struct status4_wrapper_baton swb;
2234 swb.wc_ctx = ctx->wc_ctx;
2235 swb.old_func = status_func;
2236 swb.old_baton = status_baton;
2240 changelists, status4_wrapper_func, &swb, pool);
2255 struct status3_wrapper_baton *swb
2202 struct status4_wrapper_baton *swb = baton; local
2230 struct status4_wrapper_baton swb; local
2253 struct status3_wrapper_baton *swb = baton; local
2274 struct status3_wrapper_baton swb = { 0 }; local
[all...]
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_wc/
H A Ddeprecated.c2655 struct status4_wrapper_baton *swb = baton;
2659 SVN_ERR(svn_wc__status2_from_3(&dup, status, swb->wc_ctx, local_abspath,
2662 if (swb->anchor_abspath != NULL)
2665 swb->anchor_relpath,
2666 svn_dirent_skip_ancestor(swb->anchor_abspath, local_abspath),
2670 return (*swb->old_func)(swb->old_baton, path, dup, scratch_pool);
2732 struct status4_wrapper_baton *swb = apr_palloc(pool, sizeof(*swb));
2737 swb
2654 struct status4_wrapper_baton *swb = baton; local
2731 struct status4_wrapper_baton *swb = apr_palloc(pool, sizeof(*swb)); local
[all...]

Completed in 201 milliseconds