Searched refs:max_key (Results 1 – 1 of 1) sorted by relevance
/PHP-7.0/win32/ |
H A D | registry.c | 80 DWORD keys, values, max_key, max_name, max_value; in LoadDirectory() local 84 …if (RegQueryInfoKey(key, NULL, NULL, NULL, &keys, &max_key, NULL, &values, &max_name, &max_value, … in LoadDirectory() 139 char *name = (char*)emalloc(max_key+1); in LoadDirectory() 140 char *new_path = (char*)emalloc(path_len+max_key+2); in LoadDirectory() 146 name_len = max_key+1; in LoadDirectory()
|
Completed in 5 milliseconds