The OpenNET Project / Index page

[ новости /+++ | форум | теги | ]

Интерактивная система просмотра системных руководств (man-ов)

 ТемаНаборКатегория 
 
 [Cписок руководств | Печать]

hash.h (3)
  • >> hash.h (3) ( Linux man: Библиотечные вызовы )
  •  

    NAME

    python/hash.h -  
     
    

    SYNOPSIS


     

    Data Structures


    struct ht_iterator
     

    Typedefs


    typedef hash_table * hashTable

    typedef ht_iterator htIterator
     

    Functions


    hash_table * htNewTable (int size)

    void htFreeHashTable (struct hash_table *ht)

    void htHashStats (const struct hash_table *t)

    int htInTable (struct hash_table *t, const char *dir, const char *base)

    void htAddToTable (struct hash_table *t, const char *dir, const char *base)

    void htPrintHashStats (struct hash_table *t)

    int htNumEntries (struct hash_table *t)

    void htRemoveFromTable (struct hash_table *t, const char *dir, const char *base)

    void htIterStart (htIterator *iter)

    int htIterGetNext (struct hash_table *t, htIterator *iter, const char **dir, const char **base)
     

    DETAILED DESCRIPTION

    Definition in file hash.h.  

    TYPEDEF DOCUMENTATION

     

    typedef struct hash_table* hashTable

    Definition at line 9 of file hash.h.  

    typedef struct ht_iterator htIterator

    Definition at line 16 of file hash.h.  

    FUNCTION DOCUMENTATION

     

    void htAddToTable (struct hash_table * t, const char * dir, const char * base)

    Definition at line 133 of file hash.c.

    References bucket::allocated, hash_table::bucket, CHUNK, bucket::data, hash_table::entries, bucket::firstFree, htHashStrings(), in_table_aux(), hash_table::overHead, and hash_table::size.

    Referenced by compareFileList().  

    void htFreeHashTable (struct hash_table * ht)

    Definition at line 53 of file hash.c.

    References filePath::base, hash_table::bucket, bucket::data, filePath::dir, bucket::firstFree, and hash_table::size.

    Referenced by ugFindUpgradePackages().  

    void htHashStats (const struct hash_table * t)

    Definition at line 71 of file hash.c.

    References hash_table::bucket, hash_table::entries, bucket::firstFree, hash_table::overHead, and hash_table::size.  

    int htInTable (struct hash_table * t, const char * dir, const char * base)

    Definition at line 122 of file hash.c.

    References htHashStrings(), in_table_aux(), and hash_table::size.

    Referenced by findPackagesWithRelocatedFiles(), and removeMovedFilesAlreadyHandled().  

    int htIterGetNext (struct hash_table * t, htIterator * iter, const char ** dir, const char ** base)

    Definition at line 185 of file hash.c.

    References hash_table::bucket, ht_iterator::bucket, ht_iterator::item, and hash_table::size.  

    void htIterStart (htIterator * iter)

    Definition at line 180 of file hash.c.

    References ht_iterator::bucket, and ht_iterator::item.  

    struct hash_table* htNewTable (int size)

    Definition at line 32 of file hash.c.

    References bucket::allocated, hash_table::bucket, bucket::data, hash_table::entries, bucket::firstFree, hash_table::overHead, and hash_table::size.

    Referenced by ugFindUpgradePackages().  

    int htNumEntries (struct hash_table * t)

    Definition at line 176 of file hash.c.

    References hash_table::entries.  

    void htPrintHashStats (struct hash_table * t)

     

    void htRemoveFromTable (struct hash_table * t, const char * dir, const char * base)

    Definition at line 158 of file hash.c.

    References filePath::base, hash_table::bucket, bucket::data, filePath::dir, bucket::firstFree, htHashStrings(), in_table_aux(), and hash_table::size.

    Referenced by findPackagesWithRelocatedFiles(), and removeMovedFilesAlreadyHandled().  

    AUTHOR

    Generated automatically by Doxygen for rpm from the source code.


     

    Index

    NAME
    SYNOPSIS
    Data Structures
    Typedefs
    Functions
    DETAILED DESCRIPTION
    TYPEDEF DOCUMENTATION
    typedef struct hash_table* hashTable
    typedef struct ht_iterator htIterator
    FUNCTION DOCUMENTATION
    void htAddToTable (struct hash_table * t, const char * dir, const char * base)
    void htFreeHashTable (struct hash_table * ht)
    void htHashStats (const struct hash_table * t)
    int htInTable (struct hash_table * t, const char * dir, const char * base)
    int htIterGetNext (struct hash_table * t, htIterator * iter, const char ** dir, const char ** base)
    void htIterStart (htIterator * iter)
    struct hash_table* htNewTable (int size)
    int htNumEntries (struct hash_table * t)
    void htPrintHashStats (struct hash_table * t)
    void htRemoveFromTable (struct hash_table * t, const char * dir, const char * base)
    AUTHOR


    Поиск по тексту MAN-ов: 




    Партнёры:
    PostgresPro
    Inferno Solutions
    Hosting by Hoster.ru
    Хостинг:

    Закладки на сайте
    Проследить за страницей
    Created 1996-2024 by Maxim Chirkov
    Добавить, Поддержать, Вебмастеру