Home
last modified time | relevance | path

Searched refs:contentBase (Results 1 – 4 of 4) sorted by relevance

/external/svox/pico/lib/
Dpicokpdf.h131 picoos_uint8 *contentBase; member
Dpicokpdf.c266 pdfphs->contentBase = pdfphs->indexBase + pdfphs->numvectors * sizeof(picoos_uint32); in kpdfPHSInitialize()
Dpicosig.c341 nContent = pdf->contentBase; in getPhsFromPdf()
/external/libxml2/
Dxmlschemas.c18202 xmlSchemaTypePtr contentBase, content; in xmlSchemaFixupComplexType() local
18219 contentBase = type->contentTypeDef; in xmlSchemaFixupComplexType()
18227 contentBase = baseType->contentTypeDef; in xmlSchemaFixupComplexType()
18256 content->baseType = contentBase; in xmlSchemaFixupComplexType()
18267 if (WXS_IS_TYPE_NOT_FIXED(contentBase)) in xmlSchemaFixupComplexType()
18268 xmlSchemaTypeFixup(contentBase, ACTXT_CAST pctxt); in xmlSchemaFixupComplexType()