Apache 1.3 API Documentation

Structure table

Definition:

typedef struct table {opaque-structure};
     

Usage example:

table *string_pairs;
     string_pairs = ap_make_table(p, 4);
     ap_table_set(string_pairs, "key", "value"); 
     

A table is an association between two strings known as key and value, accessed via key.

See also:
ap_clear_table, ap_copy_table, ap_make_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

Previous: short_score Next: uri_components

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