Apache 1.3 API Documentation

Routine ap_make_table

Definition:

table *ap_make_table(pool *p, int nelts);
     

Usage example:

No examples available.
     

Makes a new table with enough memory for nelts elements.

Returns a pointer to the new table.

See also:
ap_clear_table, ap_copy_table, ap_overlay_tables, ap_table_add, ap_table_addn, ap_table_do, ap_table_get, ap_table_merge, ap_table_mergen, ap_table_set, ap_table_setn, ap_table_unset, table

Previous: ap_make_sub_pool Next: ap_matches_request_vhost

Table of Contents (Routines, Structures, Data Cells, Constants)