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

/macosx-10.10/ICU-531.30/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.cpp694 Item *pItem; local
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
1081 const Item *pItem; local
1121 const Item *pItem; local
1134 Item *pItem; local
1204 const Item *pItem; local
[all...]
H A Dpackage.h141 void enumDependencies(Item *pItem, void *context, CheckDependency check);
/macosx-10.10/Security-57031.1.35/libsecurity_smime/Security/
H A Dcmscinfo.c258 SecAsn1Item * pItem; local
264 pItem = cinfo->content.data;
272 pItem = NULL;
274 pItem = SecCmsContentInfoGetContent(ccinfo);
278 pItem = NULL;
281 return pItem;
H A Dcmsmessage.c159 const SecAsn1Item *pItem = SecCmsContentInfoGetInnerContent(cinfo); local
160 return pItem;
/macosx-10.10/Security-57031.1.35/libsecurity_smime/lib/
H A Dcmscinfo.c258 SecAsn1Item * pItem; local
264 pItem = cinfo->content.data;
272 pItem = NULL;
274 pItem = SecCmsContentInfoGetContent(ccinfo);
278 pItem = NULL;
281 return pItem;
H A Dcmsmessage.c159 const SecAsn1Item *pItem = SecCmsContentInfoGetInnerContent(cinfo); local
160 return pItem;
/macosx-10.10/Security-57031.1.35/libsecurity_smime/security_smime/
H A Dcmscinfo.c258 SecAsn1Item * pItem; local
264 pItem = cinfo->content.data;
272 pItem = NULL;
274 pItem = SecCmsContentInfoGetContent(ccinfo);
278 pItem = NULL;
281 return pItem;
H A Dcmsmessage.c159 const SecAsn1Item *pItem = SecCmsContentInfoGetInnerContent(cinfo); local
160 return pItem;
/macosx-10.10/Security-57031.1.35/Security/include/security_smime/
H A Dcmsmessage.c188 CSSM_DATA_PTR pItem = SecCmsContentInfoGetInnerContent(cinfo); local
189 return pItem;
/macosx-10.10/Security-57031.1.35/Security/libsecurity_smime/lib/
H A Dcmsmessage.c188 CSSM_DATA_PTR pItem = SecCmsContentInfoGetInnerContent(cinfo); local
189 return pItem;
/macosx-10.10/Heimdal-398.1.2/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 699 milliseconds