|
ReactOS 0.4.16-dev-1946-g52006dd
|

Go to the source code of this file.
Functions | |
| void | SdbpTableDestroy (struct SdbStringHashTable **table) |
| BOOL | SdbpAddStringToTable (struct SdbStringHashTable **table, const WCHAR *str, TAGID *pTagid) |
Find an entry in the stringtable, or allocate it when an entry could not be found.
| [in] | table | Pointer to table pointer, will be allocated when needed. |
| [in] | str | The string to search for |
| [in,out] | pTagid | the data written (in bytes) |
Definition at line 169 of file sdbstringtable.c.
Referenced by SdbpGetOrAddStringRef().
| void SdbpTableDestroy | ( | struct SdbStringHashTable ** | table | ) |
Destroy the hashtable and release all resources.
| [in] | table | Pointer to table pointer, will be cleared after use |
Definition at line 60 of file sdbstringtable.c.
Referenced by SdbCloseDatabase().