| /freebsd-12.1/contrib/subversion/subversion/libsvn_subr/ |
| H A D | properties.c | 217 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 D | sorts.c | 164 svn_sort__item_t *item = apr_array_push(ary); in svn_sort__hash() 315 apr_array_push(array); in svn_sort__array_insert() 530 memcpy(apr_array_push(queue->elements), element, queue->elements->elt_size); in svn_priority_queue__push()
|
| H A D | opt.c | 873 ((const char **) apr_array_push(input_targets), in svn_opt__args_to_target_array()
|
| /freebsd-12.1/contrib/apr/include/ |
| H A D | apr_tables.h | 131 APR_DECLARE(void *) apr_array_push(apr_array_header_t *arr); 150 #define APR_ARRAY_PUSH(ary,type) (*((type *)apr_array_push(ary)))
|
| /freebsd-12.1/contrib/apr-util/hooks/ |
| H A D | apr_hooks.c | 204 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-12.1/contrib/subversion/subversion/libsvn_ra_serf/ |
| H A D | util.c | 2083 prop = apr_array_push(props); in svn_ra_serf__get_dirent_props() 2090 prop = apr_array_push(props); in svn_ra_serf__get_dirent_props() 2097 prop = apr_array_push(props); in svn_ra_serf__get_dirent_props() 2104 svn_ra_serf__dav_props_t *p = apr_array_push(props); in svn_ra_serf__get_dirent_props() 2111 prop = apr_array_push(props); in svn_ra_serf__get_dirent_props() 2118 prop = apr_array_push(props); in svn_ra_serf__get_dirent_props() 2129 prop = apr_array_push(props); in svn_ra_serf__get_dirent_props()
|
| H A D | blame.c | 248 svn_prop_t *prop = apr_array_push(blame_ctx->prop_diffs); in blame_closed()
|
| H A D | stat.c | 222 prop = apr_array_push(props); in get_dirent_props()
|
| /freebsd-12.1/contrib/apr/file_io/unix/ |
| H A D | filepath_util.c | 57 *(char**)apr_array_push(elts) = part; in apr_filepath_list_split_impl()
|
| /freebsd-12.1/contrib/apr-util/misc/ |
| H A D | apu_dso.c | 143 (*((char **)apr_array_push(paths))) = APU_DSO_LIBDIR;
|
| /freebsd-12.1/contrib/apr/strings/ |
| H A D | apr_fnmatch.c | 477 *(const char **)apr_array_push(*result) = apr_pstrdup(p, finfo.name); in apr_match_glob()
|
| /freebsd-12.1/contrib/apr-util/include/ |
| H A D | apr_hooks.h | 153 pHook=apr_array_push(_hooks.link_##name); \
|
| /freebsd-12.1/contrib/apr/tables/ |
| H A D | apr_skiplist.c | 118 memlist = apr_array_push(sl->memlist); in apr_skiplist_alloc() 122 newchunk = apr_array_push(memlist->list); in apr_skiplist_alloc()
|
| H A D | apr_tables.c | 107 APR_DECLARE(void *) apr_array_push(apr_array_header_t *arr) in apr_array_push() function 1267 elt = apr_array_push(state->merged); in table_getm_do() 1270 elt = apr_array_push(state->merged); in table_getm_do()
|
| /freebsd-12.1/contrib/subversion/subversion/include/ |
| H A D | svn_types.h | 243 #define APR_ARRAY_PUSH(ary,type) (*((type *)apr_array_push(ary)))
|
| /freebsd-12.1/contrib/subversion/subversion/libsvn_fs_x/ |
| H A D | revprops.c | 624 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()
|
| /freebsd-12.1/contrib/apr-util/crypto/ |
| H A D | apr_crypto_openssl.c | 366 *k = key = apr_array_push(f->keys); in crypto_passphrase()
|
| H A D | apr_crypto_nss.c | 409 *k = key = apr_array_push(f->keys); in crypto_passphrase()
|
| /freebsd-12.1/contrib/subversion/subversion/libsvn_client/ |
| H A D | repos_diff.c | 1167 propchange = apr_array_push(fb->propchanges); in change_file_prop() 1197 propchange = apr_array_push(db->propchanges); in change_dir_prop()
|
| /freebsd-12.1/contrib/apr-util/xml/ |
| H A D | apr_xml.c | 925 pelt = apr_array_push(uri_array); in apr_xml_insert_uri()
|
| /freebsd-12.1/contrib/subversion/subversion/libsvn_repos/ |
| H A D | authz.c | 516 node_segment = apr_array_push(ctx->path); in insert_path()
|
| /freebsd-12.1/contrib/serf/ |
| H A D | outgoing.c | 1371 *(serf_connection_t **)apr_array_push(ctx->conns) = conn; in serf_connection_create()
|
| /freebsd-12.1/contrib/subversion/subversion/libsvn_wc/ |
| H A D | diff_editor.c | 2319 propchange = apr_array_push(fb->propchanges); in change_file_prop() 2344 propchange = apr_array_push(db->propchanges); in change_dir_prop()
|
| H A D | update_editor.c | 2378 propchange = apr_array_push(db->propchanges); in change_dir_prop() 2502 svn_prop_t *prop = apr_array_push(regular_prop_changes); in close_directory() 3740 propchange = apr_array_push(fb->propchanges); in change_file_prop()
|
| H A D | externals.c | 664 propchange = apr_array_push(eb->propchanges); in change_file_prop()
|