Searched refs:pItem (Results 1 - 6 of 6) sorted by relevance

/macosx-10.9.5/ICU-511.35/icuSources/tools/toolutil/
H A Dpkgitems.cpp63 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
116 const Item *pItem; member in class:NativeItem
576 enumDependencies(Item *pItem, void *context, CheckDependency check) argument
[all...]
H A Dpackage.cpp647 Item *pItem; local
813 for(pItem=items, i=0; i<itemCount; ++pItem, ++i) {
814 int32_t type=makeTypeEnum(pItem->type);
819 pItem->data, pItem->length, pItem->data,
826 length=(int32_t)fwrite(pItem->data, 1, pItem->length, file);
827 if(length!=pItem
1025 const Item *pItem; local
1065 const Item *pItem; local
1078 Item *pItem; local
1148 const Item *pItem; local
[all...]
H A Dpackage.h127 void enumDependencies(Item *pItem, void *context, CheckDependency check);
/macosx-10.9.5/Security-55471.14.18/include/security_smime/
H A Dcmsmessage.c188 CSSM_DATA_PTR pItem = SecCmsContentInfoGetInnerContent(cinfo); local
189 return pItem;
/macosx-10.9.5/Security-55471.14.18/libsecurity_smime/lib/
H A Dcmsmessage.c188 CSSM_DATA_PTR pItem = SecCmsContentInfoGetInnerContent(cinfo); local
189 return pItem;
/macosx-10.9.5/Heimdal-323.92.1/lib/sqlite/
H A Dsqlite3.c19578 struct SrcList_item *pItem = &pSrc->a[k]; local
19580 if( pItem->zDatabase ){
19581 sqlite3StrAccumAppend(pAccum, pItem->zDatabase, -1);
19584 sqlite3StrAccumAppend(pAccum, pItem->zName, -1);
71726 struct ExprList_item *pItem; local
71762 struct SrcList_item *pItem; local
71940 struct SrcList_item *pItem; /* Use for looping over pSrcList items */ local
72212 struct SrcList_item *pItem = &pSrc->a[iSrc]; local
72268 struct SrcList_item *pItem; local
72563 struct ExprList_item *pItem; local
72634 struct ExprList_item *pItem; local
72683 struct ExprList_item *pItem; /* A term of the ORDER BY clause */ local
72797 struct SrcList_item *pItem = &p->pSrc->a[i]; local
72876 struct ExprList_item *pItem; local
73872 struct ExprList_item *pItem, *pOldItem; local
74026 struct ExprList_item *pItem = &pList->a[pList->nExpr++]; local
74055 struct ExprList_item *pItem; local
74080 struct ExprList_item *pItem = &pList->a[pList->nExpr-1]; local
74111 struct ExprList_item *pItem; local
74692 struct ExprList_item *pItem; local
76036 struct ExprList_item *pItem = pList->a; local
76096 struct ExprList_item *pItem; local
76567 struct SrcList_item *pItem = pSrcList->a; local
76636 struct AggInfo_func *pItem = pAggInfo->aFunc; local
76711 struct ExprList_item *pItem; local
78788 struct SrcList_item *pItem; local
78853 struct ExprList_item *pItem; local
82359 struct SrcList_item *pItem; local
82390 struct SrcList_item *pItem; local
82408 struct SrcList_item *pItem; local
82449 struct SrcList_item *pItem; local
82486 struct SrcList_item *pItem = &p->a[p->nSrc-1]; local
83430 struct SrcList_item *pItem = pSrc->a; local
86487 struct SrcList_item *pItem = pSrc->a; local
88497 struct SrcList_item *pItem; /* An element of pSelect->pSrc */ local
93106 struct ExprList_item *pItem; local
94562 struct ExprList_item *pItem; local
94587 struct ExprList_item *pItem; local
94912 struct SrcList_item *pItem; local
95955 struct ExprList_item *pItem; local
96148 struct SrcList_item *pItem = &pTabList->a[i]; local
96420 struct ExprList_item *pItem; /* For looping over expression in a list */ local
96888 struct SrcList_item *pItem = &p->pSrc->a[i]; local
104047 struct SrcList_item *pItem = &pTabList->a[pLevel->iFrom]; local
[all...]

Completed in 471 milliseconds