Home
last modified time | relevance | path

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

/external/pdfium/third_party/lcms2-2.6/src/
Dcmscgats.c34 #define MAXSTR 1024 // Max length of string macro
121 char SheetType[MAXSTR]; // The first row of the IT8 (the type)
160 char str[MAXSTR]; // string
878 while (k < MAXSTR && it8->ch != sng) { in InSymbol()
880 if (it8->ch == '\n'|| it8->ch == '\r') k = MAXSTR+1; in InSymbol()
1339 strncpy(t ->SheetType, Type, MAXSTR-1); in cmsIT8SetSheetType()
1340 t ->SheetType[MAXSTR-1] = 0; in cmsIT8SetSheetType()
1923 char Buffer[MAXSTR]; in HeaderSection()
1936 if (!GetVal(it8, Buffer, MAXSTR-1, "Keyword expected")) return FALSE; in HeaderSection()
1944 if (!GetVal(it8, Buffer, MAXSTR-1, "Keyword expected")) return FALSE; in HeaderSection()
[all …]
/external/pdfium/third_party/lcms2-2.6/
D0017-upstream-integer-overflow-MPEmatrix_Read.patch20 char str[MAXSTR]; // string