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

/freebsd-11.0-release/contrib/apr/include/arch/
H A Dapr_private_common.h39 #define APR_UINT32_TRUNC_CAST apr_uint32_t macro
/freebsd-11.0-release/contrib/apr/memory/unix/
H A Dapr_pools.c189 apr_uint32_t size = (APR_UINT32_TRUNC_CAST)in_size;
354 node->index = (APR_UINT32_TRUNC_CAST)index;
716 active->free_index = (APR_UINT32_TRUNC_CAST)free_index;
1082 active->free_index = (APR_UINT32_TRUNC_CAST)free_index;
1174 active->free_index = (APR_UINT32_TRUNC_CAST)free_index;

Completed in 40 milliseconds