Searched refs:NextSubkey (Results 1 - 1 of 1) sorted by relevance

/openjdk10/jdk/src/java.desktop/share/native/liblcms/
H A Dcmscgats.c119 struct _KeyVal* NextSubkey; // If key is a dictionary, points to the next item member in struct:_KeyVal
1169 for (; p != NULL; p = p->NextSubkey) {
1224 last->NextSubkey = p;
1237 p->NextSubkey = NULL;
2477 for (tmp = p; tmp != NULL; tmp = tmp->NextSubkey) {
2487 for (tmp = p; tmp != NULL; tmp = tmp->NextSubkey) {

Completed in 101 milliseconds