Definition:
void ap_clear_table(table *t);
Usage example:
table tmp;
tmp = r->headers_out;
r->headers_out = r->err_headers_out;
r->err_headers_out = tmp;
ap_clear_table(r->err_headers_out);
Clears the contents of t, readying it for reuse.
Previous: ap_clear_pool
Next: ap_close_piped_log
Table of Contents
(Routines,
Structures,
Data Cells,
Constants)