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

12

/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dproperties.c218 newprop = apr_array_push(*regular_props);
223 newprop = apr_array_push(*wc_props);
228 newprop = apr_array_push(*entry_props);
281 svn_prop_t *p = apr_array_push(ary);
288 svn_prop_t *p = apr_array_push(ary);
312 svn_prop_t *p = apr_array_push(ary);
H A Dsorts.c168 svn_sort__item_t *item = apr_array_push(ary);
324 apr_array_push(array);
543 memcpy(apr_array_push(queue->elements), element, queue->elements->elt_size);
H A Dopt.c907 ((const char **) apr_array_push(input_targets),
/freebsd-11-stable/contrib/apr/file_io/unix/
H A Dfilepath_util.c57 *(char**)apr_array_push(elts) = part;
/freebsd-11-stable/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-11-stable/contrib/apr-util/hooks/
H A Dapr_hooks.c204 pHook=apr_array_push(pNew);
238 pEntry=apr_array_push(s_aHooksToSort);
360 pHook=apr_array_push(pArray);
/freebsd-11-stable/contrib/apr-util/misc/
H A Dapu_dso.c143 (*((char **)apr_array_push(paths))) = APU_DSO_LIBDIR;
/freebsd-11-stable/contrib/subversion/subversion/libsvn_ra_serf/
H A Dutil.c2102 prop = apr_array_push(props);
2109 prop = apr_array_push(props);
2116 prop = apr_array_push(props);
2123 svn_ra_serf__dav_props_t *p = apr_array_push(props);
2130 prop = apr_array_push(props);
2137 prop = apr_array_push(props);
2148 prop = apr_array_push(props);
H A Dblame.c249 svn_prop_t *prop = apr_array_push(blame_ctx->prop_diffs);
H A Dstat.c224 prop = apr_array_push(props);
/freebsd-11-stable/contrib/apr-util/include/
H A Dapr_hooks.h153 pHook=apr_array_push(_hooks.link_##name); \
/freebsd-11-stable/contrib/apr/strings/
H A Dapr_fnmatch.c477 *(const char **)apr_array_push(*result) = apr_pstrdup(p, finfo.name);
/freebsd-11-stable/contrib/subversion/subversion/include/
H A Dsvn_types.h41 #include <apr_tables.h> /* for apr_array_push() */
253 #define APR_ARRAY_PUSH(ary,type) (*((type *)apr_array_push(ary)))
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_x/
H A Drevprops.c624 manifest_entry_t *entry = apr_array_push(*manifest);
818 svn_string_t *props = apr_array_push(revprops->revprops);
1660 manifest_entry_t *entry = apr_array_push(manifest);
/freebsd-11-stable/contrib/apr/tables/
H A Dapr_tables.c107 APR_DECLARE(void *) apr_array_push(apr_array_header_t *arr) function
1271 elt = apr_array_push(state->merged);
1274 elt = apr_array_push(state->merged);
H A Dapr_skiplist.c118 memlist = apr_array_push(sl->memlist);
122 newchunk = apr_array_push(memlist->list);
/freebsd-11-stable/contrib/subversion/subversion/libsvn_client/
H A Drepos_diff.c1163 propchange = apr_array_push(fb->propchanges);
1193 propchange = apr_array_push(db->propchanges);
/freebsd-11-stable/contrib/apr-util/xml/
H A Dapr_xml.c988 pelt = apr_array_push(uri_array);
/freebsd-11-stable/contrib/subversion/subversion/libsvn_wc/
H A Ddiff_editor.c2321 propchange = apr_array_push(fb->propchanges);
2346 propchange = apr_array_push(db->propchanges);
H A Dexternals.c666 propchange = apr_array_push(eb->propchanges);
H A Dupdate_editor.c2390 propchange = apr_array_push(db->propchanges);
2514 svn_prop_t *prop = apr_array_push(regular_prop_changes);
3755 propchange = apr_array_push(fb->propchanges);
/freebsd-11-stable/contrib/serf/
H A Doutgoing.c1371 *(serf_connection_t **)apr_array_push(ctx->conns) = conn;
/freebsd-11-stable/contrib/subversion/subversion/libsvn_repos/
H A Dauthz.c520 node_segment = apr_array_push(ctx->path);
H A Ddump.c248 entry = apr_array_push(tracker->stack);
/freebsd-11-stable/contrib/serf/buckets/
H A Dssl_buckets.c52 #define APR_ARRAY_PUSH(ary,type) (*((type *)apr_array_push(ary)))

Completed in 438 milliseconds

12