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:__anon16038
1007 if ((it8 -> nTable >= it8 ->TablesCount)) {
1009 SynError(it8, "Table %d out of sequence", it8 -> nTable);
1013 return it8 ->Tab + it8 ->nTable;
1256 cmsInt32Number CMSEXPORT cmsIT8SetTable(cmsHANDLE IT8, cmsUInt32Number nTable) argument
1260 if (nTable >= it8 ->TablesCount) {
1262 if (nTable == it8 ->TablesCount) {
1267 SynError(it8, "Table %d is out of sequence", nTable);
1272 it8 ->nTable = nTable;
2204 int nTable = (int) k; local
2719 int nTable; local
[all...]
/external/sqlite/dist/orig/
H A Dshell.c2293 int nTable = (int)strlen(zTable); local
2307 zInsert = sqlite3_malloc64(200 + nTable + n*3);
2312 sqlite3_snprintf(200+nTable,zInsert,
/external/sqlite/dist/
H A Dshell.c2315 int nTable = (int)strlen(zTable); local
2329 zInsert = sqlite3_malloc64(200 + nTable + n*3);
2334 sqlite3_snprintf(200+nTable,zInsert,

Completed in 190 milliseconds