/external/chromium_org/third_party/sqlite/src/src/ |
walker.c | 64 struct ExprList_item *pItem; 66 for(i=p->nExpr, pItem=p->a; i>0; i--, pItem++){ 67 if( sqlite3WalkExpr(pWalker, pItem->pExpr) ) return WRC_Abort; 100 struct SrcList_item *pItem; 104 for(i=pSrc->nSrc, pItem=pSrc->a; i>0; i--, pItem++){ 105 if( sqlite3WalkSelect(pWalker, pItem->pSelect) ){
|
attach.c | 448 struct SrcList_item *pItem; 452 for(i=0, pItem=pList->a; i<pList->nSrc; i++, pItem++){ 453 if( pItem->zDatabase==0 ){ 454 pItem->zDatabase = sqlite3DbStrDup(pFix->pParse->db, zDb); 455 }else if( sqlite3StrICmp(pItem->zDatabase,zDb)!=0 ){ 458 pFix->zType, pFix->pName, pItem->zDatabase); 462 if( sqlite3FixSelect(pFix, pItem->pSelect) ) return 1; 463 if( sqlite3FixExpr(pFix, pItem->pOn) ) return 1; 513 struct ExprList_item *pItem; [all...] |
delete.c | 32 struct SrcList_item *pItem = pSrc->a; 34 assert( pItem && pSrc->nSrc==1 ); 35 pTab = sqlite3LocateTable(pParse, 0, pItem->zName, pItem->zDatabase); 36 sqlite3DeleteTable(pParse->db, pItem->pTab); 37 pItem->pTab = pTab; 41 if( sqlite3IndexedByLookup(pParse, pItem) ){
|
fkey.c | [all...] |
resolve.c | 140 struct SrcList_item *pItem; /* Use for looping over pSrcList items */ 161 for(i=0, pItem=pSrcList->a; i<pSrcList->nSrc; i++, pItem++){ 166 pTab = pItem->pTab; 171 if( pItem->zAlias ){ 172 char *zTabName = pItem->zAlias; 185 pExpr->iTable = pItem->iCursor; 188 pMatch = pItem; 194 pExpr->iTable = pItem->iCursor; 196 pMatch = pItem; [all...] |
insert.c | [all...] |
printf.c | 702 struct SrcList_item *pItem = &pSrc->a[k]; 704 if( pItem->zDatabase ){ 705 sqlite3StrAccumAppend(pAccum, pItem->zDatabase, -1); 708 sqlite3StrAccumAppend(pAccum, pItem->zName, -1); [all...] |
build.c | [all...] |
expr.c | 852 struct ExprList_item *pItem, *pOldItem; 859 pNew->a = pItem = sqlite3DbMallocRaw(db, p->nExpr*sizeof(p->a[0]) ); 860 if( pItem==0 ){ 865 for(i=0; i<p->nExpr; i++, pItem++, pOldItem++){ 867 pItem->pExpr = sqlite3ExprDup(db, pOldExpr, flags); 868 pItem->zName = sqlite3DbStrDup(db, pOldItem->zName); 869 pItem->zSpan = sqlite3DbStrDup(db, pOldItem->zSpan); 870 pItem->sortOrder = pOldItem->sortOrder; 871 pItem->done = 0; 872 pItem->iCol = pOldItem->iCol [all...] |
select.c | 751 struct ExprList_item *pItem; 761 for(i=0, pItem=pList->a; i<nExpr; i++, pItem++){ 763 pColl = sqlite3ExprCollSeq(pParse, pItem->pExpr); 768 pInfo->aSortOrder[i] = pItem->sortOrder; [all...] |
where.c | [all...] |
/external/chromium_org/third_party/icu/source/tools/toolutil/ |
pkgitems.cpp | 63 NativeItem() : pItem(NULL), pInfo(NULL), bytes(NULL), swapped(NULL), length(0) {} 81 pItem=item; 84 pInfo=::getDataInfo(pItem->data, pItem->length, infoLength, itemHeaderLength, &errorCode); 88 length=pItem->length-itemHeaderLength; 91 bytes=pItem->data+itemHeaderLength; 96 pItem->name, u_errorName(errorCode)); 103 swapped=new uint8_t[pItem->length]; 105 fprintf(stderr, "icupkg: unable to allocate memory for swapping \"%s\"\n", pItem->name); 108 swap(ds, pItem->data, pItem->length, swapped, &errorCode) [all...] |
package.cpp | 646 Item *pItem; 812 for(pItem=items, i=0; i<itemCount; ++pItem, ++i) { 813 int32_t type=makeTypeEnum(pItem->type); 818 pItem->data, pItem->length, pItem->data, 825 length=(int32_t)fwrite(pItem->data, 1, pItem->length, file); 826 if(length!=pItem->length) [all...] |
/external/icu4c/tools/toolutil/ |
pkgitems.cpp | 63 NativeItem() : pItem(NULL), pInfo(NULL), bytes(NULL), swapped(NULL), length(0) {} 81 pItem=item; 84 pInfo=::getDataInfo(pItem->data, pItem->length, infoLength, itemHeaderLength, &errorCode); 88 length=pItem->length-itemHeaderLength; 91 bytes=pItem->data+itemHeaderLength; 96 pItem->name, u_errorName(errorCode)); 103 swapped=new uint8_t[pItem->length]; 105 fprintf(stderr, "icupkg: unable to allocate memory for swapping \"%s\"\n", pItem->name); 108 swap(ds, pItem->data, pItem->length, swapped, &errorCode) [all...] |
package.cpp | 693 Item *pItem; 868 for(pItem=items, i=0; i<itemCount; ++pItem, ++i) { 869 int32_t type=makeTypeEnum(pItem->type); 874 pItem->data, pItem->length, pItem->data, 881 length=(int32_t)fwrite(pItem->data, 1, pItem->length, file); 882 if(length!=pItem->length) [all...] |
/dalvik/vm/reflect/ |
Annotation.cpp | [all...] |
/dalvik/libdex/ |
DexFile.h | 718 const DexTypeItem* pItem = dexGetTypeItem(pList, idx); 719 return pItem->typeIdx; 844 const DexFile* pDexFile, const DexFieldAnnotationsItem* pItem) 846 return dexGetAnnotationSetItem(pDexFile, pItem->annotationsOff); 874 const DexFile* pDexFile, const DexMethodAnnotationsItem* pItem) 876 return dexGetAnnotationSetItem(pDexFile, pItem->annotationsOff); 905 const DexFile* pDexFile, const DexParameterAnnotationsItem* pItem) 907 if (pItem->annotationsOff == 0) { 910 return (const DexAnnotationSetRefList*) (pDexFile->baseAddr + pItem->annotationsOff); 915 const DexParameterAnnotationsItem* pItem) [all...] |
/external/chromium_org/third_party/sqlite/amalgamation/ |
sqlite3.c | [all...] |
/external/sqlite/dist/orig/ |
sqlite3.c | [all...] |
/external/sqlite/dist/ |
sqlite3.c | [all...] |