Home
last modified time | relevance | path

Searched refs:swb (Results 1 – 4 of 4) sorted by relevance

/NextBSD/sys/contrib/ipfilter/netinet/
HDip_raudio_pxy.c199 struct in_addr swa, swb; local
283 swb = ip->ip_dst;
351 ip->ip_dst = swb;
/NextBSD/contrib/subversion/subversion/libsvn_client/
HDdeprecated.c2247 struct status4_wrapper_baton *swb = baton; in status4_wrapper_func() local
2253 SVN_ERR(svn_wc__status2_from_3(&dup, wc_status, swb->wc_ctx, in status4_wrapper_func()
2257 return (*swb->old_func)(swb->old_baton, path, dup, scratch_pool); in status4_wrapper_func()
2275 struct status4_wrapper_baton swb; in svn_client_status4() local
2277 swb.wc_ctx = ctx->wc_ctx; in svn_client_status4()
2278 swb.old_func = status_func; in svn_client_status4()
2279 swb.old_baton = status_baton; in svn_client_status4()
2283 changelists, status4_wrapper_func, &swb, pool); in svn_client_status4()
2298 struct status3_wrapper_baton *swb = baton; in status3_wrapper_func() local
2300 swb->old_func(swb->old_baton, path, status); in status3_wrapper_func()
[all …]
/NextBSD/contrib/subversion/subversion/libsvn_wc/
HDdeprecated.c2873 struct status4_wrapper_baton *swb = baton; in status4_wrapper_func() local
2877 SVN_ERR(svn_wc__status2_from_3(&dup, status, swb->wc_ctx, local_abspath, in status4_wrapper_func()
2880 if (swb->anchor_abspath != NULL) in status4_wrapper_func()
2883 swb->anchor_relpath, in status4_wrapper_func()
2884 svn_dirent_skip_ancestor(swb->anchor_abspath, local_abspath), in status4_wrapper_func()
2888 return (*swb->old_func)(swb->old_baton, path, dup, scratch_pool); in status4_wrapper_func()
2950 struct status4_wrapper_baton *swb = apr_palloc(pool, sizeof(*swb)); in svn_wc_get_status_editor4() local
2955 swb->old_func = status_func; in svn_wc_get_status_editor4()
2956 swb->old_baton = status_baton; in svn_wc_get_status_editor4()
2963 swb->wc_ctx = wc_ctx; in svn_wc_get_status_editor4()
[all …]
/NextBSD/crypto/openssl/crypto/des/
HDVERSION194 pointed out by Olaf Kirch <okir@monad.swb.de>.