Searched refs:temp_props (Results 1 – 2 of 2) sorted by relevance
100 apr_array_header_t *temp_props; in split_props() local105 temp_props = apr_array_make(pool, 4, sizeof(char *)); in split_props()127 APR_ARRAY_PUSH(temp_props, char *) = new_prop; in split_props()134 APR_ARRAY_PUSH(temp_props, char *) = new_prop; in split_props()135 *props = temp_props; in split_props()
2112 apr_hash_t *temp_props; in svn_client_propget3() local2120 err = svn_client_propget4(&temp_props, propname, target, in svn_client_propget3()2151 for (hi = apr_hash_first(pool, temp_props); hi; in svn_client_propget3()2164 *props = temp_props; in svn_client_propget3()