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

/external/pdfium/third_party/lcms2-2.6/src/
H A Dcmscgats.c93 struct _KeyVal* NextSubkey; // If key is a dictionary, points to the next item member in struct:_KeyVal
1143 for (; p != NULL; p = p->NextSubkey) {
1198 last->NextSubkey = p;
1211 p->NextSubkey = NULL;
2451 for (tmp = p; tmp != NULL; tmp = tmp->NextSubkey) {
2461 for (tmp = p; tmp != NULL; tmp = tmp->NextSubkey) {

Completed in 56 milliseconds