Home
last modified time | relevance | path

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

/PHP-5.5/win32/
H A Dregistry.c60 …int LoadDirectory(HashTable *directories, HKEY key, char *path, int path_len, HashTable *parent_ht) in LoadDirectory() argument
100 if (parent_ht) { in LoadDirectory()
107 for (zend_hash_internal_pointer_reset_ex(parent_ht, &pos); in LoadDirectory()
108 zend_hash_get_current_data_ex(parent_ht, (void**)&tmpdata, &pos) == SUCCESS && in LoadDirectory()
109 … zend_hash_get_current_key_ex(parent_ht, &index, &index_len, &num, 0, &pos) == HASH_KEY_IS_STRING; in LoadDirectory()
110 zend_hash_move_forward_ex(parent_ht, &pos)) { in LoadDirectory()
125 ht = parent_ht; in LoadDirectory()

Completed in 5 milliseconds