Home
last modified time | relevance | path

Searched refs:apr_array_push (Results 1 – 25 of 31) sorted by relevance

12

/freebsd-13.1/contrib/subversion/subversion/libsvn_subr/
H A Dproperties.c217 newprop = apr_array_push(*regular_props); in svn_categorize_props()
222 newprop = apr_array_push(*wc_props); in svn_categorize_props()
227 newprop = apr_array_push(*entry_props); in svn_categorize_props()
280 svn_prop_t *p = apr_array_push(ary); in svn_prop_diffs()
287 svn_prop_t *p = apr_array_push(ary); in svn_prop_diffs()
311 svn_prop_t *p = apr_array_push(ary); in svn_prop_diffs()
H A Dsorts.c166 svn_sort__item_t *item = apr_array_push(ary); in svn_sort__hash()
322 apr_array_push(array); in svn_sort__array_insert2()
541 memcpy(apr_array_push(queue->elements), element, queue->elements->elt_size); in svn_priority_queue__push()
H A Dopt.c902 ((const char **) apr_array_push(input_targets), in svn_opt__args_to_target_array()
/freebsd-13.1/contrib/apr/include/
H A Dapr_tables.h131 APR_DECLARE(void *) apr_array_push(apr_array_header_t *arr);
150 #define APR_ARRAY_PUSH(ary,type) (*((type *)apr_array_push(ary)))
/freebsd-13.1/contrib/apr-util/hooks/
H A Dapr_hooks.c204 pHook=apr_array_push(pNew); in sort_hook()
238 pEntry=apr_array_push(s_aHooksToSort); in apr_hook_sort_register()
360 pHook=apr_array_push(pArray); in apr_optional_hook_add()
/freebsd-13.1/contrib/apr/file_io/unix/
H A Dfilepath_util.c57 *(char**)apr_array_push(elts) = part; in apr_filepath_list_split_impl()
/freebsd-13.1/contrib/subversion/subversion/libsvn_ra_serf/
H A Dutil.c2101 prop = apr_array_push(props); in svn_ra_serf__get_dirent_props()
2108 prop = apr_array_push(props); in svn_ra_serf__get_dirent_props()
2115 prop = apr_array_push(props); in svn_ra_serf__get_dirent_props()
2122 svn_ra_serf__dav_props_t *p = apr_array_push(props); in svn_ra_serf__get_dirent_props()
2129 prop = apr_array_push(props); in svn_ra_serf__get_dirent_props()
2136 prop = apr_array_push(props); in svn_ra_serf__get_dirent_props()
2147 prop = apr_array_push(props); in svn_ra_serf__get_dirent_props()
H A Dblame.c248 svn_prop_t *prop = apr_array_push(blame_ctx->prop_diffs); in blame_closed()
H A Dstat.c222 prop = apr_array_push(props); in get_dirent_props()
/freebsd-13.1/contrib/apr-util/misc/
H A Dapu_dso.c143 (*((char **)apr_array_push(paths))) = APU_DSO_LIBDIR;
/freebsd-13.1/contrib/apr/strings/
H A Dapr_fnmatch.c477 *(const char **)apr_array_push(*result) = apr_pstrdup(p, finfo.name); in apr_match_glob()
/freebsd-13.1/contrib/apr-util/include/
H A Dapr_hooks.h153 pHook=apr_array_push(_hooks.link_##name); \
/freebsd-13.1/contrib/subversion/subversion/include/
H A Dsvn_types.h245 #define APR_ARRAY_PUSH(ary,type) (*((type *)apr_array_push(ary)))
/freebsd-13.1/contrib/apr/tables/
H A Dapr_tables.c107 APR_DECLARE(void *) apr_array_push(apr_array_header_t *arr) in apr_array_push() function
1271 elt = apr_array_push(state->merged); in table_getm_do()
1274 elt = apr_array_push(state->merged); in table_getm_do()
H A Dapr_skiplist.c118 memlist = apr_array_push(sl->memlist); in apr_skiplist_alloc()
122 newchunk = apr_array_push(memlist->list); in apr_skiplist_alloc()
/freebsd-13.1/contrib/subversion/subversion/libsvn_fs_x/
H A Drevprops.c624 manifest_entry_t *entry = apr_array_push(*manifest); in read_manifest()
818 svn_string_t *props = apr_array_push(revprops->revprops); in parse_packed_revprops()
1659 manifest_entry_t *entry = apr_array_push(manifest); in svn_fs_x__pack_revprops_shard()
H A Dindex.c2904 copy = apr_array_push(entries); in append_p2l_entries()
3092 entry = apr_array_push(entries); in p2l_index_lookup()
/freebsd-13.1/contrib/subversion/subversion/libsvn_client/
H A Drepos_diff.c1163 propchange = apr_array_push(fb->propchanges); in change_file_prop()
1193 propchange = apr_array_push(db->propchanges); in change_dir_prop()
/freebsd-13.1/contrib/apr-util/xml/
H A Dapr_xml.c988 pelt = apr_array_push(uri_array); in apr_xml_insert_uri()
/freebsd-13.1/contrib/subversion/subversion/libsvn_repos/
H A Dauthz.c516 node_segment = apr_array_push(ctx->path); in insert_path()
/freebsd-13.1/contrib/serf/
H A Doutgoing.c1371 *(serf_connection_t **)apr_array_push(ctx->conns) = conn; in serf_connection_create()
/freebsd-13.1/contrib/subversion/subversion/libsvn_wc/
H A Ddiff_editor.c2319 propchange = apr_array_push(fb->propchanges); in change_file_prop()
2344 propchange = apr_array_push(db->propchanges); in change_dir_prop()
H A Dupdate_editor.c2386 propchange = apr_array_push(db->propchanges); in change_dir_prop()
2510 svn_prop_t *prop = apr_array_push(regular_prop_changes); in close_directory()
3751 propchange = apr_array_push(fb->propchanges); in change_file_prop()
H A Dexternals.c664 propchange = apr_array_push(eb->propchanges); in change_file_prop()
/freebsd-13.1/contrib/serf/buckets/
H A Dssl_buckets.c52 #define APR_ARRAY_PUSH(ary,type) (*((type *)apr_array_push(ary)))

12