comparison include/urweb.h @ 324:b91480c9a729

More opportunities to use regions and lack of string copying
author Adam Chlipala <adamc@hcoop.net>
date Thu, 11 Sep 2008 13:06:51 -0400
parents 5030e909fbf3
children 7009b0ac1501
comparison
equal deleted inserted replaced
323:5030e909fbf3 324:b91480c9a729
21 char *uw_error_message(uw_context); 21 char *uw_error_message(uw_context);
22 22
23 void *uw_malloc(uw_context, size_t); 23 void *uw_malloc(uw_context, size_t);
24 void uw_begin_region(uw_context); 24 void uw_begin_region(uw_context);
25 void uw_end_region(uw_context); 25 void uw_end_region(uw_context);
26 void uw_memstats(uw_context);
26 27
27 int uw_send(uw_context, int sock); 28 int uw_send(uw_context, int sock);
28 29
29 void uw_set_input(uw_context, char *name, char *value); 30 void uw_set_input(uw_context, char *name, char *value);
30 char *uw_get_input(uw_context, int name); 31 char *uw_get_input(uw_context, int name);