Addressing module implementation


Document formatted by vherva at Fri Apr 24 11:23:18 1998 on the host schemestation. This document is produced by the SchemeStation project during the Tik-76.115 course.

  1. Introduction
  2. Data Structures
  3. Functions
  4. The functions of module Addressing
    1. File addressing-internal.h
      1. void addr_addresstoasc (INOUT char* str, IN Address *address)
      2. Status addr_deliver_messages (IN ActorEntry *entry)
      3. AddrStatus addr_dumpentry (IN ActorEntry* entry)
      4. addr_entriesbyaddr (IN Address* addr)
      5. addr_entrybyspec (IN ActorSpecifier* spec)
      6. void addr_freeentry (IN ActorEntry* entry)
      7. unsigned addr_hashvalue (IN void *item, IN long size, IN long maxvalue)
      8. void addr_hexdump (INOUT char* dest, IN char* source, IN int len)
      9. Status addr_push_message (IN ActorEntry *entry, struct Message *message)
      10. AddrStatus addr_readentry (IN int fd)
      11. AddrStatus addr_resizehash (AddrResizeAction resizeaction)
      12. unsigned addr_spechashvalue (IN ActorSpecifier *addr)
      13. void addr_spectoasc (INOUT char* str, IN ActorSpecifier* spec)
      14. AddrStatus addr_writeentry (IN int fd, IN ActorEntry* entry)

© SchemeStation project 1997-1998 [Back to the document index]