joes        2003/06/27 09:21:04

  Modified:    glue/perl/xsbuilder/maps apreq_functions.map
  Log:
  Code cleanups and STATUS update.
  
  Revision  Changes    Path
  1.10      +22 -12    
httpd-apreq-2/glue/perl/xsbuilder/maps/apreq_functions.map
  
  Index: apreq_functions.map
  ===================================================================
  RCS file: 
/home/cvs/httpd-apreq-2/glue/perl/xsbuilder/maps/apreq_functions.map,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- apreq_functions.map       27 Jun 2003 11:41:06 -0000      1.9
  +++ apreq_functions.map       27 Jun 2003 16:21:03 -0000      1.10
  @@ -1,4 +1,4 @@
  -##########  APREQ Functions  ##########
  +##########  Apache::Request:: Functions  ##########
   
   MODULE=Apache::Request PACKAGE=Apache::Request PREFIX=apreq_
    apreq_request | apreq_xs_request | const char *:class, void *:env, const 
char *:qs=NULL
  @@ -16,20 +16,27 @@
    DEFINE_get     | apreq_xs_table_get |
    DEFINE_FETCH   | apreq_xs_table_get |
   
  +
  +
  +##########  Apache::Upload:: Functions  ##########
  +
   MODULE=Apache::Request PACKAGE=Apache::Upload PREFIX=Apache__Upload_
    apr_bucket_brigade *:DEFINE_bb  | 
apreq_param_brigade(apreq_xs_rv2param(sv)) | SV *:sv
  - apr_table_t *:DEFINE_info | apreq_param_info(apreq_xs_rv2param(sv)) | SV 
*:sv
  - DEFINE_link | apreq_xs_upload_link |
  - const char *:DEFINE_name | apreq_param_name(apreq_xs_rv2param(sv)) | SV *:sv
  - char *:DEFINE_value | apreq_param_value(apreq_xs_rv2param(sv)) | SV *:sv
  - apr_status_t:DEFINE_status | apreq_param_status(apreq_xs_rv2param(sv)) | SV 
*:sv
  + apr_table_t *:DEFINE_info       | apreq_param_info(apreq_xs_rv2param(sv)) | 
SV *:sv
  + const char *:DEFINE_name        | apreq_param_name(apreq_xs_rv2param(sv)) | 
SV *:sv
  + char *:DEFINE_filename          | apreq_param_value(apreq_xs_rv2param(sv)) 
| SV *:sv
  + apr_status_t:DEFINE_status      | apreq_param_status(apreq_xs_rv2param(sv)) 
| SV *:sv
  + DEFINE_link                     | apreq_xs_upload_link |
   
   MODULE=Apache::Request PACKAGE=Apache::Upload::Table 
PREFIX=Apache__Upload__Table_
    DEFINE_get     | apreq_xs_upload_table_get |
    DEFINE_FETCH   | apreq_xs_upload_table_get |
   
  +
  +
  +##########  Apache::Cookie:: Functions  ##########
  +
   MODULE=Apache::Cookie PACKAGE=Apache::Cookie
  -# DEFINE_jar        | apreq_xs_jar | 
    DEFINE_as_string  | apreq_xs_cookie_as_string |
    DEFINE_make       | apreq_xs_make_cookie      | 
    DEFINE_expires    | apreq_xs_cookie_expires   |
  @@ -41,8 +48,8 @@
    apr_status_t:DEFINE_bake2| apreq_cookie_bake2(apreq_xs_sv2cookie(c), 
apreq_xs_sv2env(c)) | SV *:c
   
   MODULE=Apache::Cookie PACKAGE=Apache::Cookie::Jar PREFIX=Apache__Cookie__Jar_
  - DEFINE_new        | apreq_xs_jar           |
  - DEFINE_env        | apreq_xs_jar_env       |
  + DEFINE_new        | apreq_xs_jar     |
  + DEFINE_env        | apreq_xs_jar_env |
    DEFINE_cookie     | apreq_xs_jar_get |
    DEFINE_get        | apreq_xs_jar_get |
   
  @@ -51,11 +58,14 @@
    DEFINE_FETCH      | apreq_xs_table_get |
   
   
  +
  +##########  Utility Functions  ##########
  +
   MODULE=Apache::Request PACKAGE=Apache::Request::Util PREFIX=apreq_
  - apreq_log
  +# apreq_log
   # apreq_join
  -#apreq_index
  - apreq_encode
  +# apreq_index
  +# apreq_encode
   # apreq_decode
   # apreq_expires
   
  
  
  

Reply via email to