Home
last modified time | relevance | path

Searched refs:DEFAULT_HASHTABLE_SIZE (Results 1 – 1 of 1) sorted by relevance

/reactos/dll/win32/msxml3/
H A Dschema.c67 #define DEFAULT_HASHTABLE_SIZE 17 macro
1631 This->cache = xmlHashCreate(DEFAULT_HASHTABLE_SIZE); in SchemaCache_create()