Xiqual 0.9.1

In file xitools/hash.c:

HashNode* hash_find

(HashTable* h,
  char* name)

Look up a node in a hash table.

Documentation

Look up a node in a hash table. Generates a key from the name and checks the resulting bucket for nodes matching the specified name.
Parameters:
- h Hash table to look in.
- name A string to search for.
Returns:
Either a hash node, or NULL if not found.
Author:
Ronny Bangsund

Alphabetic index



This page was generated with the help of DOC++.