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

/freebsd-11-stable/contrib/apr/include/
H A Dapr_tables.h375 * Declaration prototype for the iterator callback function of apr_table_do()
383 * @see apr_table_do @see apr_table_vdo
407 APR_DECLARE_NONSTD(int) apr_table_do(apr_table_do_callback_fn_t *comp,
431 * @see apr_table_do_callback_fn_t @see apr_table_do
/freebsd-11-stable/contrib/apr/tables/
H A Dapr_tables.c911 * rather than reimplementing apr_table_do (which IMHO would be bad) I just
918 APR_DECLARE_NONSTD(int) apr_table_do(apr_table_do_callback_fn_t *comp, function
1289 apr_table_do(table_getm_do, &state, t, key, NULL);

Completed in 166 milliseconds