HomeSort by relevance Sort by last modified time
    Searched defs:pItem (Results 1 - 25 of 27) sorted by null

1 2

  /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 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...]
  /external/icu/icu4c/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 694 Item *pItem;
869 for(pItem=items, i=0; i<itemCount; ++pItem, ++i) {
870 int32_t type=makeTypeEnum(pItem->type);
875 pItem->data, pItem->length, pItem->data,
882 length=(int32_t)fwrite(pItem->data, 1, pItem->length, file);
883 if(length!=pItem->length)
    [all...]
  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_IconList.cpp 277 if (CPWL_IconList_Item* pItem = GetListItem(nItemIndex))
279 CPDF_Rect rcOrigin = pItem->GetWindowRect();
280 CPDF_Rect rcWnd = pItem->ChildToParent(rcOrigin);
343 if (CPWL_IconList_Item* pItem = GetListItem(nItemIndex))
345 pItem->SetSelect(bSelect);
346 pItem->InvalidateRect();
368 if (CPWL_IconList_Item* pItem = GetListItem(nItemIndex))
369 pItem->SetData(pData);
374 if (CPWL_IconList_Item* pItem = GetListItem(nItemIndex))
375 pItem->SetIcon(nIconIndex);
    [all...]
PWL_Note.cpp 497 CPWL_NoteItem* pItem = (CPWL_NoteItem*)pChild;
498 return pItem;
521 CPWL_NoteItem* pItem = (CPWL_NoteItem*)pChild;
522 pItem->ResetSubjectName(i);
    [all...]
  /external/nanopb-c/
pb_decode.c 439 void *pItem = (uint8_t*)iter->pData + iter->pos->data_size * (*size);
440 if (!func(&substream, iter->pos, pItem))
458 void *pItem = (uint8_t*)iter->pData + iter->pos->data_size * (*size);
463 return func(stream, iter->pos, pItem);
491 static void initialize_pointer_field(void *pItem, pb_field_iterator_t *iter)
496 *(void**)pItem = NULL;
500 pb_message_set_to_defaults((const pb_field_t *) iter->pos->ptr, pItem);
544 void *pItem;
567 pItem = *(uint8_t**)iter->pData + iter->pos->data_size * (*size);
568 initialize_pointer_field(pItem, iter)
    [all...]
  /external/pdfium/core/src/fxcrt/
fx_xml_parser.cpp     [all...]
  /external/pdfium/core/src/fxge/android/
fpf_skiafontmgr.cpp 71 FPF_LPCSKIAFONTMAP pItem = &g_SkiaFontmap[iMid];
72 if (dwHash < pItem->dwFamily) {
74 } else if (dwHash > pItem->dwFamily) {
77 return pItem->dwSubSt;
95 FPF_LPCSKIAFONTMAP pItem = &g_SkiaSansFontMap[iMid];
96 if (dwHash < pItem->dwFamily) {
98 } else if (dwHash > pItem->dwFamily) {
101 return pItem->dwSubSt;
  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render.cpp     [all...]
  /dalvik/libdex/
DexFile.h 718 const DexTypeItem* pItem = dexGetTypeItem(pList, idx);
719 return pItem->typeIdx;
846 const DexFile* pDexFile, const DexFieldAnnotationsItem* pItem)
848 return dexGetAnnotationSetItem(pDexFile, pItem->annotationsOff);
878 const DexFile* pDexFile, const DexMethodAnnotationsItem* pItem)
880 return dexGetAnnotationSetItem(pDexFile, pItem->annotationsOff);
911 const DexFile* pDexFile, const DexParameterAnnotationsItem* pItem)
913 if (pItem->annotationsOff == 0) {
916 return (const DexAnnotationSetRefList*) (pDexFile->baseAddr + pItem->annotationsOff);
921 const DexParameterAnnotationsItem* pItem)
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_parser/
fpdf_parser_parser.cpp     [all...]
  /external/pdfium/fpdfsdk/src/fxedit/
fxet_edit.cpp 373 IFX_Edit_UndoItem * pItem = m_UndoItemStack.GetAt(m_nCurUndoPos-1);
374 ASSERT(pItem != NULL);
376 pItem->Undo();
398 IFX_Edit_UndoItem * pItem = m_UndoItemStack.GetAt(m_nCurUndoPos);
399 ASSERT(pItem != NULL);
401 pItem->Redo();
415 void CFX_Edit_Undo::AddItem(IFX_Edit_UndoItem* pItem)
418 ASSERT(pItem != NULL);
430 m_UndoItemStack.Add(pItem);
456 IFX_Edit_UndoItem* pItem = m_UndoItemStack.GetAt(0);
    [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]

Completed in 691 milliseconds

1 2