Searched refs:MAYBE_ALLOC (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.0-release/contrib/subversion/subversion/libsvn_wc/
H A Dentries.c52 #define MAYBE_ALLOC(x,p) ((x) ? (x) : apr_pcalloc((p), sizeof(*(x)))) macro
1752 working_node = MAYBE_ALLOC(working_node, result_pool);
1754 base_node = MAYBE_ALLOC(base_node, result_pool);
1758 working_node = MAYBE_ALLOC(working_node, result_pool);
1762 base_node = MAYBE_ALLOC(base_node, result_pool);
1764 below_working_node = MAYBE_ALLOC(below_working_node, result_pool);
1769 working_node = MAYBE_ALLOC(working_node, result_pool);
1771 base_node = MAYBE_ALLOC(base_node, result_pool);
1773 below_working_node = MAYBE_ALLOC(below_working_node, result_pool);
1777 working_node = MAYBE_ALLOC(working_nod
[all...]

Completed in 71 milliseconds