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.c18228 xmlSchemaTypePtr contentBase, content; in xmlSchemaFixupComplexType() local
18245 contentBase = type->contentTypeDef; in xmlSchemaFixupComplexType()
18253 contentBase = baseType->contentTypeDef; in xmlSchemaFixupComplexType()
18282 content->baseType = contentBase; in xmlSchemaFixupComplexType()
18293 if (WXS_IS_TYPE_NOT_FIXED(contentBase)) in xmlSchemaFixupComplexType()
18294 xmlSchemaTypeFixup(contentBase, ACTXT_CAST pctxt); in xmlSchemaFixupComplexType()