Unit 'httpd' Package
[Overview][Constants][Types][Procedures and functions][Index] [#httpd22]

ap_directive_t

Declaration

Source position: util_cfgtree.inc line 34

type ap_directive_t = record

  directive: PChar;

  args: PChar;

  next: Pap_directive_t;

  first_child: Pap_directive_t;

  parent: Pap_directive_t;

  data: Pointer;

  filename: PChar;

  line_num: Integer;

end;


Documentation generated on: 2023-03-18