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

/freebsd-11-stable/contrib/apr/include/
H A Dapr_tables.h376 * and apr_table_vdo().
383 * @see apr_table_do @see apr_table_vdo
405 * @see apr_table_do_callback_fn_t @see apr_table_vdo
433 APR_DECLARE(int) apr_table_vdo(apr_table_do_callback_fn_t *comp,
/freebsd-11-stable/contrib/apr/tables/
H A Dapr_tables.c897 * ADDENDUM for apr_table_vdo():
925 rv = apr_table_vdo(comp, rec, t, vp);
941 * the entire apr_table_vdo (which is what I think should happen in
946 * function will cause a full termination of apr_table_vdo. I'm hesitant
961 APR_DECLARE(int) apr_table_vdo(apr_table_do_callback_fn_t *comp, function

Completed in 110 milliseconds