Searched defs:nTable (Results 1 - 3 of 3) sorted by relevance

/external/pdfium/third_party/lcms2-2.6/src/
H A Dcmscgats.c144 cmsUInt32Number nTable; // The actual table member in struct:__anon15878
1008 if ((it8 -> nTable >= it8 ->TablesCount)) {
1010 SynError(it8, "Table %d out of sequence", it8 -> nTable);
1014 return it8 ->Tab + it8 ->nTable;
1257 cmsInt32Number CMSEXPORT cmsIT8SetTable(cmsHANDLE IT8, cmsUInt32Number nTable) argument
1261 if (nTable >= it8 ->TablesCount) {
1263 if (nTable == it8 ->TablesCount) {
1268 SynError(it8, "Table %d is out of sequence", nTable);
1273 it8 ->nTable = nTable;
2205 int nTable = (int) k; local
2720 int nTable; local
[all...]
/external/sqlite/dist/orig/
H A Dshell.c3761 int nTable = (int)strlen(zTable); local
3775 zInsert = sqlite3_malloc64(200 + nTable + n*3);
3780 sqlite3_snprintf(200+nTable,zInsert,
/external/sqlite/dist/
H A Dshell.c3783 int nTable = (int)strlen(zTable); local
3797 zInsert = sqlite3_malloc64(200 + nTable + n*3);
3802 sqlite3_snprintf(200+nTable,zInsert,

Completed in 121 milliseconds