Home
last modified time | relevance | path

Searched refs:iattr (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/libxml/src/
Dxmlschemas.c21675 xmlSchemaAttrInfoPtr iattr; in xmlSchemaGetMetaAttrInfo() local
21678 iattr = vctxt->attrInfos[i]; in xmlSchemaGetMetaAttrInfo()
21679 if (iattr->metaType == metaType) in xmlSchemaGetMetaAttrInfo()
21680 return (iattr); in xmlSchemaGetMetaAttrInfo()
21706 xmlSchemaAttrInfoPtr iattr; in xmlSchemaAssembleByXSI() local
21716 iattr = xmlSchemaGetMetaAttrInfo(vctxt, in xmlSchemaAssembleByXSI()
21718 if (iattr == NULL) in xmlSchemaAssembleByXSI()
21719 iattr = xmlSchemaGetMetaAttrInfo(vctxt, in xmlSchemaAssembleByXSI()
21721 if (iattr == NULL) in xmlSchemaAssembleByXSI()
21723 cur = iattr->value; in xmlSchemaAssembleByXSI()
[all …]
/external/libxml2/
Dxmlschemas.c21704 xmlSchemaAttrInfoPtr iattr; in xmlSchemaGetMetaAttrInfo() local
21707 iattr = vctxt->attrInfos[i]; in xmlSchemaGetMetaAttrInfo()
21708 if (iattr->metaType == metaType) in xmlSchemaGetMetaAttrInfo()
21709 return (iattr); in xmlSchemaGetMetaAttrInfo()
21735 xmlSchemaAttrInfoPtr iattr; in xmlSchemaAssembleByXSI() local
21745 iattr = xmlSchemaGetMetaAttrInfo(vctxt, in xmlSchemaAssembleByXSI()
21747 if (iattr == NULL) in xmlSchemaAssembleByXSI()
21748 iattr = xmlSchemaGetMetaAttrInfo(vctxt, in xmlSchemaAssembleByXSI()
21750 if (iattr == NULL) in xmlSchemaAssembleByXSI()
21752 cur = iattr->value; in xmlSchemaAssembleByXSI()
[all …]
/external/yaffs2/yaffs2/
Ddevextras.h240 struct iattr { struct
Dyaffs_guts.h823 int yaffs_SetAttributes(yaffs_Object * obj, struct iattr *attr);
824 int yaffs_GetAttributes(yaffs_Object * obj, struct iattr *attr);
Dyaffs_fs.c142 static int yaffs_setattr(struct dentry *dentry, struct iattr *attr);
1248 static int yaffs_setattr(struct dentry *dentry, struct iattr *attr) in yaffs_setattr()
Dyaffs_guts.c6115 int yaffs_SetAttributes(yaffs_Object * obj, struct iattr *attr) in yaffs_SetAttributes()
6141 int yaffs_GetAttributes(yaffs_Object * obj, struct iattr *attr) in yaffs_GetAttributes()