Unit 'IdSSLOpenSSLHeaders' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#pl_indy]

COMP_METHOD

Declaration

Source position: IdSSLOpenSSLHeaders.pas line 15298

type COMP_METHOD = record

  _type: TIdC_INT;

  

  name: PIdAnsiChar;

  

  init: function(

  

  ctx: PCOMP_CTX

):TIdC_INT;

  finish: procedure(

  

  ctx: PCOMP_CTX

);

  compress: function(

  

  ctx: PCOMP_CTX;

  _out: PIdAnsiChar;

  olen: TIdC_UINT;

  _in: PIdAnsiChar;

  ilen: TIdC_UINT

):TIdC_INT;

  expand: function(

  

  ctx: PCOMP_CTX;

  _out: PIdAnsiChar;

  olen: TIdC_UINT;

  _in: PIdAnsiChar;

  ilen: TIdC_UINT

):TIdC_INT;

  ctrl: function: TIdC_INT;

  

  callback_ctrl: function: TIdC_INT;

  

end;



CT Web help

CodeTyphon Studio