Searched refs:plrwb (Results 1 – 1 of 1) sorted by relevance
2253 struct proplist_receiver_wrapper_baton *plrwb = baton; in proplist_wrapper_receiver() local2255 if (plrwb->receiver) in proplist_wrapper_receiver()2256 return plrwb->receiver(plrwb->baton, path, prop_hash, pool); in proplist_wrapper_receiver()2268 struct proplist_receiver_wrapper_baton *plrwb = apr_palloc(pool, in wrap_proplist_receiver() local2269 sizeof(*plrwb)); in wrap_proplist_receiver()2272 plrwb->baton = receiver_baton; in wrap_proplist_receiver()2273 plrwb->receiver = receiver; in wrap_proplist_receiver()2275 *receiver2_baton = plrwb; in wrap_proplist_receiver()