directories        60 win32/registry.c static int LoadDirectory(HashTable *directories, HKEY key, char *path, int path_len, HashTable *parent_ht)
directories       116 win32/registry.c 				zend_hash_update(directories, path, path_len+1, &ht, sizeof(HashTable*), NULL);
directories       150 win32/registry.c 						if (LoadDirectory(directories, subkey, new_path, name_len, ht)) {