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

/macosx-10.10.1/ICU-531.30/icuSources/common/
H A Ducnv_lmb.c450 const struct _UniLMBCSGrpMap * pTable = UniLMBCSGrpMap; local
452 while (uniChar > pTable->uniEndRange)
454 pTable++;
457 if (uniChar >= pTable->uniStartRange)
459 return pTable->GrpType;
540 const struct _LocaleLMBCSGrpMap *pTable = LocaleLMBCSGrpMap; local
547 while (pTable->LocaleID)
549 if (*pTable->LocaleID == *LocaleID) /* Check only first char for speed */
552 if (uprv_strncmp(pTable->LocaleID, LocaleID, strlen(pTable
[all...]
/macosx-10.10.1/IONetworkingFamily-101/
H A DIONetworkInterface.cpp1230 OSDictionary * pTable = ctr->dictionaryWithProperties(); local
1231 if (pTable)
1234 pTable->getObject(kIOLinkStatus);
1243 if ((mediumName = (OSSymbol *) pTable->getObject(kIOSelectedMedium))
1250 if ((mediumName = (OSSymbol *) pTable->getObject(kIOActiveMedium))
1257 pTable->release();
/macosx-10.10.1/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.c10127 Table *pTable; /* The SQL table being indexed */ member in struct:Index
78124 Table *pTable; local
79617 sqliteDeleteColumnNames(sqlite3 *db, Table *pTable) argument
79642 sqlite3DeleteTable(sqlite3 *db, Table *pTable) argument
79866 Table *pTable; local
80877 sqlite3ViewGetColumnNames(Parse *pParse, Table *pTable) argument
82353 sqlite3SrcListAppend( sqlite3 *db, SrcList *pList, Token *pTable, Token *pDatabase ) argument
82439 sqlite3SrcListAppendFromTerm( Parse *pParse, SrcList *p, Token *pTable, Token *pDatabase, Token *pAlias, Select *pSubquery, Expr *pOn, IdList *pUsing ) argument
97677 Table *pTable; local
99529 addModuleArgument(sqlite3 *db, Table *pTable, char *zArg) argument
99561 Table *pTable; /* The new virtual table */ local
102260 Table *pTable; /* Table tht might be indexed */ local
102334 Table *pTable; /* The table being indexed */ local
[all...]

Completed in 303 milliseconds