Searched refs:tmp_item (Results 1 – 1 of 1) sorted by relevance
2318 svn_client_proplist_item_t *tmp_item = apr_palloc(pool, sizeof(*tmp_item)); in proplist_receiver_cb() local2324 tmp_item->node_name = svn_stringbuf_create(path, pl_baton->pool); in proplist_receiver_cb()2325 tmp_item->prop_hash = prop_hash; in proplist_receiver_cb()2327 item = svn_client_proplist_item_dup(tmp_item, pl_baton->pool); in proplist_receiver_cb()