richter     02/01/18 07:40:27

  Modified:    xsbuilder/maps Tag: Embperl2c ep_structure.map ep_type.map
  Added:       xsbuilder/maps Tag: Embperl2c ep_function.map
  Log:
  -
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.3   +103 -100  embperl/xsbuilder/maps/Attic/ep_structure.map
  
  Index: ep_structure.map
  ===================================================================
  RCS file: /home/cvs/embperl/xsbuilder/maps/Attic/ep_structure.map,v
  retrieving revision 1.1.2.2
  retrieving revision 1.1.2.3
  diff -u -r1.1.2.2 -r1.1.2.3
  --- ep_structure.map  17 Jan 2002 23:16:19 -0000      1.1.2.2
  +++ ep_structure.map  18 Jan 2002 15:40:27 -0000      1.1.2.3
  @@ -1,7 +1,39 @@
   
  + <struct tReq>
  +!   _perlsv
  +!   pPerlTHX | perl_thx
  +!   pPool | pool
  +!   pApacheReq | apache_req
  +   pApacheReqSV | apache_req
  +   Config | config
  +   Param | param
  +   Component | component
  +   pApp | app
  +   pThread | thread
  +   nRequestCount | request_count
  +   nRequestTime | request_time
  +   nIOType | iotype
  +   nSessionMgnt | session_mgnt
  +   sSessionID | session_id
  +   bExit | exit
  +   nLogFileStartPos | log_file_start_pos
  +   bError | error
  +   pErrArray | err_array
  +   errdat1[ERRDATLEN] | errdat1
  +   errdat2[ERRDATLEN] | errdat1
  +   lastwarn[ERRDATLEN] | lastwarn
  +!   pDomTreeAV | dom_tree_av
  +!   pCleanupAV | cleanup_av
  +   startclock
  +   stsv_count
  +!   MemCheckpoint | mem_checkpoint
  +   new
  +!   private
  + </struct tReq>
    <tApp>
   !   _perlsv
   !   pPerlTHX | perl_thx
  +!   pPool | pool
      pThread | thread
      pCurrReq | curr_req
      Config | config
  @@ -30,6 +62,74 @@
      new
   !   private
    </tAppConfig>
  + <tComponent>
  +!   _perlsv
  +!   pPool | pool
  +   Config | config
  +   Param | param
  +   bReqRunning | req_running
  +   bSubReq | sub_req
  +   nInsideSub | inside_sub
  +   bExit | exit
  +   nPathNdx | path_ndx
  +   sCWD[PATH_MAX] | cwd
  +   nCWDDrive | cwddrive
  +   sResetDir[PATH_MAX] | reset_dir
  +   nResetDrive | reset_drive
  +   bEP1Compat | ep1_compat
  +   nPhase | phase
  +   sSourcefile | sourcefile
  +   pBuf | buf
  +   pEndPos | end_pos
  +   pCurrPos | curr_pos
  +   nSourceline | sourceline
  +   pSourcelinePos | sourceline_pos
  +   pLineNoCurrPos | line_no_curr_pos
  +   xDocument | document
  +   xCurrNode | curr_node
  +   nCurrRepeatLevel | curr_repeat_level
  +   nCurrCheckpoint | curr_checkpoint
  +   xCurrDomTree | curr_dom_tree
  +   xSourceDomTree | source_dom_tree
  +!   pOutputCache | output_cache
  +!   pOutputSV | output_sv
  +!   pTokenTable | token_table
  +!   pCurrEscape | curr_escape
  +!   pNextEscape | next_escape
  +!   nCurrEscMode | curr_esc_mode
  +!   bEscModeSet | esc_mode_set
  +!   bEscInUrl | esc_in_url
  +!   pFirstBuf | first_buf
  +!   pLastBuf | last_buf
  +!   pFreeBuf | free_buf
  +!   pLastFreeBuf | last_free_buf
  +!   pMemBuf | mem_buf
  +!   pMemBufPtr | mem_buf_ptr
  +!   nMemBufSize | mem_buf_size
  +!   nMemBufSizeFree | mem_buf_size_free
  +!   nMarker | marker
  +   ifd
  +   ofd
  +   ofdobj
  +   ifdobj
  +   bAppendToMainReq | append_to_main_req
  +   bDisableOutput | disable_output
  +   pPrev | prev
  +!   pOrg | org
  +   bStrict | strict
  +!   op_mask_buf[MAXO + 100] | 
  +   pImportStash | import_stash
  +   pExportHash | export_hash
  +   sCurrPackage | curr_package
  +   sEvalPackage | eval_package
  +   sMainSub | main_sub
  +   pProg | prog
  +   pProgRun | prog_run
  +   pProgDef | prog_def
  +   pCodeSV | code_sv
  +   new
  +!   private
  + </tComponent>
    <tComponentConfig>
   !   _perlsv
      sPackage | package
  @@ -48,7 +148,7 @@
      sXsltstylesheet | xsltstylesheet
      sXsltproc | xsltproc
      sCompartment | compartment
  -   pOpcodeMask | opcode_mask
  +!   pOpcodeMask | opcode_mask
      new
   !   private
    </tComponentConfig>
  @@ -86,6 +186,8 @@
    <tThreadData>
   !   _perlsv
   !   pPerlTHX | perl_thx
  +!   pPool | pool
  +!   pMainPool | main_pool
      pApplications | applications
      pCurrReq | curr_req
      nPid | pid
  @@ -98,102 +200,3 @@
      new
   !   private
    </tThreadData>
  -
  -
  - <tComponent>
  -!   _perlsv
  -   Config | config
  -   Param | param
  -   bReqRunning | req_running
  -   bSubReq | sub_req
  -   nInsideSub | inside_sub
  -   bExit | exit
  -   nPathNdx | path_ndx
  -   sCWD[PATH_MAX] | cwd
  -   sResetDir[PATH_MAX] | reset_dir
  -!   nResetDrive | reset_drive
  -!   bEP1Compat | ep1compat
  -   nPhase | phase
  -   sSourcefile | sourcefile
  -!   pBuf | buf
  -!   pEndPos | end_pos
  -!   pCurrPos | curr_pos
  -   nSourceline | sourceline
  -!   pSourcelinePos | sourceline_pos
  -!   pLineNoCurrPos | line_no_curr_pos
  -   xDocument | document
  -   xCurrNode | curr_node
  -!   nCurrRepeatLevel | curr_repeat_level
  -!   nCurrCheckpoint | curr_checkpoint
  -   xCurrDomTree | curr_dom_tree
  -   xSourceDomTree | source_dom_tree
  -!   pOutputCache | output_cache
  -!   pOutputSV | output_sv
  -!   pTokenTable | token_table
  -!   pCurrEscape | curr_escape
  -!   pNextEscape | next_escape
  -!   nCurrEscMode | curr_esc_mode
  -!   bEscModeSet | esc_mode_set
  -!   bEscInUrl | esc_in_url
  -!   pFirstBuf | first_buf
  -!   pLastBuf | last_buf
  -!   pFreeBuf | free_buf
  -!   pLastFreeBuf | last_free_buf
  -!   pMemBuf | mem_buf
  -!   pMemBufPtr | mem_buf_ptr
  -!   nMemBufSize | mem_buf_size
  -!   nMemBufSizeFree | mem_buf_size_free
  -!   nMarker | marker
  -   ifd
  -   ofd
  -   ofdobj
  -   ifdobj
  -!   bAppendToMainReq | append_to_main_req
  -   bDisableOutput | disable_output
  -   pPrev | prev
  -   bStrict | strict
  -!   op_mask_buf[MAXO + 100] | maxo + 100]
  -!   pImportStash | import_stash
  -   pExportHash | export_hash
  -   sCurrPackage | curr_package
  -   sEvalPackage | eval_package
  -!   nEvalPackage | eval_package
  -   sMainSub | main_sub
  -!   pProg | prog
  -!   pProgRun | prog_run
  -!   pProgDef | prog_def
  -!   pCodeSV | code_sv
  -   new
  -!   private
  - </tComponent>
  -
  - <tReq>
  -!   _perlsv
  -!   pPerlTHX | perl_thx
  -   pApacheReq | apache_req
  -!   pApacheReqSV | apache_req
  -   Config | config
  -   Param | param
  -   Component | component
  -   pApp | app
  -   pThread | thread
  -   nRequestCount | request_count
  -   nRequestTime | request_time
  -   nIOType | iotype
  -   nSessionMgnt | session_mgnt
  -   sSessionID | session_id
  -   bExit | exit
  -   nLogFileStartPos | log_file_start_pos
  -   bError | error
  -   pErrArray | err_array
  -   errdat1[ERRDATLEN] | errdat1
  -   errdat2[ERRDATLEN] | errdat2
  -   lastwarn[ERRDATLEN] | lastwarn
  -!   pDomTreeAV | dom_tree_av
  -!   pCleanupAV | cleanup_av
  -   startclock
  -   stsv_count
  -!   MemCheckpoint | mem_checkpoint
  -   new
  -!   private
  - </tReq>
  
  
  
  1.1.2.3   +2 -0      embperl/xsbuilder/maps/Attic/ep_type.map
  
  Index: ep_type.map
  ===================================================================
  RCS file: /home/cvs/embperl/xsbuilder/maps/Attic/ep_type.map,v
  retrieving revision 1.1.2.2
  retrieving revision 1.1.2.3
  diff -u -r1.1.2.2 -r1.1.2.3
  --- ep_type.map       17 Jan 2002 20:51:38 -0000      1.1.2.2
  +++ ep_type.map       18 Jan 2002 15:40:27 -0000      1.1.2.3
  @@ -14,6 +14,7 @@
   struct tCharTrans    |
   struct tTokenTable   |
   struct request_rec   | Apache::
  +struct server_rec    | Apache::Server
   
   
   tPerlInterpreter     |
  @@ -30,4 +31,5 @@
   tNode        | IV
   tPhase       | IV
   tRepeatLevel | IV
  +struct tMemPool      |
   
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.1   +3 -0      embperl/xsbuilder/maps/Attic/ep_function.map
  
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to